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)
commit788807d7ca3821b5ea835a588a52d55631c17e18
treec6e96d872f801de74dff20fd08635b8830de4473
parent2141fd018156db0f29efb384f4d99ead23b48f18
parent32e224090fa310a58fdb47049caf631272ceb044
Merge branch 'i2c/for-current' of git://git./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