zephyr/drivers/i3c
Ryan McClelland c75783219f drivers: i3c: cdns: handle variable length ccc with m0 err
The CDNS will report a M0 error if the data length is not what
it expects, but certain CCCs can have a variable length such as
GETMXDS and GETCAPS. This sets it up to ignore the M0 error if
it sees that ccc was GETMXDS or GETCAPS.

Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
2024-05-16 16:23:31 +02:00
..
CMakeLists.txt drivers: i3c: npcx: introduce NPCX I3C driver 2024-04-24 19:40:28 +00:00
Kconfig drivers: i3c: npcx: introduce NPCX I3C driver 2024-04-24 19:40:28 +00:00
Kconfig.cdns
Kconfig.npcx drivers: i3c: npcx: introduce NPCX I3C driver 2024-04-24 19:40:28 +00:00
Kconfig.nxp
Kconfig.test
i3c_ccc.c drivers: i3c: add ccc getcaps helper 2024-05-16 16:23:31 +02:00
i3c_cdns.c drivers: i3c: cdns: handle variable length ccc with m0 err 2024-05-16 16:23:31 +02:00
i3c_common.c drivers: i3c: add reading GETCAPS in basic_info_get 2024-05-16 16:23:31 +02:00
i3c_handlers.c
i3c_ibi_workq.c
i3c_mcux.c drivers: i3c: i3c_mcux: reduce timeout busy waiting 2024-04-26 10:18:54 +03:00
i3c_npcx.c drivers: i3c: npcx: introduce NPCX I3C driver 2024-04-24 19:40:28 +00:00
i3c_shell.c drivers: i3c: shell: fix argc length check for optional param 2024-05-16 16:23:31 +02:00
i3c_test.c