Hi Wolfram, somehow, for some higher forces, the trend in I2C is flipped: instead of slowing down, the number of fixes goes up at the end of the cycle. Four patches this time! Big thanks to the TI folks for testing and reviewing the i2c-omap patch, which could have caused a system hang. Now it's time to wrap things up for the merge window—hopefully, I don't leave anything behind. Have a good weekend! Andi The following changes since commit 80e54e84911a923c40d7bee33a34c1b4be148d7a: Linux 6.14-rc6 (2025-03-09 13:45:25 -1000) 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.14-rc7 for you to fetch changes up to 2b22459792fcb4def9f0936d64575ac11a95a58d: i2c: sis630: Fix an error handling path in sis630_probe() (2025-03-12 12:24:53 +0100) ---------------------------------------------------------------- i2c-host-fixes for v6.14-rc7 - omap: fixed irq ACKS to avoid irq storming and system hang. - ali1535, ali15x3, sis630: fixed error path at probe exit. ---------------------------------------------------------------- Andreas Kemnade (1): i2c: omap: fix IRQ storms Christophe JAILLET (3): i2c: ali1535: Fix an error handling path in ali1535_probe() i2c: ali15x3: Fix an error handling path in ali15x3_probe() i2c: sis630: Fix an error handling path in sis630_probe() drivers/i2c/busses/i2c-ali1535.c | 12 +++++++++++- drivers/i2c/busses/i2c-ali15x3.c | 12 +++++++++++- drivers/i2c/busses/i2c-omap.c | 26 +++++++------------------- drivers/i2c/busses/i2c-sis630.c | 12 +++++++++++- 4 files changed, 40 insertions(+), 22 deletions(-)