[GIT PULL] i2c-host-fixes for v6.10-rc7
From: Andi Shyti
Date: Fri Jul 05 2024 - 09:06:38 EST
Hi Wolfram,
Jist a nice fix from Piotr coming in this week.
Have a good weekend,
Andi
The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
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.10-rc7
for you to fetch changes up to f63b94be6942ba82c55343e196bd09b53227618e:
i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (2024-07-04 00:17:47 +0200)
----------------------------------------------------------------
This tag includes a nice fix in the PNX driver that has been
pending for a long time. Piotr has replaced a potential lock in
the interrupt context with a more efficient and straightforward
handling of the timeout signaling.
----------------------------------------------------------------
Piotr Wojtaszczyk (1):
i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr
drivers/i2c/busses/i2c-pnx.c | 48 ++++++++++--------------------------------------
1 file changed, 10 insertions(+), 38 deletions(-)