Commit 7e514b3
committed
[nrf fromlist] drivers: serial: nrfx_uarte: Add runtime PM
Add runtime PM to the driver. When asynchronous or interrupt
driven API is used, there are 3 independent paths for enabling
the device: RX, TX and TX poll_out. TX poll_out requires special
handling because number of poll_out calls does not need to much
number of TXSTOPPED interrupts. To handle that special flag is
added. For standard RX and TX is simpler.
Upstream PR: zephyrproject-rtos/zephyr#75462
Signed-off-by: Krzysztof Chruściński <[email protected]>1 parent 97a28ab commit 7e514b3
File tree
2 files changed
+261
-192
lines changed- drivers/serial
2 files changed
+261
-192
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments