Linus, a few more patches from I2C. Some are fixes which would be nice to have in rc1 already, some patches have nearly been fallen through the cracks, some just needed a bit more testing. Please pull. Wolfram The following changes since commit 186f3edfdd41f2ae87fc40a9ccba52a3bf930994: Merge tag 'pinctrl-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl (2025-08-02 12:07:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.17-rc1-part2 for you to fetch changes up to 33ac5155891cab165c93b51b0e22e153eacc2ee7: i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe() (2025-08-03 22:47:57 +0200) ---------------------------------------------------------------- i2c-for-6.17-rc1-part2 - acpi: enable 100kHz workaround for DLL0945 - apple: add support for Apple A7–A11, T2 chips; Kconfig update - mux: mule: fix error handling path - qcom-geni: fix controller frequency mapping - stm32f7: add DMA-safe transfer support - tegra: use controller reset if device reset is missing - tegra: remove unnecessary dma_sync*() calls ---------------------------------------------------------------- Akhil R (2): i2c: tegra: Use internal reset when reset property is not available i2c: tegra: Remove dma_sync_*() calls Christophe JAILLET (1): i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe() Clément Le Goffic (1): i2c: stm32f7: support i2c_*_dma_safe_msg_buf APIs Kathiravan Thirumoorthy (1): i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates Nick Chan (1): dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles Sven Peter (1): i2c: apple: Drop default ARCH_APPLE in Kconfig Wolfram Sang (1): Merge tag 'i2c-host-6.17-pt2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow fangzhong.zhou (1): i2c: Force DLL0945 touchpad i2c freq to 100khz with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (2): (Rev.) i2c: tegra: Remove dma_sync_*() calls (Rev.) i2c: tegra: Use internal reset when reset property is not available Mukesh Kumar Savaliya (1): (Rev.) i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates Sven Peter (1): (Rev.) dt-bindings: i2c: apple,i2c: Document Apple A7-A11, T2 compatibles Thierry Reding (1): (Rev.) i2c: tegra: Remove dma_sync_*() calls .../devicetree/bindings/i2c/apple,i2c.yaml | 5 ++ drivers/i2c/busses/Kconfig | 1 - drivers/i2c/busses/i2c-qcom-geni.c | 6 +- drivers/i2c/busses/i2c-stm32f7.c | 32 +++++++---- drivers/i2c/busses/i2c-tegra.c | 64 +++++++++++++++------- drivers/i2c/i2c-core-acpi.c | 1 + drivers/i2c/muxes/i2c-mux-mule.c | 3 +- 7 files changed, 75 insertions(+), 37 deletions(-)