zephyr/drivers/i3c
Mike J. Chen fe4b03baf3 drivers: i3c: i3c_mcux: Fix bug in do_one_xfer
Error check was incorrect, causing wait for complete
not to be done. This can result in emit stop not
working on writes because controller won't do the
stop if it is still busy processing transmit.

Signed-off-by: Mike J. Chen <mjchen@google.com>
2024-03-25 18:38:31 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.cdns
Kconfig.nxp
Kconfig.test
i3c_ccc.c
i3c_cdns.c
i3c_common.c
i3c_handlers.c
i3c_ibi_workq.c
i3c_mcux.c drivers: i3c: i3c_mcux: Fix bug in do_one_xfer 2024-03-25 18:38:31 -04:00
i3c_test.c