mbox series

[GIT,PULL] I3C changes for 5.18

Message ID YkOH2Jd9soaAFoog@piout.net (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] I3C changes for 5.18 | expand

Pull-request

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

Message

Alexandre Belloni March 29, 2022, 10:27 p.m. UTC
Hello Linux,

Here is the pull request for the i3c subsystem, adding support to
dynamically add i2c devices on a bus.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 6cbf8b38dfe3aabe330f2c356949bc4d6a1f034f:

  i3c: fix uninitialized variable use in i2c setup (2022-03-08 22:33:52 +0100)

----------------------------------------------------------------
I3C for 5.18

Subsystem:
 - support dynamic addition of i2c devices

----------------------------------------------------------------
Jamie Iles (3):
      i3c: remove i2c board info from i2c_dev_desc
      i3c: support dynamically added i2c devices
      i3c: fix uninitialized variable use in i2c setup

 drivers/i3c/master.c       | 151 ++++++++++++++++++++++++++++++++++++++++++---
 include/linux/i3c/master.h |   1 -
 2 files changed, 142 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org March 30, 2022, 6:20 p.m. UTC | #1
The pull request you sent on Wed, 30 Mar 2022 00:27:36 +0200:

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

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

Thank you!