mbox series

[PULL,REQUEST] i2c-for-6.4-rc1-part2

Message ID ZFVunzGXNMNUErVn@sai
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.4-rc1-part2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc1-part2

Message

Wolfram Sang May 5, 2023, 9:01 p.m. UTC
The following changes since commit 825a0714d2b3883d4f8ff64f6933fb73ee3f1834:

  Merge tag 'efi-next-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi (2023-04-29 17:42:33 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc1-part2

for you to fetch changes up to 1bd922877a084c1c6c1d0cb1bb9c3700fa0f6c61:

  dt-bindings: i2c: brcm,kona-i2c: convert to YAML (2023-05-03 17:38:41 +0200)

----------------------------------------------------------------
some more driver bugfixes and a DT binding conversion

----------------------------------------------------------------
Akhil R (1):
      i2c: tegra: Fix PEC support for SMBUS block read

Alexander Stein (1):
      i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacks

Arnd Bergmann (1):
      i2c: gxp: fix build failure without CONFIG_I2C_SLAVE

Reid Tonking (1):
      i2c: omap: Fix standard mode false ACK readings

Stanislav Jakubek (1):
      dt-bindings: i2c: brcm,kona-i2c: convert to YAML


with much appreciated quality assurance from
----------------------------------------------------------------
Krzysztof Kozlowski (1):
      (Rev.) dt-bindings: i2c: brcm,kona-i2c: convert to YAML

Nick Hawkins (1):
      (Rev.) i2c: gxp: fix build failure without CONFIG_I2C_SLAVE

Tony Lindgren (1):
      (Rev.) i2c: omap: Fix standard mode false ACK readings

 .../devicetree/bindings/i2c/brcm,kona-i2c.txt      | 35 -------------
 .../devicetree/bindings/i2c/brcm,kona-i2c.yaml     | 59 ++++++++++++++++++++++
 drivers/i2c/busses/i2c-gxp.c                       |  2 -
 drivers/i2c/busses/i2c-imx-lpi2c.c                 |  4 +-
 drivers/i2c/busses/i2c-omap.c                      |  2 +-
 drivers/i2c/busses/i2c-tegra.c                     | 40 ++++++++++-----
 include/linux/i2c.h                                |  4 +-
 7 files changed, 91 insertions(+), 55 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/brcm,kona-i2c.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/brcm,kona-i2c.yaml

Comments

pr-tracker-bot@kernel.org May 6, 2023, 2:20 a.m. UTC | #1
The pull request you sent on Fri, 5 May 2023 23:01:19 +0200:

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

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

Thank you!