zephyr/drivers/serial
Andre Guedes ace49af6b0 uart: Enable QMSI driver for Quark D2000
This patch fixes the QMSI UART shim driver so we are able to use it in
Quark D2000 based platforms. Differently from Quark SE, the peripheral
clock gate bit (CLK_PERIPH_CLK) is not enabled by default in Quark
D2000. We have to explicitly set this bit in order to properly initialize
the device.

Since this drivers is now properly working on Quark D2000, this patch
also sets the QMSI driver default options in arch/x86/soc/quark_d2000/
Kconfig.

Change-Id: I817b7703554be162ac628dcd8d3d07512b9eb3f5
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-18 23:33:06 +00:00
..
Kconfig serial/stm32: add driver for STM32 UART 2016-03-18 20:20:28 +01:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.k20
Kconfig.ns16550
Kconfig.nsim
Kconfig.qmsi uart: qmsi: Add support for IRQ APIs 2016-03-11 23:55:13 +00:00
Kconfig.stellaris serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.stm32 serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00
Makefile serial/stm32: add driver for STM32 UART 2016-03-18 20:20:28 +01:00
uart_atmel_sam3.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_k20_priv.h
uart_ns16550.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
uart_ns16550.h
uart_nsim.c drivers: Replace DEV_INVALID_OP by -ENOTSUP 2016-03-16 19:30:04 -04:00
uart_qmsi.c uart: Enable QMSI driver for Quark D2000 2016-03-18 23:33:06 +00:00
uart_stellaris.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_stm32.c serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00
uart_stm32.h serial/stm32: add support for IRQ APIs 2016-03-18 20:52:00 +00:00