[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250703111428.2111484-1-manikanta.guntupalli@amd.com>
Date: Thu, 3 Jul 2025 16:44:26 +0530
From: Manikanta Guntupalli <manikanta.guntupalli@....com>
To: <git@....com>, <michal.simek@....com>, <alexandre.belloni@...tlin.com>,
<Frank.Li@....com>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>, <kees@...nel.org>, <gustavoars@...nel.org>,
<jarkko.nikula@...ux.intel.com>, <linux-i3c@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-hardening@...r.kernel.org>
CC: <radhey.shyam.pandey@....com>, <srinivas.goud@....com>,
<shubhrajyoti.datta@....com>, <manion05gk@...il.com>, Manikanta Guntupalli
<manikanta.guntupalli@....com>
Subject: [PATCH 0/2] Add AMD I3C master controller driver and bindings
This patch series introduces support for the AMD I3C master controller,
including the device tree binding and driver implementation.
Manikanta Guntupalli (2):
dt-bindings: i3c: Add binding for AMD I3C master controller
i3c: master: Add AMD I3C bus controller driver
.../devicetree/bindings/i3c/xlnx,axi-i3c.yaml | 61 ++
MAINTAINERS | 7 +
drivers/i3c/master/Kconfig | 16 +
drivers/i3c/master/Makefile | 1 +
drivers/i3c/master/amd-i3c-master.c | 945 ++++++++++++++++++
5 files changed, 1030 insertions(+)
create mode 100644 Documentation/devicetree/bindings/i3c/xlnx,axi-i3c.yaml
create mode 100644 drivers/i3c/master/amd-i3c-master.c
--
2.34.1
Powered by blists - more mailing lists