zephyr/drivers/serial
Vincent Wan e7ecdec536 drivers: uart: cc13xx_cc26xx: use PRE_KERNEL_1 init level for all UARTs
There does not seem to be a simple way to express the fact that UART1
can be initialized later at the POST_KERNEL level. The existing code
is wrong in the sense that it always initializes DT instance 1 later,
instead of doing it for UART1 (which may not be instance 1).

In addition, UART instances on other platforms are
also initialized at the PRE_KERNEL_1 level regardless of the instance
index, so let's do the same on this platform for consistency.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2020-05-27 14:17:20 +02:00
..
CMakeLists.txt drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
Kconfig drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
Kconfig.altera_jtag
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.imx
Kconfig.leuart_gecko
Kconfig.litex
Kconfig.mcux
Kconfig.mcux_flexcomm
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.nrfx
Kconfig.ns16550
Kconfig.nsim
Kconfig.pl011
Kconfig.psoc6
Kconfig.rtt
Kconfig.rv32m1_lpuart
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
Kconfig.xlnx
Kconfig.xmc4xxx drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
leuart_gecko.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
uart_altera_jtag_hal.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_cc13xx_cc26xx.c drivers: uart: cc13xx_cc26xx: use PRE_KERNEL_1 init level for all UARTs 2020-05-27 14:17:20 +02:00
uart_cc32xx.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_cmsdk_apb.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
uart_esp32.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_gecko.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
uart_handlers.c
uart_imx.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_liteuart.c
uart_mcux_flexcomm.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_mcux_lpsci.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_mcux_lpuart.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_mcux.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_miv.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
uart_msp432p4xx.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_native_posix.c
uart_nrfx_uart.c drivers: serial: nrfx: Force poll_out when lock attempts are over 2020-05-25 18:46:28 +02:00
uart_nrfx_uarte.c drivers: serial: nrfx: Force poll_out when lock attempts are over 2020-05-25 18:46:28 +02:00
uart_ns16550_port_x.h devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
uart_ns16550.c device: avoid casting away const from config_info pointer 2020-05-20 13:30:17 +02:00
uart_ns16550.h
uart_nsim.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_pl011.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_psoc6.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_rtt.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_rv32m1_lpuart.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_sam.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_sam0.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_sifive.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_stellaris.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
uart_stm32.c devicetree: DT_NODE_HAS_COMPAT_STATUS_OKAY -> DT_NODE_HAS_COMPAT_STATUS 2020-05-08 19:37:18 -05:00
uart_stm32.h
uart_xlnx_ps.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
uart_xmc4xxx.c drivers: serial: add XMC seris UART support 2020-05-09 14:21:44 +02:00
usart_sam.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00