mbox series

i2c-host-fixes for v7.1-rc4

Message ID agby5qiVRXNQGvky@zenone.zhora.eu
State Accepted
Headers show
Series i2c-host-fixes for v7.1-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-7.1-rc4

Message

Andi Shyti May 15, 2026, 10:20 a.m. UTC
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(-)

Comments

Wolfram Sang May 18, 2026, 6:12 a.m. UTC | #1
Hi Andi,

> Two Tegra fixes in this pull request.

Pulled now. Sorry for the delay. I was on the road this weekend with
less net access than expected. Will send it for -rc5!

Thanks and happy hacking,

   Wolfram