Hi Wolfram, This week, I'm submitting three fixes: two address hardware issues with the i801 and qcom-gen devices, and the third resolves a compilation error that occurs when including both pasemi and apple i2c in compile tests on PowerPC. Thanks, Andi The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478: Linux 6.8-rc3 (2024-02-04 12:20:36 +0000) 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.8-rc5 for you to fetch changes up to eb9f7f654f251b57db310eab90bbae5876898ae3: i2c: i801: Fix block process call transactions (2024-02-14 22:15:38 +0100) ---------------------------------------------------------------- Three fixes are included here. Two are strictly hardware-related for the i801 and qcom-geni devices. Meanwhile, a fix from Arnd addresses a compilation error encountered during compile test on powerpc. ---------------------------------------------------------------- Arnd Bergmann (1): i2c: pasemi: split driver into two separate modules Jean Delvare (1): i2c: i801: Fix block process call transactions Viken Dadhaniya (1): i2c: i2c-qcom-geni: Correct I2C TRE sequence drivers/i2c/busses/Makefile | 6 ++---- drivers/i2c/busses/i2c-i801.c | 4 ++-- drivers/i2c/busses/i2c-pasemi-core.c | 6 ++++++ drivers/i2c/busses/i2c-qcom-geni.c | 14 +++++++------- 4 files changed, 17 insertions(+), 13 deletions(-)