mbox series

[GIT,PULL] I3C changes for 6.10

Message ID 20240525075217d90cc066@mail.local (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] I3C changes for 6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.10

Message

Alexandre Belloni May 25, 2024, 7:52 a.m. UTC
iHello Linus,

Here is the i3c subsytem pull request for 6.10. Runtime PM (power
management) is improved and hot-join support has been added to the dw
controller driver.

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.10

for you to fetch changes up to 1d08326020fba690cbb7b8f1b38ab4eab6745969:

  i3c: dw: Add hot-join support. (2024-05-23 00:29:19 +0200)

----------------------------------------------------------------
I3C for 6.10

Core:
 - Allow device driver to trigger controller runtime PM

Drivers:
 - dw: hot-join support
 - svc: better IBI handling

----------------------------------------------------------------
Billy Tsai (1):
      i3c: dw: Add hot-join support.

Frank Li (3):
      i3c: Add comment for -EAGAIN in i3c_device_do_priv_xfers()
      i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame
      i3c: master: svc: fix invalidate IBI type and miss call client IBI handler

Mukesh Kumar Savaliya (1):
      i3c: master: Enable runtime PM for master controller

 drivers/i3c/device.c                |  4 +++
 drivers/i3c/master.c                |  6 ++++
 drivers/i3c/master/dw-i3c-master.c  | 65 ++++++++++++++++++++++++++++++-------
 drivers/i3c/master/dw-i3c-master.h  |  2 ++
 drivers/i3c/master/svc-i3c-master.c | 18 +++++++---
 5 files changed, 79 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org May 25, 2024, 9:08 p.m. UTC | #1
The pull request you sent on Sat, 25 May 2024 09:52:17 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4286e1fceb8c99f25332dc7e85f9879408caa45a

Thank you!