mbox series

[PULL,REQUEST] i2c-for-5.19-rc6

Message ID YsnDMSqbVygxidsL@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-5.19-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-5.19-rc6

Message

Wolfram Sang July 9, 2022, 6:04 p.m. UTC
The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-5.19-rc6

for you to fetch changes up to 3501f0c663063513ad604fb1b3f06af637d3396d:

  i2c: cadence: Unregister the clk notifier in error path (2022-07-07 23:06:34 +0200)

----------------------------------------------------------------
Two I2C driver bugfixes preventing resource leaks

----------------------------------------------------------------
Jean Delvare (1):
      i2c: piix4: Fix a memory leak in the EFCH MMIO support

Satish Nagireddy (1):
      i2c: cadence: Unregister the clk notifier in error path


with much appreciated quality assurance from
----------------------------------------------------------------
Lars-Peter Clausen (1):
      (Test) i2c: cadence: Unregister the clk notifier in error path

Michal Simek (1):
      (Rev.) i2c: cadence: Unregister the clk notifier in error path

Terry Bowman (2):
      (Rev.) i2c: piix4: Fix a memory leak in the EFCH MMIO support
      (Test) i2c: piix4: Fix a memory leak in the EFCH MMIO support

Yi Zhang (1):
      (Test) i2c: piix4: Fix a memory leak in the EFCH MMIO support

 drivers/i2c/busses/i2c-cadence.c |  1 +
 drivers/i2c/busses/i2c-piix4.c   | 16 +++++++---------
 2 files changed, 8 insertions(+), 9 deletions(-)