[GIT PULL] I3C changes for 6.19 #2
Alexandre Belloni
alexandre.belloni at bootlin.com
Fri Dec 12 15:06:28 PST 2025
Hello Linus,
Here is a second pull request for the i3c subsystem. We are removing an
API and having this sooner rather than later will help ensuring no one
introduces a new driver using it. I've also added patches removing the
"__free(...) = NULL" pattern because I'm sure we won't avoid people
sending those following the mailing list discussion...
The following changes since commit 79c3ae7ada0548d5097bdb65dde5d24a7d660fae:
regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer (2025-12-02 17:33:02 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-6.19-2
for you to fetch changes up to 136209e6bd981e60db6c0e78f2919ff2f92312d4:
i3c: adi: Fix confusing cleanup.h syntax (2025-12-12 23:59:39 +0100)
----------------------------------------------------------------
I3C for 6.19 #2
Subsystem:
- remove .priv_xfers
----------------------------------------------------------------
Frank Li (2):
i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
i3c: master: cleanup callback .priv_xfers()
Krzysztof Kozlowski (2):
i3c: master: Fix confusing cleanup.h syntax
i3c: adi: Fix confusing cleanup.h syntax
drivers/i3c/master.c | 17 +++--------------
drivers/i3c/master/adi-i3c-master.c | 18 ++++++++----------
drivers/i3c/master/dw-i3c-master.c | 8 ++++----
drivers/i3c/master/i3c-master-cdns.c | 8 ++++----
drivers/i3c/master/mipi-i3c-hci/core.c | 8 ++++----
drivers/i3c/master/renesas-i3c.c | 6 +++---
include/linux/i3c/master.h | 12 ++----------
7 files changed, 28 insertions(+), 49 deletions(-)
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
More information about the linux-i3c
mailing list