Re: [PATCH v10 2/2] i3c: master: Add driver for AMD AXI I3C master controller

From: Frank Li

Date: Thu Jul 09 2026 - 15:25:15 EST


On Thu, Jul 09, 2026 at 12:12:33PM +0530, Shubham Patil wrote:
> From: Manikanta Guntupalli <manikanta.guntupalli@xxxxxxx>
>
> Add an I3C master driver and maintainers fragment for the AMD I3C bus
> controller.
>
> The driver currently supports the I3C bus operating in SDR mode,
> with features including Dynamic Address Assignment, private data
> transfers, and CCC transfers in both broadcast and direct modes. It
> also supports operation in I2C mode.
>
> The controller's data FIFOs are accessed big-endian; the driver performs
> this conversion locally using ioread32be()/iowrite32be() with the
> helpers, so it does not depend on any core FIFO-endianness helpers.
>
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@xxxxxxx>
> Co-developed-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx>
> Co-developed-by: Shubham Patil <shubhamsanjay.patil@xxxxxxx>
> Signed-off-by: Shubham Patil <shubhamsanjay.patil@xxxxxxx>
> ---

Reviewed-by: Frank Li <Frank.Li@xxxxxxx>