zephyr/drivers/serial
Savinay Dharmappa 0ea423d976 drivers: serial: Add device support for serial driver
patch enables qmsi serial driver to pick baudrate and name
from device tree instead of Kconfig for UART0 and UART1
instance

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
2017-06-22 10:23:39 -05:00
..
Kconfig drivers: esp32: Add minimal UART driver based on ROM routines 2017-06-21 12:35:49 -04:00
Kconfig.altera_jtag
Kconfig.atmel_sam3 drivers: serial: deprecate usage of atmel_sam3 driver 2017-06-02 14:11:13 -04:00
Kconfig.cc32xx arm: ti: cc32xx: dts: use label to generate TI CC32xx uart name 2017-05-19 10:06:48 -04:00
Kconfig.cmsdk_apb arm: cmsdk_apb: dts: use label to generate ARM CMSDK APB uart name 2017-05-19 10:06:48 -04:00
Kconfig.esp32 drivers: esp32: Add minimal UART driver based on ROM routines 2017-06-21 12:35:49 -04:00
Kconfig.fe310
Kconfig.mcux arm: nxp_kinetis: dts: use label to generate NXP Kinetis uart name 2017-05-19 10:06:48 -04:00
Kconfig.mcux_lpsci arm: nxp_kinetis: dts: use label to generate NXP Kinetis uart name 2017-05-19 10:06:48 -04:00
Kconfig.mcux_lpuart arm: nxp_kinetis: dts: use label to generate NXP Kinetis uart name 2017-05-19 10:06:48 -04:00
Kconfig.nrf5 arm: nrf: dts: use label to generate NRF uart name 2017-05-19 10:06:48 -04:00
Kconfig.ns16550
Kconfig.nsim
Kconfig.qmsi drivers: serial: Add device support for serial driver 2017-06-22 10:23:39 -05:00
Kconfig.riscv_qemu
Kconfig.stellaris arm: ti: stellaris: dts: use label to generate TI Stellaris uart name 2017-05-19 10:06:48 -04:00
Kconfig.stm32 arm: stm32: dts: use label to generate STM32 uart name 2017-05-19 10:06:48 -04:00
Kconfig.uart_sam drivers: uart_sam: Configure TX pins for SAME70 only 2017-05-19 10:06:48 -04:00
Kconfig.usart_sam
Makefile drivers: esp32: Add minimal UART driver based on ROM routines 2017-06-21 12:35:49 -04:00
uart_altera_jtag.c
uart_atmel_sam3.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_cc32xx.c arm: ti: cc32xx: dts: use label to generate TI CC32xx uart name 2017-05-19 10:06:48 -04:00
uart_cmsdk_apb.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_esp32.c uart_esp32: alter the uart.h include order to avoid warning 2017-06-21 19:05:19 -04:00
uart_fe310.c drivers: serial: uart_fe310: fix function definiton name for UART1 IRQ 2017-06-07 12:17:15 -05:00
uart_mcux.c drivers: serial: Clarify usage of TX/RX IRQ predicates. 2017-05-13 10:57:31 -04:00
uart_mcux_lpsci.c drivers: serial: Clarify usage of TX/RX IRQ predicates. 2017-05-13 10:57:31 -04:00
uart_mcux_lpuart.c drivers: serial: Clarify usage of TX/RX IRQ predicates. 2017-05-13 10:57:31 -04:00
uart_nrf5.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_ns16550.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_ns16550.h
uart_nsim.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_qmsi.c drivers: serial: Clarify usage of TX/RX IRQ predicates. 2017-05-13 10:57:31 -04:00
uart_riscv_qemu.c
uart_sam.c
uart_stellaris.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_stm32.c linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
uart_stm32.h stm32: clean up after completion of transition to ll Clock control 2017-06-02 14:11:13 -04:00
usart_sam.c