mbox series

[PULL,REQUEST] i2c-for-6.7-rc8

Message ID ZYVsIwvSLqnn/BRW@shikoro
State Accepted
Headers show
Series [PULL,REQUEST] i2c-for-6.7-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-rc8

Message

Wolfram Sang Dec. 22, 2023, 10:59 a.m. UTC
The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb:

  Linux 6.7-rc6 (2023-12-17 15:19:28 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-rc8

for you to fetch changes up to b4cc1cbba5195a4dd497cf2f8f09e7807977d543:

  i2c: aspeed: Handle the coalesced stop conditions with the start conditions. (2023-12-19 21:54:57 +0100)

----------------------------------------------------------------
i2c-qcom-geni gets error path fixes, i2c-rk3x fixes polling mode,
i2c-aspeed gets state machine fixes in target mode

----------------------------------------------------------------
Jensen Huang (1):
      i2c: rk3x: fix potential spinlock recursion on poll

Quan Nguyen (1):
      i2c: aspeed: Handle the coalesced stop conditions with the start conditions.

Yang Yingliang (1):
      i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (3):
      (Rev.) i2c: aspeed: Handle the coalesced stop conditions with the start conditions.
      (Rev.) i2c: rk3x: fix potential spinlock recursion on poll
      (Rev.) i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()

Andrew Jeffery (1):
      (Rev.) i2c: aspeed: Handle the coalesced stop conditions with the start conditions.

Heiko Stuebner (1):
      (Rev.) i2c: rk3x: fix potential spinlock recursion on poll

 drivers/i2c/busses/i2c-aspeed.c    | 48 +++++++++++++++++++++++++-------------
 drivers/i2c/busses/i2c-qcom-geni.c |  8 ++++++-
 drivers/i2c/busses/i2c-rk3x.c      | 13 +++++++++--
 3 files changed, 50 insertions(+), 19 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 22, 2023, 4:51 p.m. UTC | #1
The pull request you sent on Fri, 22 Dec 2023 11:59:47 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.7-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2618280dedb2f3a35e51c158d31859276a8832b9

Thank you!