]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Jan 2015 18:34:25 +0000 (10:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 31 Jan 2015 18:34:25 +0000 (10:34 -0800)
commitf71c866afe41f0160984df506eabc831cf3c8d43
treec6e96d872f801de74dff20fd08635b8830de4473
parent7f7a863c62d1ba07efb521a68c68e0b4bbc88136
parentee226c8be32162e4222e7d3252d42e3d862ae6ad
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:
 "i2c driver bugfixes (s3c2410, slave-eeprom, sh_mobile), size
  regression "bugfix" (i2c slave), documentation bugfix (st).

  Also, one documentation update (da9063), so some devicetrees can now
  be verified"

* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: sh_mobile: terminate DMA reads properly
  i2c: Only include slave support if selected
  i2c: s3c2410: fix ABBA deadlock by keeping clock prepared
  i2c: slave-eeprom: fix boundary check when using sysfs
  i2c: st: Rename clock reference to something that exists
  DT: i2c: Add devices handled by the da9063 MFD driver