Skip to content

drivers/serial: Fix uart issues for i.MX7 and i.MX6 #11778

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

Merged
merged 2 commits into from
Dec 3, 2018

Conversation

diegosueiro
Copy link
Contributor

This patch series:

@diegosueiro
Copy link
Contributor Author

ping @pfalcon and @stanislav-poboril.

@zephyrbot
Copy link
Collaborator

zephyrbot commented Nov 30, 2018

All checks are passing now.

Review history of this comment for details about previous failed status.
Note that some checks might have not completed yet.

This patch fixes the uart isr calling the callback with wrong data
(zephyrproject-rtos#11465) and the uart_poll_in checking the wrong status flag.

Signed-off-by: Diego Sueiro <[email protected]>
This patch enables the UART_INTERRUPT_DRIVEN by default for
colibri_imx7d_m4, udoo_neo_full_m4 and warp7_m4 boards.

Signed-off-by: Diego Sueiro <[email protected]>
@codecov-io
Copy link

Codecov Report

Merging #11778 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #11778   +/-   ##
=======================================
  Coverage   48.21%   48.21%           
=======================================
  Files         280      280           
  Lines       43317    43317           
  Branches    10371    10371           
=======================================
  Hits        20886    20886           
  Misses      18283    18283           
  Partials     4148     4148

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e29416...503e2ec. Read the comment docs.

@stanislav-poboril
Copy link
Collaborator

@diegosueiro I have tested the shell module sample on UDOO Neo and it works.

Copy link
Collaborator

@pfalcon pfalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks fro debugging this!

@pfalcon
Copy link
Collaborator

pfalcon commented Dec 3, 2018

@stanislav-poboril: Can you approve this then? (Click "Files changed" tab, then you'll see "Review changes" button).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants