mbox series

[PULL,REQUEST] i2c for v5.17

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

Pull-request

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

Message

Wolfram Sang Feb. 20, 2022, 2:53 p.m. UTC
Linus,

I2C has some driver updates, a MAINTAINERS fix, and additions to
COMPILE_TEST for you (so we won't miss build problems again).

Thanks,

   Wolfram


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

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 2428766e201565a5fa964d7461d9f6608eb04d7d:

  MAINTAINERS: remove duplicate entry for i2c-qcom-geni (2022-02-19 12:45:41 +0100)

----------------------------------------------------------------
Eric Anholt (1):
      i2c: bcm2835: Avoid clock stretching timeouts

Rafał Miłecki (1):
      i2c: brcmstb: fix support for DSL and CM variants

Vladimir Zapolskiy (2):
      i2c: qcom-cci: don't delete an unregistered adapter
      i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()

Wolfram Sang (4):
      i2c: cadence: allow COMPILE_TEST
      i2c: imx: allow COMPILE_TEST
      i2c: qup: allow COMPILE_TEST
      MAINTAINERS: remove duplicate entry for i2c-qcom-geni


with much appreciated quality assurance from
----------------------------------------------------------------
Bjorn Andersson (2):
      (Rev.) i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()
      (Rev.) i2c: qcom-cci: don't delete an unregistered adapter

Robert Foss (2):
      (Rev.) i2c: qcom-cci: don't put a device tree node before i2c_add_adapter()
      (Rev.) i2c: qcom-cci: don't delete an unregistered adapter

 MAINTAINERS                       |  8 --------
 drivers/i2c/busses/Kconfig        |  6 +++---
 drivers/i2c/busses/i2c-bcm2835.c  | 11 +++++++++++
 drivers/i2c/busses/i2c-brcmstb.c  |  2 +-
 drivers/i2c/busses/i2c-qcom-cci.c | 16 +++++++++++-----
 5 files changed, 26 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 20, 2022, 7:50 p.m. UTC | #1
The pull request you sent on Sun, 20 Feb 2022 15:53:31 +0100:

> 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/dacec3e7b9bc59275b4c41319a9a52b0a1cacfa9

Thank you!