linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] I3C changes for 6.19 #2
Date: Sat, 13 Dec 2025 00:06:28 +0100	[thread overview]
Message-ID: <20251212230628a6dfdd16@mail.local> (raw)

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

             reply	other threads:[~2025-12-12 23:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-12 23:06 Alexandre Belloni [this message]
2025-12-13  5:50 ` [GIT PULL] I3C changes for 6.19 #2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251212230628a6dfdd16@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-i3c@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).