]> 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)
commite2deea643d648b5c8f0d8693bb060e4b541ddfa5
treec6e96d872f801de74dff20fd08635b8830de4473
parent275cc5fcf5d3b6eb73b7ba5f645d6729bb9c77c6
parent4fe8eb8a4ccab068b92ad93d4014526a802b4b33
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