public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	Peter Rosin <peda@axentia.se>,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [PULL REQUEST] i2c-for-6.4-rc1
Date: Wed, 26 Apr 2023 20:33:11 +0200	[thread overview]
Message-ID: <ZEluZxJDhXKFj2qk@sai> (raw)

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

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

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

             reply	other threads:[~2023-04-26 18:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-26 18:33 Wolfram Sang [this message]
2023-04-27 19:20 ` [PULL REQUEST] i2c-for-6.4-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZEluZxJDhXKFj2qk@sai \
    --to=wsa@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peda@axentia.se \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox