zephyr/drivers/serial
Krzysztof Chruscinski 751bdf483b drivers: serial: nrfx: Skip poll out when device is not active
Added early return from uart_poll_out when uart device is not in
active state. Poll_out is used from many contexts by multiple users
and currently here is no mechanism in power management to disable
them (console, logger when going to inactive power state.

Additionally, moved setting new state when disactivating the device to
ensure that no poll_out will happen after disabling the UARTE.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-11-26 19:08:01 +02:00
..
CMakeLists.txt serial: Add support for GRLIB APBUART 2020-11-13 14:53:55 -08:00
Kconfig serial: Add support for GRLIB APBUART 2020-11-13 14:53:55 -08:00
Kconfig.altera_jtag
Kconfig.apbuart serial: apbuart interrupt support 2020-11-13 14:53:55 -08:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.lpc11u6x
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.mcux_iuart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix doc: fix broken rST syntax in Kconfig help 2020-11-07 08:29:57 -06:00
Kconfig.npcx
Kconfig.nrfx drivers: serial: nrfx_uarte: Refactoring poll_out 2020-10-14 14:06:25 +02:00
Kconfig.ns16550
Kconfig.nuvoton
Kconfig.pl011
Kconfig.psoc6
Kconfig.rtt drivers: serial: uart_rtt converted to devicetree 2020-09-03 21:51:28 +02:00
Kconfig.rv32m1_lpuart
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xlnx
Kconfig.xmc4xxx
leuart_gecko.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_altera_jtag_hal.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_apbuart.c serial: apbuart interrupt support 2020-11-13 14:53:55 -08:00
uart_cc13xx_cc26xx.c drivers: remove unnecessary use of DEVICE_AND_API_INIT 2020-11-06 09:42:47 -06:00
uart_cc32xx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_cmsdk_apb.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_esp32.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_gecko.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_imx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_liteuart.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_lpc11u6x.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_lpc11u6x.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_mcux_flexcomm.c drivers: Update Flexcomm Serial driver for clock control 2020-10-15 11:17:24 -05:00
uart_mcux_iuart.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_mcux_lpsci.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_mcux_lpuart.c drivers: serial: uart_mcux_lpuart: Add configure functions 2020-09-29 13:42:39 -05:00
uart_mcux.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_miv.c drivers: serial: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
uart_msp432p4xx.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_native_posix.c drivers: uart: Remove extra warn print from native_posix 2020-11-19 08:46:51 +01:00
uart_npcx.c driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
uart_nrfx_uart.c drivers: uart_nrfx_uart: Replace k_delayed_work with k_timer 2020-10-21 17:55:18 +02:00
uart_nrfx_uarte.c drivers: serial: nrfx: Skip poll out when device is not active 2020-11-26 19:08:01 +02:00
uart_ns16550_port_x.h drivers: serial: ns16550: Update to use new pcie_alloc_irq API 2020-11-14 11:13:00 +02:00
uart_ns16550.c drivers/pcie: Change pcie_get_mbar() to return size and flags 2020-11-20 09:36:22 +02:00
uart_ns16550.h
uart_nuvoton.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_pl011.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_psoc6.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
uart_rtt.c drivers: serial: uart_rtt async support 2020-09-03 21:51:28 +02:00
uart_rv32m1_lpuart.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_sam.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_sam0.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_sifive.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_stellaris.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00
uart_stm32.c drivers: serial: stm32: use generic LL headers 2020-11-24 17:22:27 +01:00
uart_stm32.h drivers/serial: stm32: Enable use of dt pinctrl as serial signals 2020-10-01 11:08:42 -05:00
uart_xlnx_ps.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_xlnx_uartlite.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
uart_xmc4xxx.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
usart_sam.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00