mbox

[PULL,REQUEST] i2c for 4.13

Message ID 20170825143054.vguk564qjnrhv7hf@ninjato
State Accepted
Headers show

Pull-request

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

Message

Wolfram Sang Aug. 25, 2017, 2:30 p.m. UTC
Linus,

I2C has some bugfixes for you: mainly Jarkko fixed up a few things in
the designware driver regarding the new slave mode. But Ulf also fixed a
long-standing and now agreed suspend problem. Plus, some simple stuff
which nonetheless needs fixing.

Please pull.

Thanks,

   Wolfram


The following changes since commit ef954844c7ace62f773f4f23e28d2d915adc419f:

  Linux 4.13-rc5 (2017-08-13 16:01:32 -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 2a86cdd2e7d3c75580f41f89f9b9211e225573cc:

  i2c: designware: Fix runtime PM for I2C slave mode (2017-08-17 17:55:29 +0200)

----------------------------------------------------------------
Anton Vasilyev (1):
      i2c: simtec: use release_mem_region instead of release_resource

Brendan Higgins (1):
      i2c: aspeed: fixed potential null pointer dereference

Jarkko Nikula (4):
      i2c: designware: Fix oops from i2c_dw_irq_handler_slave
      i2c: designware: Fix standard mode speed when configuring the slave mode
      i2c: designware: Remove needless pm_runtime_put_noidle() call
      i2c: designware: Fix runtime PM for I2C slave mode

Javier Martinez Canillas (1):
      i2c: core: Make comment about I2C table requirement to reflect the code

Ulf Hansson (1):
      i2c: designware: Fix system suspend


with much appreciated quality assurance from
----------------------------------------------------------------
Jarkko Nikula (1):
      (Test) i2c: designware: Fix system suspend

John Stultz (1):
      (Test) i2c: designware: Fix system suspend

Mika Westerberg (1):
      (Rev.) i2c: designware: Fix system suspend

 drivers/i2c/busses/i2c-aspeed.c             |  5 +++--
 drivers/i2c/busses/i2c-designware-platdrv.c | 17 +++++++++++++----
 drivers/i2c/busses/i2c-designware-slave.c   |  6 ++++--
 drivers/i2c/busses/i2c-simtec.c             |  6 ++----
 drivers/i2c/i2c-core-base.c                 |  4 ++--
 5 files changed, 24 insertions(+), 14 deletions(-)