Linus, this pull request contains an after-rc1-cleanup from Krzysztof and some new IDs which I wanted to send with a second pull request during the merge window but that sadly fell through the cracks because of Plumbers and travel. Please pull. Wolfram 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/wsa/linux.git tags/i2c-for-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-for-6.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 with much appreciated quality assurance from ---------------------------------------------------------------- Bryan O'Donoghue (1): (Rev.) dt-bindings: i2c: qcom-cci: Document SM8750 compatible Geert Uytterhoeven (1): (Rev.) i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning Krzysztof Kozlowski (2): (Rev.) dt-bindings: i2c: qcom-cci: Document SM8750 compatible (Rev.) dt-bindings: i2c: dw: Add Mobileye I2C controllers 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(-)