i2c-host-fixes for v7.1-rc4
From: Andi Shyti
Date: Fri May 15 2026 - 06:44:00 EST
Hi Wolfram,
Two Tegra fixes in this pull request.
Have a great weekend,
Andi
The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:
Linux 7.1-rc3 (2026-05-10 14:08:09 -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-7.1-rc4
for you to fetch changes up to 30792d12842901f5276f466a960962d5bfa15cc8:
i2c: tegra: make tegra_i2c_mutex_unlock() return void (2026-05-14 00:14:20 +0200)
----------------------------------------------------------------
i2c-host-fixes for v7.1-rc4
- tegra:
- drop runtime PM reference when exiting on mutex_lock failure
- preserve transfer errors when releasing the mutex
----------------------------------------------------------------
Saurav Sachidanand (2):
i2c: tegra: fix pm_runtime leak on mutex_lock failure
i2c: tegra: make tegra_i2c_mutex_unlock() return void
drivers/i2c/busses/i2c-tegra.c | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)