[GIT PULL] i2c-host-fixes for 6.19-rc2
From: Andi Shyti
Date: Sat Dec 20 2025 - 03:38:21 EST
Hi Wolfram,
as agreed here's the pull request from the commits remaining from
the last merge window.
Thank you and I wish you a great weekend.
Andi
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.19-rc2
for you to fetch changes up to 880977fdc7f67923d1904ee23ca75fa1e375ea46:
dt-bindings: i2c: qcom-cci: Document SM8750 compatible (2025-12-17 00:28:52 +0100)
----------------------------------------------------------------
i2c-host-fixes for v6.19-rc2
- bcm, pxa, rcar: fix void-pointer-to-enum-cast warning
- new support for Intel Nova Lake-S
- new support for Mobileye
- new support for Qualcomm SM8750
----------------------------------------------------------------
Benoît Monin (1):
dt-bindings: i2c: dw: Add Mobileye I2C controllers
Hangxiang Ma (1):
dt-bindings: i2c: qcom-cci: Document SM8750 compatible
Jarkko Nikula (1):
i2c: i801: Add support for Intel Nova Lake-S
Krzysztof Kozlowski (3):
i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning
Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 ++
Documentation/devicetree/bindings/i2c/snps,designware-i2c.yaml | 7 +++++++
Documentation/i2c/busses/i2c-i801.rst | 1 +
drivers/i2c/busses/Kconfig | 1 +
drivers/i2c/busses/i2c-bcm-iproc.c | 3 +--
drivers/i2c/busses/i2c-i801.c | 3 +++
drivers/i2c/busses/i2c-pxa.c | 2 +-
drivers/i2c/busses/i2c-rcar.c | 2 +-
8 files changed, 17 insertions(+), 4 deletions(-)