mbox series

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

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

Pull-request

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

Message

Wolfram Sang April 26, 2023, 6:33 p.m. UTC
Linus,

because I missed to send out my PR for 6.3 after rc7, I merged the two
fixes now into here.

Please pull,

   Wolfram


The following changes since commit 6a8f57ae2eb07ab39a6f0ccad60c760743051026:

  Linux 6.3-rc7 (2023-04-16 15:23: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.4-rc1

for you to fetch changes up to 38c87827ffd3c7e1dd61eee9a7dea13d487dc2ed:

  Merge branch 'i2c/for-current' into i2c/for-mergewindow (2023-04-24 12:50:20 +0200)

----------------------------------------------------------------
Mostly fixes for DTs or DT handling this time. And a few driver
bugfixes.

----------------------------------------------------------------
Andi Shyti (3):
      dt-bindings: i2c: mpc: Mark "fsl,timeout" as deprecated
      i2c: mpc: Use of_property_read_u32 instead of of_get_property
      i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property

AngeloGioacchino Del Regno (1):
      dt-bindings: i2c: i2c-mt65xx: Add compatible for MT6795 Helio X10

Conor Dooley (1):
      i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE

Daniel Golle (2):
      dt-bindings: i2c: i2c-mt65xx: add MediaTek MT7981 SoC
      i2c: mediatek: add support for MT7981 SoC

Dongliang Mu (1):
      i2c: davinci: remove dead code in probe

Krzysztof Kozlowski (5):
      i2c: mt65xx: drop of_match_ptr for ID table
      i2c: owl: drop of_match_ptr for ID table
      i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unused
      i2c: synquacer: mark OF related data as maybe unused
      i2c: xiic: hide OF related data for COMPILE_TEST

Lars-Peter Clausen (9):
      i2c: cadence: Remove always false ternary operator
      i2c: cadence: Remove unnecessary register reads
      dt-bindings: i2c: cadence: Document `fifo-depth` property
      i2c: cadence: Allow to specify the FIFO depth
      i2c: cadence: Detect maximum transfer size
      dt-bindings: i2c: cadence: Document `resets` property
      i2c: cadence: Add reset controller support
      i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
      i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path

Rob Herring (2):
      i2c: Use of_property_read_bool() for boolean properties
      dt-bindings: i2c: Drop unneeded quotes

Uwe Kleine-König (2):
      i2c: imx: Simplify using devm_clk_get_enabled()
      i2c: omap: Improve error reporting for problems during .remove()

Wolfram Sang (1):
      Merge branch 'i2c/for-current' into i2c/for-mergewindow

Yang Li (1):
      i2c: xiic: Use devm_platform_get_and_ioremap_resource()

Ye Xingchen (1):
      i2c: brcmstb: use devm_platform_ioremap_resource_byname()


with much appreciated quality assurance from
----------------------------------------------------------------
Alain Volmat (1):
      (Rev.) dt-bindings: i2c: Drop unneeded quotes

Alexandre Mergnat (1):
      (Rev.) i2c: mediatek: add support for MT7981 SoC

AngeloGioacchino Del Regno (3):
      (Rev.) i2c: mediatek: add support for MT7981 SoC
      (Rev.) dt-bindings: i2c: i2c-mt65xx: add MediaTek MT7981 SoC
      (Rev.) i2c: mt65xx: drop of_match_ptr for ID table

Bartosz Golaszewski (1):
      (Rev.) i2c: davinci: remove dead code in probe

Chris Packham (5):
      (Rev.) i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property
      (Test) i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property
      (Test) i2c: mpc: Use of_property_read_u32 instead of of_get_property
      (Rev.) i2c: mpc: Use of_property_read_u32 instead of of_get_property
      (Rev.) i2c: Use of_property_read_bool() for boolean properties

Guenter Roeck (5):
      (Rev.) i2c: xiic: hide OF related data for COMPILE_TEST
      (Rev.) i2c: synquacer: mark OF related data as maybe unused
      (Rev.) i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unused
      (Rev.) i2c: owl: drop of_match_ptr for ID table
      (Rev.) i2c: mt65xx: drop of_match_ptr for ID table

Krzysztof Kozlowski (2):
      (Rev.) dt-bindings: i2c: Drop unneeded quotes
      (Rev.) i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c property

Michal Simek (3):
      (Rev.) i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path
      (Rev.) i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path
      (Rev.) i2c: xiic: Use devm_platform_get_and_ioremap_resource()

Neil Armstrong (1):
      (Rev.) dt-bindings: i2c: Drop unneeded quotes

Nicolas Ferre (1):
      (Rev.) dt-bindings: i2c: Drop unneeded quotes

Rob Herring (2):
      (Rev.) dt-bindings: i2c: cadence: Document `fifo-depth` property
      (Rev.) dt-bindings: i2c: mpc: Mark "fsl,timeout" as deprecated

Tony Lindgren (1):
      (Rev.) i2c: omap: Improve error reporting for problems during .remove()

 .../bindings/i2c/amlogic,meson6-i2c.yaml           |   4 +-
 .../devicetree/bindings/i2c/apple,i2c.yaml         |   4 +-
 .../devicetree/bindings/i2c/atmel,at91sam-i2c.yaml |   2 +-
 .../devicetree/bindings/i2c/cdns,i2c-r1p10.yaml    |  16 ++-
 Documentation/devicetree/bindings/i2c/i2c-mpc.yaml |   3 +-
 .../devicetree/bindings/i2c/i2c-mt65xx.yaml        |   5 +
 .../devicetree/bindings/i2c/i2c-mux-gpio.yaml      |   4 +-
 .../bindings/i2c/qcom,i2c-geni-qcom.yaml           |   4 +-
 .../devicetree/bindings/i2c/st,stm32-i2c.yaml      |   2 +-
 .../bindings/i2c/xlnx,xps-iic-2.00.a.yaml          |   4 +-
 drivers/i2c/busses/Kconfig                         |   2 +-
 drivers/i2c/busses/i2c-brcmstb.c                   |   4 +-
 drivers/i2c/busses/i2c-cadence.c                   | 117 ++++++++++++++++-----
 drivers/i2c/busses/i2c-cros-ec-tunnel.c            |   4 +-
 drivers/i2c/busses/i2c-davinci.c                   |   5 +-
 drivers/i2c/busses/i2c-imx.c                       |  12 +--
 drivers/i2c/busses/i2c-mpc.c                       |  37 ++++---
 drivers/i2c/busses/i2c-mt65xx.c                    |  15 ++-
 drivers/i2c/busses/i2c-omap.c                      |   9 +-
 drivers/i2c/busses/i2c-owl.c                       |   2 +-
 drivers/i2c/busses/i2c-pxa.c                       |   6 +-
 drivers/i2c/busses/i2c-synquacer.c                 |   2 +-
 drivers/i2c/busses/i2c-xiic.c                      |   9 +-
 drivers/i2c/i2c-core-of.c                          |   2 +-
 24 files changed, 181 insertions(+), 93 deletions(-)

Comments

pr-tracker-bot@kernel.org April 27, 2023, 7:20 p.m. UTC | #1
The pull request you sent on Wed, 26 Apr 2023 20:33:11 +0200:

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

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

Thank you!