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

Revert "shell: backends: uart: avoid unnecessary TX IRQs" #72599

Merged
merged 1 commit into from
May 10, 2024

Conversation

keith-zephyr
Copy link
Contributor

This reverts commit d2e5eeb.

PR #71172 is causing the bug reported on issue #72598.

@keith-zephyr
Copy link
Contributor Author

@robhancocksed please review.

@keith-zephyr keith-zephyr added the Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc. label May 10, 2024
This reverts commit d2e5eeb.

PR zephyrproject-rtos#71172 is causing the bug reported on
issue zephyrproject-rtos#72598.

Signed-off-by: Keith Short <keithshort@google.com>
@robhancocksed
Copy link
Contributor

See comment under #72598 - it seems that the bug is really in the uart_ns16550 driver, if I am interpreting the API definition correctly.

@keith-zephyr
Copy link
Contributor Author

See comment under #72598 - it seems that the bug is really in the uart_ns16550 driver, if I am interpreting the API definition correctly.

It's possible that there is a bug in the NS16550 driver. However, the change to the shell is blocking our work downstream. I believe a revert first policy is the correct approach here. If a fix is identified for the NS16550 driver, then the change to the shell can be re-landed.

coreboot-org-bot pushed a commit to coreboot/zephyr-cros that referenced this pull request May 10, 2024
This reverts commit d2e5eeb.

PR zephyrproject-rtos/zephyr#71172 is causing the bug reported on
issue zephyrproject-rtos/zephyr#72598.

Signed-off-by: Keith Short <keithshort@google.com>
(cherry picked from commit 80c8812357474ba3e180ca2672238367f63493c9)

Manual cherry-pick of:
zephyrproject-rtos/zephyr#72599

BUG=b:339878909
TEST=zmake build brox.  Run "version" command on EC console.

Change-Id: Iace8e08f5a07b24ff7972a63da3b39dde3b5e4e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5531870
Tested-by: Keith Short <keithshort@chromium.org>
Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Commit-Queue: Keith Short <keithshort@chromium.org>
@nashif nashif merged commit bfe8020 into zephyrproject-rtos:main May 10, 2024
21 checks passed
@keith-zephyr keith-zephyr deleted the shell-revert branch May 10, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Shell Shell subsystem Hotfix Fix for issues blocking development, i.e. CI issues, tests failing in CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants