Hi Wolfram, three fixes for this week, all hardware-specific. I'm glad to have received support from reviewers and maintainers in ensuring the correctness of the hardware interaction. I wish you a great weekend, Andi The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6: Linux 6.14-rc4 (2025-02-23 12:32:57 -0800) 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-rc5 for you to fetch changes up to 9f3c507cb44498067c980674139bcad56e582ee6: i2c: amd-asf: Fix EOI register write to enable successive interrupts (2025-02-26 23:28:41 +0100) ---------------------------------------------------------------- i2c-host-fixes for v6.14-rc5 - npcm fixes interrupt initialization sequence. - ls2x fixes frequency setting. - amd-asf re-enables interrupts properly at irq handler's exit. ---------------------------------------------------------------- Binbin Zhou (1): i2c: ls2x: Fix frequency division register access Shyam Sundar S K (1): i2c: amd-asf: Fix EOI register write to enable successive interrupts Tyrone Ting (1): i2c: npcm: disable interrupt enable bit before devm_request_irq drivers/i2c/busses/i2c-amd-asf-plat.c | 1 + drivers/i2c/busses/i2c-ls2x.c | 16 ++++++++++++---- drivers/i2c/busses/i2c-npcm7xx.c | 7 +++++++ 3 files changed, 20 insertions(+), 4 deletions(-)