mbox series

[PULL,REQUEST] i2c for v5.7

Message ID 20200418065344.GA1880@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.7 | expand

Pull-request

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

Message

Wolfram Sang April 18, 2020, 6:53 a.m. UTC
Linus,

I2C has some driver bugfixes and an old API removal this time.

Please pull.

Thanks,

   Wolfram


The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -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 8814044fe0fa182abc9ff818d3da562de98bc9a7:

  i2c: tegra: Synchronize DMA before termination (2020-04-15 18:27:31 +0200)

----------------------------------------------------------------
Dmitry Osipenko (2):
      i2c: tegra: Better handle case where CPU0 is busy for a long time
      i2c: tegra: Synchronize DMA before termination

Hans de Goede (1):
      i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT

Wolfram Sang (2):
      i2c: altera: use proper variable to hold errno
      i2c: remove i2c_new_probed_device API


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT

Thor Thayer (1):
      (Rev.) i2c: altera: use proper variable to hold errno

 drivers/i2c/busses/i2c-altera.c             |  9 ++++----
 drivers/i2c/busses/i2c-designware-platdrv.c | 14 +++++++----
 drivers/i2c/busses/i2c-tegra.c              | 36 +++++++++++++++++++----------
 drivers/i2c/i2c-core-base.c                 | 13 -----------
 include/linux/i2c.h                         |  6 -----
 5 files changed, 38 insertions(+), 40 deletions(-)

Comments

pr-tracker-bot@kernel.org April 18, 2020, 7:30 p.m. UTC | #1
The pull request you sent on Sat, 18 Apr 2020 08:53:48 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b484f3c3c6f1d56cd976351d6e1bb1a4944d7447

Thank you!