devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add AMD I3C master controller driver and bindings
@ 2025-08-29 17:13 Manikanta Guntupalli
  2025-08-29 17:13 ` [PATCH V2 1/2] dt-bindings: i3c: Add AMD I3C master controller support Manikanta Guntupalli
  2025-08-29 17:13 ` [PATCH V2 2/2] i3c: master: Add AMD I3C bus controller driver Manikanta Guntupalli
  0 siblings, 2 replies; 9+ messages in thread
From: Manikanta Guntupalli @ 2025-08-29 17:13 UTC (permalink / raw)
  To: git, michal.simek, alexandre.belloni, Frank.Li, robh, krzk+dt,
	conor+dt, kees, gustavoars, jarkko.nikula, linux-i3c, devicetree,
	linux-kernel, linux-hardening
  Cc: radhey.shyam.pandey, srinivas.goud, shubhrajyoti.datta,
	manion05gk, Manikanta Guntupalli

This patch series introduces support for the AMD I3C master controller,
including the device tree binding and driver implementation.

Changes for V2:
Updated commit subject and description.
Moved allOf to after required.
Removed xlnx,num-targets property.
Added mixed mode support with clock configuration.
Converted smaller functions into inline functions.
Used FIELD_GET() in xi3c_get_response().
Updated xi3c_master_rd_from_rx_fifo() to use cmd->rx_buf.
Used parity8() for address parity calculation.
Added guards for locks.
Dropped num_targets and updated xi3c_master_do_daa().
Used __free(kfree) in xi3c_master_send_bdcast_ccc_cmd().
Dropped PM runtime support.
Updated xi3c_master_read() and xi3c_master_write() with
xi3c_is_resp_available() check.
Created separate functions: xi3c_master_init() and xi3c_master_reinit().
Used xi3c_master_init() in bus initialization and xi3c_master_reinit()
in error paths.
Added DAA structure to xi3c_master structure.

Manikanta Guntupalli (2):
  dt-bindings: i3c: Add AMD I3C master controller support
  i3c: master: Add AMD I3C bus controller driver

 .../devicetree/bindings/i3c/xlnx,axi-i3c.yaml |   53 +
 MAINTAINERS                                   |    7 +
 drivers/i3c/master/Kconfig                    |   16 +
 drivers/i3c/master/Makefile                   |    1 +
 drivers/i3c/master/amd-i3c-master.c           | 1009 +++++++++++++++++
 5 files changed, 1086 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-04 10:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-29 17:13 [PATCH V2 0/2] Add AMD I3C master controller driver and bindings Manikanta Guntupalli
2025-08-29 17:13 ` [PATCH V2 1/2] dt-bindings: i3c: Add AMD I3C master controller support Manikanta Guntupalli
2025-09-01  5:21   ` Krzysztof Kozlowski
2025-09-01  5:22   ` Krzysztof Kozlowski
2025-08-29 17:13 ` [PATCH V2 2/2] i3c: master: Add AMD I3C bus controller driver Manikanta Guntupalli
2025-09-01 20:12   ` Alexandre Belloni
2025-09-02  7:10     ` Guntupalli, Manikanta
2025-09-03 14:27   ` Frank Li
2025-09-04 10:09     ` Guntupalli, Manikanta

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).