zephyr/drivers/serial
Francisco Munoz 2ab60eb0ab serial/uart_ns16550: make UART_REG_ADDR_INTERVAL
On behalf of : Timo Teräs <timo.teras@iki.fi>

UART_REG_ADDR_INTERVAL is SOC / chip implementation specific feature,
and its width does not always correspond to current settings for
IOPORT/non IOPORT access method.

Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
2019-02-08 21:38:54 -05:00
..
CMakeLists.txt serial: RV32M1: introduce lpuart driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig serial: RV32M1: introduce lpuart driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.altera_jtag
Kconfig.cc32xx
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko drivers: uart_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines 2019-01-31 03:14:51 -06:00
Kconfig.imx
Kconfig.leuart_gecko drivers: leuart_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines 2019-02-01 04:18:50 -06:00
Kconfig.mcux
Kconfig.mcux_lpc_usart
Kconfig.mcux_lpsci
Kconfig.mcux_lpuart
Kconfig.miv
Kconfig.msp432p4xx
Kconfig.native_posix
Kconfig.nrfx
Kconfig.ns16550
Kconfig.nsim drivers: uart_nsim: Add device tree support 2019-01-30 12:27:37 -06:00
Kconfig.pl011
Kconfig.psoc6
Kconfig.qmsi
Kconfig.rv32m1_lpuart serial: RV32M1: introduce lpuart driver / DT bindings 2019-01-25 11:59:46 -05:00
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.uart_sam
Kconfig.usart_sam
leuart_gecko.c drivers: leuart_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines 2019-02-01 04:18:50 -06:00
uart_altera_jtag_hal.c
uart_cc32xx.c
uart_cmsdk_apb.c
uart_esp32.c
uart_gecko.c drivers: uart_gecko: use DT_<COMPAT>_<INSTANCE>_<PROP> defines 2019-01-31 03:14:51 -06:00
uart_handlers.c
uart_imx.c
uart_mcux.c drivers: serial: mcux: Introduce support for HW flow control 2019-01-30 02:53:12 -06:00
uart_mcux_lpsci.c
uart_mcux_lpuart.c
uart_miv.c drivers: serial: uart_miv: Fix trivial comment mismatch 2019-02-01 19:01:16 -05:00
uart_msp432p4xx.c
uart_native_posix.c
uart_nrfx_uart.c
uart_nrfx_uarte.c
uart_ns16550.c serial/uart_ns16550: make UART_REG_ADDR_INTERVAL 2019-02-08 21:38:54 -05:00
uart_ns16550.h
uart_nsim.c drivers: uart_nsim: Add device tree support 2019-01-30 12:27:37 -06:00
uart_pl011.c
uart_psoc6.c
uart_qmsi.c
uart_rv32m1_lpuart.c serial: RV32M1: introduce lpuart driver / DT bindings 2019-01-25 11:59:46 -05:00
uart_sam.c
uart_sam0.c serial: uart_sam0: Don't use CONFIG_ namespace for non Kconfig 2019-02-01 19:01:16 -05:00
uart_sifive.c uart: sifive: Fix trivial CONFIG -> DT missed conversion 2019-01-31 11:38:40 -05:00
uart_stellaris.c
uart_stm32.c
uart_stm32.h
usart_mcux_lpc.c
usart_sam.c