zephyr/drivers/i3c
Ryan McClelland 147df87fa4 drivers: i3c: add ddr, ibi tir, direct ccc def byte support
Revision 1p7 of the silicon added support for IBI TIR, full word fifo
while target usage, defining byte with direct CCCs. This also adds
support of HDR-DDR.

This also fixes short ccc commands where multiple targets in a
payload for the same ccc.

Modification of the i3c_target_tx_write had to be done in order to
distinguish the difference for each fifo to be written to.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2024-07-29 14:23:43 +02:00
..
CMakeLists.txt
Kconfig drivers: i3c: add KConfig to perform rstact during bus init 2024-07-27 15:18:18 +03:00
Kconfig.cdns
Kconfig.npcx
Kconfig.nxp
Kconfig.test
i3c_ccc.c i3c: ccc: fix missing break in switch in _do__getcaps() 2024-06-24 22:25:57 -04:00
i3c_cdns.c drivers: i3c: add ddr, ibi tir, direct ccc def byte support 2024-07-29 14:23:43 +02:00
i3c_common.c drivers: i3c: add KConfig to perform rstact during bus init 2024-07-27 15:18:18 +03:00
i3c_handlers.c
i3c_ibi_workq.c
i3c_mcux.c driver: i3c: fixing i3c init error 2024-06-20 12:48:36 +02:00
i3c_npcx.c
i3c_shell.c drivers: i3c: shell: add i2c scan command 2024-07-27 10:46:50 +03:00
i3c_test.c