zephyr/drivers/i3c
Daniel Leung 5c4c31cfe0 i3c: ccc: fix missing break in switch in _do__getcaps()
In i3c_ccc_do_getcaps(), there is a missing break statement
in the switch case for GETCAPS_FORMAT_2_CRCAPS. Add it.

Fixes #74764

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-06-24 22:25:57 -04:00
..
CMakeLists.txt drivers: i3c: npcx: introduce NPCX I3C driver 2024-04-24 19:40:28 +00:00
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: 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 build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
i3c_ibi_workq.c
i3c_mcux.c driver: i3c: fixing i3c init error 2024-06-20 12:48:36 +02:00
i3c_npcx.c drivers: i3c: npcx: update ibi error handling 2024-05-28 09:54:03 +02: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 drivers: i3c: add dummy driver for vnd,i3c 2023-11-13 16:08:46 +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 drivers: i3c: add dummy driver for vnd,i3c 2023-11-13 16:08:46 +00:00