zephyr/drivers/serial
Johan Hedberg 6f6984129a drivers: uart_qmsi: Re-enable HW FC for arduino_101 & quark_se_devboard
On current Curie-based boards UART 0 is wired to the nRF51 BLE
controller and requires HW flow control to be enabled in order to
function. This patch restores the same behavior that was present
before the "qmsi: uart: use built-in qmsi driver" patch.

Change-Id: If7ea347f5ab8b460f39123dcc0d75d711a5a1c2a
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-04-25 11:42:50 +00:00
..
Kconfig serial/ns16550: make IRQ triggering condition a SoC decision 2016-03-30 13:38:34 +00:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.k20 serial/k20: remove base addr, irq and clk freq from kconfig 2016-03-26 20:36:32 -04:00
Kconfig.ns16550 serial/ns16550: reduce number of kconfig options 2016-03-30 13:38:34 +00:00
Kconfig.nsim uart/nsim: Make config for uart/nsim explicit 2016-02-05 20:24:57 -05:00
Kconfig.qmsi drivers: uart_qmsi: Re-enable HW FC for arduino_101 & quark_se_devboard 2016-04-25 11:42:50 +00:00
Kconfig.stellaris serial/stellaris: remove base addr, irq and clk freq from kconfig 2016-03-26 20:36:32 -04:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile serial/stm32: add driver for STM32 UART 2016-03-18 20:20:28 +01:00
uart_atmel_sam3.c uart/atmel_sam3: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:14 +00:00
uart_k20.c serial/k20: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:13 +00:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_ns16550.c serial/uart_ns16550: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:10 +00:00
uart_ns16550.h uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
uart_nsim.c uart/nsim: fixed missing driver_api assignment 2016-04-12 19:30:35 +08:00
uart_qmsi.c drivers: uart_qmsi: Re-enable HW FC for arduino_101 & quark_se_devboard 2016-04-25 11:42:50 +00:00
uart_stellaris.c serial/stellaris: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:16 +00:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_stm32.c stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1X 2016-04-18 21:24:58 +00:00
uart_stm32.h serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00