mbox

[PULL,REQUEST] i2c for v4.7

Message ID 20160714121729.GA4426@tetsubishi
State Accepted
Headers show

Pull-request

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

Message

Wolfram Sang July 14, 2016, 12:17 p.m. UTC
Linus,

I thought I sent you this pull request last week already, but it seems
this travelling to Japan made me mix things up sadly.

Please pull these 4 driver bugfixes for the I2C subsystem.

Thanks,

   Wolfram


The following changes since commit 5edb56491d4812c42175980759da53388e5d86f5:

  Linux 4.7-rc3 (2016-06-12 07:20:35 -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 22ebf00eb56fe77922de8138aa9af9996582c2b3:

  i2c: mux: reg: wrong condition checked for of_address_to_resource return value (2016-07-06 00:33:49 +0900)

----------------------------------------------------------------
Jon Hunter (1):
      i2c: tegra: Correct error path in probe

Luis R. Rodriguez (1):
      i2c: remove __init from i2c_register_board_info()

Lukasz Gemborowski (1):
      i2c: mux: reg: wrong condition checked for of_address_to_resource return value

Sricharan R (1):
      i2c: qup: Fix wrong value of index variable

 drivers/i2c/busses/i2c-qup.c    | 2 ++
 drivers/i2c/busses/i2c-tegra.c  | 2 +-
 drivers/i2c/i2c-boardinfo.c     | 4 +---
 drivers/i2c/muxes/i2c-mux-reg.c | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)