* [PULL REQUEST] i2c-for-6.18-rc1-part2
@ 2025-10-10 8:26 Wolfram Sang
2025-10-10 18:26 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2025-10-10 8:26 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-i2c, linux-kernel, Bartosz Golaszewski, Andi Shyti
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PULL REQUEST] i2c-for-6.18-rc1-part2
2025-10-10 8:26 [PULL REQUEST] i2c-for-6.18-rc1-part2 Wolfram Sang
@ 2025-10-10 18:26 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-10 18:26 UTC (permalink / raw)
To: Wolfram Sang
Cc: Linus Torvalds, linux-i2c, linux-kernel, Bartosz Golaszewski,
Andi Shyti
The pull request you sent on Fri, 10 Oct 2025 10:26:42 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.18-rc1-part2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aac31903329ba73ef24674df78252b6610cc9d60
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-10 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 8:26 [PULL REQUEST] i2c-for-6.18-rc1-part2 Wolfram Sang
2025-10-10 18:26 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).