mbox series

[PULL,REQUEST] i2c-for-6.1-rc1-batch2

Message ID Y0MPT6Mso6cD0mfN@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.1-rc1-batch2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc1-batch2

Message

Wolfram Sang Oct. 9, 2022, 6:13 p.m. UTC
The following changes since commit 2bca25eaeba6190efbfcb38ed169bd7ee43b5aaf:

  Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2022-10-04 19:36:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc1-batch2

for you to fetch changes up to fd66bd74afe880de4f008f96a795fedee887ff44:

  i2c: aspeed: Assert NAK when slave is busy (2022-10-05 21:06:46 +0200)

----------------------------------------------------------------
- correct a variable type in the new pci1xxxx driver
- add a new SoC to the qcom-cci driver
- fix an issue with the designware driver which now got enough testing
- the aspeed driver handles now busy target backends better

----------------------------------------------------------------
Colin Ian King (1):
      i2c: microchip: pci1xxxx: Fix comparison of -EPERM against an unsigned variable

Jarkko Nikula (1):
      i2c: designware: Fix handling of real but unexpected device interrupts

Matti Lehtimäki (2):
      dt-bindings: i2c: qcom,i2c-cci: Document MSM8226 compatible
      dt-bindings: i2c: qcom,i2c-cci: Document clocks for MSM8974

Quan Nguyen (1):
      i2c: aspeed: Assert NAK when slave is busy

Rayyan Ansari (1):
      i2c: qcom-cci: Add MSM8226 compatible


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: designware: Fix handling of real but unexpected device interrupts

Krzysztof Kozlowski (2):
      (Rev.) dt-bindings: i2c: qcom,i2c-cci: Document clocks for MSM8974
      (Rev.) dt-bindings: i2c: qcom,i2c-cci: Document MSM8226 compatible

Loic Poulain (1):
      (Rev.) i2c: qcom-cci: Add MSM8226 compatible

 .../devicetree/bindings/i2c/qcom,i2c-cci.yaml      | 23 ++++++++++++++++++++--
 drivers/i2c/busses/i2c-aspeed.c                    |  9 ++++++++-
 drivers/i2c/busses/i2c-designware-core.h           |  7 +++++--
 drivers/i2c/busses/i2c-designware-master.c         | 13 ++++++++++++
 drivers/i2c/busses/i2c-mchp-pci1xxxx.c             |  2 +-
 drivers/i2c/busses/i2c-qcom-cci.c                  |  1 +
 6 files changed, 49 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 11, 2022, 6:22 p.m. UTC | #1
The pull request you sent on Sun, 9 Oct 2022 20:13:35 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc1-batch2

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

Thank you!