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,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Andi Shyti <andi.shyti@kernel.org>
Subject: [PULL REQUEST] i2c-for-6.18-rc1-part2
Date: Fri, 10 Oct 2025 10:26:42 +0200	[thread overview]
Message-ID: <aOjDQhhcanB_Vgbh@shikoro> (raw)

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

The following changes since commit cbf33b8e0b360f667b17106c15d9e2aac77a76a1:

  Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (2025-10-03 19:38:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eb4faf6343889fcd7edba3deeae49fc5a06531fd:

  dt-bindings: i2c: hisilicon,hix5hd2: convert to DT schema (2025-10-09 13:20:57 +0200)

----------------------------------------------------------------
i2c-for-6.18-rc1-part2

- Second part of rtl9300 updates since dependencies are in now
  - general cleanups, implemented block read/write support, added RTL9310 support
- DT schema conversion of hix5hd2 binding
- namespace cleanup for i2c-algo-pca
- minor simplification for mt65xx

----------------------------------------------------------------
Byungchul Park (1):
      i2c: rename wait_for_completion callback to wait_for_completion_cb

Harshal Gohel (1):
      i2c: rtl9300: Implement I2C block read and write

Jonas Jelonek (9):
      i2c: rtl9300: use regmap fields and API for registers
      dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
      i2c: rtl9300: rename internal sda_pin to sda_num
      i2c: rtl9300: move setting SCL frequency to config_io
      i2c: rtl9300: do not set read mode on every transfer
      i2c: rtl9300: separate xfer configuration and execution
      i2c: rtl9300: use scoped guard instead of explicit lock/unlock
      dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
      i2c: rtl9300: add support for RTL9310 I2C controller

Kael D'Alcamo (1):
      dt-bindings: i2c: hisilicon,hix5hd2: convert to DT schema

Wolfram Sang (2):
      Merge tag 'i2c-host-6.18-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow
      i2c: mt65xx: convert set_speed function to void


with much appreciated quality assurance from
----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      (Rev.) i2c: mt65xx: convert set_speed function to void

Chris Packham (18):
      (Rev.) i2c: rtl9300: add support for RTL9310 I2C controller
      (Rev.) dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
      (Rev.) i2c: rtl9300: use scoped guard instead of explicit lock/unlock
      (Test) i2c: rtl9300: use scoped guard instead of explicit lock/unlock
      (Rev.) i2c: rtl9300: separate xfer configuration and execution
      (Test) i2c: rtl9300: separate xfer configuration and execution
      (Rev.) i2c: rtl9300: do not set read mode on every transfer
      (Test) i2c: rtl9300: do not set read mode on every transfer
      (Rev.) i2c: rtl9300: move setting SCL frequency to config_io
      (Test) i2c: rtl9300: move setting SCL frequency to config_io
      (Rev.) i2c: rtl9300: rename internal sda_pin to sda_num
      (Test) i2c: rtl9300: rename internal sda_pin to sda_num
      (Rev.) dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
      (Test) dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
      (Rev.) i2c: rtl9300: use regmap fields and API for registers
      (Test) i2c: rtl9300: use regmap fields and API for registers
      (Rev.) i2c: rtl9300: Implement I2C block read and write
      (Test) i2c: rtl9300: Implement I2C block read and write

Jonas Jelonek (2):
      (Rev.) i2c: rtl9300: Implement I2C block read and write
      (Test) i2c: rtl9300: Implement I2C block read and write

Krzysztof Kozlowski (1):
      (Rev.) dt-bindings: i2c: hisilicon,hix5hd2: convert to DT schema

Markus Stockhausen (9):
      (Test) i2c: rtl9300: add support for RTL9310 I2C controller
      (Test) dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
      (Test) i2c: rtl9300: use scoped guard instead of explicit lock/unlock
      (Test) i2c: rtl9300: separate xfer configuration and execution
      (Test) i2c: rtl9300: do not set read mode on every transfer
      (Test) i2c: rtl9300: move setting SCL frequency to config_io
      (Test) i2c: rtl9300: rename internal sda_pin to sda_num
      (Test) dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
      (Test) i2c: rtl9300: use regmap fields and API for registers

Rob Herring (Arm) (2):
      (Rev.) dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
      (Rev.) dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos

Sven Eckelmann (6):
      (Test) i2c: rtl9300: add support for RTL9310 I2C controller
      (Test) i2c: rtl9300: separate xfer configuration and execution
      (Test) i2c: rtl9300: do not set read mode on every transfer
      (Test) i2c: rtl9300: move setting SCL frequency to config_io
      (Test) i2c: rtl9300: rename internal sda_pin to sda_num
      (Test) i2c: rtl9300: use regmap fields and API for registers

 .../bindings/i2c/hisilicon,hix5hd2-i2c.yaml        |  51 +++
 .../devicetree/bindings/i2c/i2c-hix5hd2.txt        |  24 --
 .../bindings/i2c/realtek,rtl9301-i2c.yaml          |  45 +-
 drivers/i2c/algos/i2c-algo-pca.c                   |   2 +-
 drivers/i2c/busses/i2c-mt65xx.c                    |  11 +-
 drivers/i2c/busses/i2c-pca-isa.c                   |   2 +-
 drivers/i2c/busses/i2c-pca-platform.c              |   2 +-
 drivers/i2c/busses/i2c-rtl9300.c                   | 459 +++++++++++++--------
 include/linux/i2c-algo-pca.h                       |   2 +-
 9 files changed, 386 insertions(+), 212 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/i2c/hisilicon,hix5hd2-i2c.yaml
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-hix5hd2.txt

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

             reply	other threads:[~2025-10-10  8:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-10  8:26 Wolfram Sang [this message]
2025-10-10 18:26 ` [PULL REQUEST] i2c-for-6.18-rc1-part2 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=aOjDQhhcanB_Vgbh@shikoro \
    --to=wsa@kernel.org \
    --cc=andi.shyti@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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