mbox series

[GIT,PULL] i2c-host-fixes for v7.0-rc5

Message ID ab4-Fe7_muMFBnNo@zenone.zhora.eu
State Accepted
Delegated to: Wolfram Sang
Headers show
Series [GIT,PULL] i2c-host-fixes for v7.0-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c-host-fixes-7.0-rc5

Message

Andi Shyti March 21, 2026, 6:52 a.m. UTC
Hi Wolfram,

here's the pull request for v7.0-rc5.

It contains three fixes for a regression, a reference leak, and a
potential NULL-dereference.

Thank you,
Andi

The following changes since commit f338e77383789c0cae23ca3d48adcc5e9e137e3c:

  Linux 7.0-rc4 (2026-03-15 13:52:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git i2c-host-fixes-7.0-rc5

for you to fetch changes up to 78a6ee14f8b9e1c8f7c77612122444f3be8dc8cc:

  i2c: pxa: defer reset on Armada 3700 when recovery is used (2026-03-19 23:54:03 +0100)

----------------------------------------------------------------
i2c-fixes for v7.0-rc5

pxa: fix broken I2C communication on Armada 3700 with recovery
fsi: fix device_node reference leak in probe
cp2615: fix NULL-deref when serial string is missing

----------------------------------------------------------------
Christophe JAILLET (1):
      i2c: fsi: Fix a potential leak in fsi_i2c_probe()

Gabor Juhos (1):
      i2c: pxa: defer reset on Armada 3700 when recovery is used

Johan Hovold (1):
      i2c: cp2615: fix serial string NULL-deref at probe

 drivers/i2c/busses/i2c-cp2615.c |  3 +++
 drivers/i2c/busses/i2c-fsi.c    |  1 +
 drivers/i2c/busses/i2c-pxa.c    | 17 ++++++++++++++++-
 3 files changed, 20 insertions(+), 1 deletion(-)

Comments

Wolfram Sang March 21, 2026, 6:53 p.m. UTC | #1
On Sat, Mar 21, 2026 at 07:52:59AM +0100, Andi Shyti wrote:
> Hi Wolfram,
> 
> here's the pull request for v7.0-rc5.
> 
> It contains three fixes for a regression, a reference leak, and a
> potential NULL-dereference.
> 
> Thank you,
> Andi

Pulled, thanks!