mbox

[PULL,REQUEST] i2c for 3.17

Message ID 20140905194125.GA2876@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 Sept. 5, 2014, 7:41 p.m. UTC
Linus,

here are I2C driver bugfixes for the 3.17 release. Details can be found
in the commit messages, yet I think this is typical driver stuff. Please
pull.

Thanks,

   Wolfram


The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f:

  Linux 3.17-rc3 (2014-08-31 18:23:04 -0700)

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 91bfe2989af02e709ca01ccf518c4fbda3efc70f:

  Revert "i2c: rcar: remove spinlock" (2014-09-04 19:59:42 +0200)

----------------------------------------------------------------
Chen-Yu Tsai (1):
      i2c: mv64xxx: continue probe when clock-frequency is missing

Marek Roszko (1):
      i2c: at91: add bound checking on SMBus block length bytes

Sergei Shtylyov (2):
      i2c: rcar: fix MNR interrupt handling
      Revert "i2c: rcar: remove spinlock"

Simon Lindgren (1):
      i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.

addy ke (1):
      i2c: rk3x: fix bug that cause transfer fails in master receive mode

 drivers/i2c/busses/i2c-at91.c    | 32 ++++++++++++++++++++++++++------
 drivers/i2c/busses/i2c-mv64xxx.c |  3 +--
 drivers/i2c/busses/i2c-rcar.c    | 37 +++++++++++++++++++++++++++++++------
 drivers/i2c/busses/i2c-rk3x.c    |  4 ++++
 4 files changed, 62 insertions(+), 14 deletions(-)