mbox series

[PULL,REQUEST] i2c for v5.9

Message ID 20200911194333.GA2270@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.9 | expand

Pull-request

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

Message

Wolfram Sang Sept. 11, 2020, 7:43 p.m. UTC
Linus,

here are some "usual" driver bugfixes for the I2C subsystem.

Please pull.

Thanks,

   Wolfram


The following changes since commit f4d51dffc6c01a9e94650d95ce0104964f8ae822:

  Linux 5.9-rc4 (2020-09-06 17:11:40 -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 0a355aeb24081e4538d4d424cd189f16c0bbd983:

  i2c: algo: pca: Reapply i2c bus settings after reset (2020-09-09 10:22:40 +0200)

----------------------------------------------------------------
Evan Nimmo (1):
      i2c: algo: pca: Reapply i2c bus settings after reset

Tali Perry (1):
      i2c: npcm7xx: Fix timeout calculation

Vadym Kochan (1):
      misc: eeprom: at24: register nvmem only after eeprom is ready to use

Wolfram Sang (1):
      Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/.../brgl/linux into i2c/for-current


with much appreciated quality assurance from
----------------------------------------------------------------
Alex Qiu (1):
      (Rev.) i2c: npcm7xx: Fix timeout calculation

Andy Shevchenko (1):
      (Rev.) i2c: algo: pca: Reapply i2c bus settings after reset

Avi Fishman (1):
      (Rev.) i2c: npcm7xx: Fix timeout calculation

Chris Packham (1):
      (Rev.) i2c: algo: pca: Reapply i2c bus settings after reset

Joel Stanley (1):
      (Rev.) i2c: npcm7xx: Fix timeout calculation

 drivers/i2c/algos/i2c-algo-pca.c | 35 +++++++++++++++++++++++------------
 drivers/i2c/busses/i2c-npcm7xx.c |  8 ++++++--
 drivers/misc/eeprom/at24.c       | 11 +++++++----
 include/linux/i2c-algo-pca.h     | 15 +++++++++++++++
 4 files changed, 51 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 11, 2020, 8:45 p.m. UTC | #1
The pull request you sent on Fri, 11 Sep 2020 21:43:36 +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/e9287bd248160880ff9476eea705fa47f75c6136

Thank you!