mbox

[PULL,REQUEST] i2c for 3.19

Message ID 20150131141144.GA30737@katana
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Message

Wolfram Sang Jan. 31, 2015, 2:11 p.m. UTC
Linus,

a pull request from I2C with 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. Please pull.

Thanks,

   Wolfram


The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115:

  linux 3.19-rc4 (2015-01-11 12:44:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to 32e224090fa310a58fdb47049caf631272ceb044:

  i2c: sh_mobile: terminate DMA reads properly (2015-01-30 17:58:43 +0100)

----------------------------------------------------------------
Geert Uytterhoeven (1):
      DT: i2c: Add devices handled by the da9063 MFD driver

Jean Delvare (1):
      i2c: Only include slave support if selected

Lee Jones (1):
      i2c: st: Rename clock reference to something that exists

Paul Osmialowski (1):
      i2c: s3c2410: fix ABBA deadlock by keeping clock prepared

Wolfram Sang (2):
      i2c: slave-eeprom: fix boundary check when using sysfs
      i2c: sh_mobile: terminate DMA reads properly

 Documentation/devicetree/bindings/i2c/i2c-st.txt   |  2 +-
 .../devicetree/bindings/i2c/trivial-devices.txt    |  1 +
 drivers/i2c/busses/Kconfig                         |  1 +
 drivers/i2c/busses/i2c-s3c2410.c                   | 23 ++++++++++++++++------
 drivers/i2c/busses/i2c-sh_mobile.c                 | 12 ++++++++++-
 drivers/i2c/i2c-core.c                             |  2 ++
 drivers/i2c/i2c-slave-eeprom.c                     |  4 ++--
 include/linux/i2c.h                                |  6 ++++++
 8 files changed, 41 insertions(+), 10 deletions(-)