Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: i3c: i3c_mcux: Fix bug in do_one_xfer #70626

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

mjchen0
Copy link
Contributor

@mjchen0 mjchen0 commented Mar 22, 2024

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.

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 <[email protected]>
@zephyrbot zephyrbot added area: I3C Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. platform: NXP Drivers NXP Semiconductors, drivers labels Mar 22, 2024
@nashif nashif merged commit fe4b03b into zephyrproject-rtos:main Mar 25, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: I3C platform: NXP Drivers NXP Semiconductors, drivers Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants