mbox series

[GIT,PULL] i3c: Changes for 5.7

Message ID 20200329104816.5cbdb74f@collabora.com (mailing list archive)
State Mainlined
Commit c03cb66464742cf4b196b4863e4101b8cf9eb9be
Headers show
Series [GIT,PULL] i3c: Changes for 5.7 | expand

Pull-request

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

Message

Boris Brezillon March 29, 2020, 8:50 a.m. UTC
Hello Linus,

Here is the I3C PR for 5.7.

Best Regards,

Boris

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c4b9de11d0101792c4d5458b18581f4f527862d1:

  i3c: convert to use i2c_new_client_device() (2020-03-29 10:35:50 +0200)

----------------------------------------------------------------
* Fix driver auto-probing related issues
* Stop using the deprecated i2c_new_device() function
* Replace zero-length array with flexible-array member

----------------------------------------------------------------
Boris Brezillon (4):
      i3c: Fix MODALIAS uevents
      i3c: Add a modalias sysfs attribute
      i3c: Generate aliases for i3c modules
      i3c: Simplify i3c_device_match_id()

Gustavo A. R. Silva (1):
      i3c: master: Replace zero-length array with flexible-array member

Wolfram Sang (2):
      i3c: master: no need to iterate master device twice
      i3c: convert to use i2c_new_client_device()

 drivers/i3c/device.c                 | 50 ++++++++++++++++++++++----------------------------
 drivers/i3c/master.c                 | 28 +++++++++++++++++++++++++---
 drivers/i3c/master/dw-i3c-master.c   |  2 +-
 drivers/i3c/master/i3c-master-cdns.c |  2 +-
 scripts/mod/devicetable-offsets.c    |  7 +++++++
 scripts/mod/file2alias.c             | 19 +++++++++++++++++++
 6 files changed, 75 insertions(+), 33 deletions(-)

Comments

pr-tracker-bot@kernel.org March 30, 2020, 7:50 p.m. UTC | #1
The pull request you sent on Sun, 29 Mar 2020 10:50:07 +0200:

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

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

Thank you!