linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] i2c for v5.9
@ 2020-09-11 19:43 Wolfram Sang
  2020-09-11 20:45 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2020-09-11 19:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1695 bytes --]

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(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PULL REQUEST] i2c for v5.9
@ 2020-10-10 18:28 Wolfram Sang
  2020-10-10 23:17 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2020-10-10 18:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]

Linus,

here a some more driver bugfixes for I2C. Including a revert - the
updated series for it will come during the next merge window.

Please pull.

Thanks,

   Wolfram


The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50:

  Linux 5.9-rc8 (2020-10-04 16:04:34 -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 f5b3f433641c543ebe5171285a42aa6adcdb2d22:

  i2c: owl: Clear NACK and BUS error bits (2020-10-10 13:15:46 +0200)

----------------------------------------------------------------
Christian Eggers (1):
      i2c: imx: Fix reset of I2SR_IAL flag

Cristian Ciocaltea (1):
      i2c: owl: Clear NACK and BUS error bits

Jerome Brunet (2):
      i2c: meson: fix clock setting overwrite
      i2c: meson: keep peripheral clock enabled

Nicolas Belin (1):
      i2c: meson: fixup rate calculation with filter delay

Wolfram Sang (1):
      Revert "i2c: imx: Fix reset of I2SR_IAL flag"

 drivers/i2c/busses/i2c-meson.c | 52 +++++++++++++++++++++++++++---------------
 drivers/i2c/busses/i2c-owl.c   |  6 +++++
 2 files changed, 39 insertions(+), 19 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PULL REQUEST] i2c for v5.9
@ 2020-08-29 15:53 Wolfram Sang
  2020-08-29 20:17 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2020-08-29 15:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Peter Rosin, Bartosz Golaszewski

[-- Attachment #1: Type: text/plain, Size: 1402 bytes --]

Linus,

I2C has a core fix for ACPI matching and two driver bugfixes.

Please pull.

Thanks,

   Wolfram


The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -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 0204081128d582965e9e39ca83ee6e4f7d27142b:

  i2c: iproc: Fix shifting 31 bits (2020-08-25 09:46:38 +0200)

----------------------------------------------------------------
Andy Shevchenko (2):
      i2c: core: Don't fail PRP0001 enumeration when no ID table exist
      i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()

Ray Jui (1):
      i2c: iproc: Fix shifting 31 bits

Wolfram Sang (1):
      i2c: rcar: in slave mode, clear NACK earlier


with much appreciated quality assurance from
----------------------------------------------------------------
Mika Westerberg (2):
      (Rev.) i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()
      (Rev.) i2c: core: Don't fail PRP0001 enumeration when no ID table exist

 drivers/i2c/busses/i2c-bcm-iproc.c |  4 ++--
 drivers/i2c/busses/i2c-rcar.c      |  1 +
 drivers/i2c/i2c-core-acpi.c        | 10 ----------
 drivers/i2c/i2c-core-base.c        |  2 +-
 drivers/i2c/i2c-core.h             |  9 ---------
 5 files changed, 4 insertions(+), 22 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-10 23:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 19:43 [PULL REQUEST] i2c for v5.9 Wolfram Sang
2020-09-11 20:45 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-10-10 18:28 Wolfram Sang
2020-10-10 23:17 ` pr-tracker-bot
2020-08-29 15:53 Wolfram Sang
2020-08-29 20:17 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).