[GIT PULL] i3c: Changes for 5.7
From: Boris Brezillon
Date: Sun Mar 29 2020 - 04:57:03 EST
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(-)