drivers: uart: keep active after rx wakeup for rtl87x2g#144
Merged
ZhiyuanTang17 merged 3 commits intortkconnectivity:realtek-main-v3.5.0from Sep 17, 2025
Merged
Conversation
db5d725 to
ab5205d
Compare
1.Add CONFIG_UART_RTL87X2G_KEEP_ACTIVE_AFTER_RX_WAKEUP to avoid enterring dlps and keep active after uart rx wakeup to receive data. If CONFIG_UART_RTL87X2G_KEEP_ACTIVE_AFTER_RX_WAKEUP=y, uart will not allow to enter dlps until timeout and uart_idle; 2.enable short pulse wakeup in power.c; Signed-off-by: Yuzhuo Liu <yuzhuo_liu@realsil.com.cn>
284ad92 to
6135161
Compare
Sync Kconfig.realtek to zephyr v3.7 branch to fix CI warnings. Signed-off-by: Yuzhuo Liu <yuzhuo_liu@realsil.com.cn>
Check dma_channel_num and return if encounter error to avoid negative array index. Signed-off-by: Yuzhuo Liu <yuzhuo_liu@realsil.com.cn>
6135161 to
f4c8fff
Compare
ZhiyuanTang17
approved these changes
Sep 17, 2025
74b23f8
into
rtkconnectivity:realtek-main-v3.5.0
8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.Add CONFIG_UART_RTL87X2G_KEEP_ACTIVE_AFTER_RX_WAKEUP to avoid enterring dlps and keep active after uart rx wakeup to receive data. If CONFIG_UART_RTL87X2G_KEEP_ACTIVE_AFTER_RX_WAKEUP=y, uart will not allow to enter dlps until timeout and uart_idle;
2.enable short pulse wakeup in power.c;