mbox series

[PULL,REQUEST] i2c-for-6.5-rc1-part2

Message ID ZKhup2kTPKNKm2sW@ninjato
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.5-rc1-part2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc1-part2

Message

Wolfram Sang July 7, 2023, 7:59 p.m. UTC
The following changes since commit 7b82e90411826deee07c180ec35f64d31051d154:

  Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic (2023-07-06 10:06:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc1-part2

for you to fetch changes up to 6537ed3904a3b3720e5e238dd5d542448fcf94c2:

  i2c: mpc: Drop unused variable (2023-07-06 21:45:05 +0200)

----------------------------------------------------------------
Part 2 of I2C patches for 6.5

* xiic patch should have been in part 1 but slipped through
* mpc patch fixes a build regression from part 1
* nomadik is a fix which needed a rebase after part 1

----------------------------------------------------------------
Christophe JAILLET (1):
      i2c: nomadik: Remove a useless call in the remove function

Guenter Roeck (1):
      i2c: mpc: Drop unused variable

Robert Hancock (1):
      i2c: xiic: Don't try to handle more interrupt events after error


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (1):
      (Rev.) i2c: nomadik: Remove a useless call in the remove function

 drivers/i2c/busses/i2c-mpc.c     | 1 -
 drivers/i2c/busses/i2c-nomadik.c | 2 --
 drivers/i2c/busses/i2c-xiic.c    | 2 ++
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org July 8, 2023, 8:08 p.m. UTC | #1
The pull request you sent on Fri, 7 Jul 2023 21:59:35 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc1-part2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/84dc5aa3f0d861281d353e4b7f4ea03da31e9aba

Thank you!