From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Frank Li <Frank.Li@nxp.com>
Cc: "Jorge Marques" <jorge.marques@analog.com>,
"Przemysław Gaj" <pgaj@cadence.com>,
"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
"Tommaso Merciai" <tommaso.merciai.xr@bp.renesas.com>,
linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
Date: Wed, 3 Dec 2025 00:16:51 +0100 [thread overview]
Message-ID: <202512022316516aae2c3f@mail.local> (raw)
In-Reply-To: <20251027-i3c_xfer_cleanup_master-v1-0-e9bfcb083a38@nxp.com>
Hello,
This series need rebasing
On 27/10/2025 16:57:38-0400, Frank Li wrote:
> switch all controller driver use new callback .i3c_xfers() from
> .priv_xfers() and remove .priv_xfers() in framework.
>
> This serise is base on
> https://lore.kernel.org/linux-i3c/20251027-i3c_ddr-v7-0-866a0ff7fc46@nxp.com/T/#t
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Frank Li (2):
> i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
> i3c: master: cleanup callback .priv_xfers()
>
> drivers/i3c/master.c | 17 ++---------------
> drivers/i3c/master/adi-i3c-master.c | 8 ++++----
> 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 | 6 ------
> 7 files changed, 21 insertions(+), 40 deletions(-)
> ---
> base-commit: f22e2617a331cf4800d6468cf0455db05a74c9a4
> change-id: 20251027-i3c_xfer_cleanup_master-cf75a712dc7c
>
> Best regards,
> --
> Frank Li <Frank.Li@nxp.com>
>
>
> --
> linux-i3c mailing list
> linux-i3c@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-i3c
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Frank Li <Frank.Li@nxp.com>
Cc: "Jorge Marques" <jorge.marques@analog.com>,
"Przemysław Gaj" <pgaj@cadence.com>,
"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
"Tommaso Merciai" <tommaso.merciai.xr@bp.renesas.com>,
linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
Date: Wed, 3 Dec 2025 00:16:51 +0100 [thread overview]
Message-ID: <202512022316516aae2c3f@mail.local> (raw)
In-Reply-To: <20251027-i3c_xfer_cleanup_master-v1-0-e9bfcb083a38@nxp.com>
Hello,
This series need rebasing
On 27/10/2025 16:57:38-0400, Frank Li wrote:
> switch all controller driver use new callback .i3c_xfers() from
> .priv_xfers() and remove .priv_xfers() in framework.
>
> This serise is base on
> https://lore.kernel.org/linux-i3c/20251027-i3c_ddr-v7-0-866a0ff7fc46@nxp.com/T/#t
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> Frank Li (2):
> i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers()
> i3c: master: cleanup callback .priv_xfers()
>
> drivers/i3c/master.c | 17 ++---------------
> drivers/i3c/master/adi-i3c-master.c | 8 ++++----
> 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 | 6 ------
> 7 files changed, 21 insertions(+), 40 deletions(-)
> ---
> base-commit: f22e2617a331cf4800d6468cf0455db05a74c9a4
> change-id: 20251027-i3c_xfer_cleanup_master-cf75a712dc7c
>
> Best regards,
> --
> Frank Li <Frank.Li@nxp.com>
>
>
> --
> linux-i3c mailing list
> linux-i3c@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-i3c
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2025-12-02 23:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-27 20:57 [PATCH 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers() Frank Li
2025-10-27 20:57 ` Frank Li
2025-10-27 20:57 ` [PATCH 1/2] " Frank Li
2025-10-27 20:57 ` Frank Li
2025-10-27 20:57 ` [PATCH 2/2] i3c: master: cleanup callback .priv_xfers() Frank Li
2025-10-27 20:57 ` Frank Li
2025-12-02 23:16 ` Alexandre Belloni [this message]
2025-12-02 23:16 ` [PATCH 0/2] i3c: master: switch to use new callback .i3c_xfers() from .priv_xfers() Alexandre Belloni
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=202512022316516aae2c3f@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=Frank.Li@nxp.com \
--cc=jorge.marques@analog.com \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pgaj@cadence.com \
--cc=tommaso.merciai.xr@bp.renesas.com \
--cc=wsa+renesas@sang-engineering.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.