mbox

[PULL,REQUEST] i2c for 4.10

Message ID 20161220081151.GA2170@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 Dec. 20, 2016, 8:11 a.m. UTC
Linus,

seond pull request from I2C with a set of bugfixes.

Please pull.

Thanks,

   Wolfram


The following changes since commit 59331c215daf600a650e281b6e8ef3e1ed1174c2:

  Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client (2016-12-16 11:23:34 -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 649ac63a9ae5e08b7123f2fa98c2bf42f033bdb9:

  i2c: mux: mlxcpld: fix i2c mux selection caching (2016-12-18 08:54:38 +0100)

----------------------------------------------------------------
Jan Glauber (1):
      i2c: octeon: thunderx: Limit register access retries

Peter Rosin (1):
      i2c: mux: mlxcpld: fix i2c mux selection caching

Russell King (1):
      i2c: mux: pca954x: fix i2c mux selection caching

Tin Huynh (2):
      i2c: xgene: Fix missing code of DTB support
      i2c: designware: fix wrong Tx/Rx FIFO for ACPI

 drivers/i2c/busses/i2c-designware-platdrv.c | 31 ++++++++++++++++++++++-------
 drivers/i2c/busses/i2c-octeon-core.c        |  4 +++-
 drivers/i2c/busses/i2c-octeon-core.h        | 21 ++++++++++++++-----
 drivers/i2c/busses/i2c-xgene-slimpro.c      |  1 +
 drivers/i2c/muxes/i2c-mux-mlxcpld.c         | 24 ++++++++++++----------
 drivers/i2c/muxes/i2c-mux-pca954x.c         |  5 ++++-
 6 files changed, 61 insertions(+), 25 deletions(-)