zephyr/drivers/serial
Andy Ross cc5c3c48b6 uart_qmsi: Get the interrupt handling right on ARC
The Sensor Subsystem has different IRQ numbers for the same device
across CPUs.  QMSI declares these, but doesn't do anything to try to
map it automatically, so we have to do it in the driver.

Similarly the SCSS interrupt routing (the SoC-wide "APIC", which is
distinct from the per-CPU interrupt masking hardware) needs to know
which CPU we're trying to unmask an interrupt for.

Change-Id: I27e5ec44f324f869e16a92e7ef40a22a305d98a2
Jira: ZEP-546
Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2016-09-09 21:37:56 +00:00
..
Kconfig uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
Kconfig.altera_jtag uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.k20 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.nrf5 serial/Kconfig.nrf5: cosmetic fixes 2016-08-31 10:39:25 +00:00
Kconfig.ns16550 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +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 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
uart_altera_jtag.c uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00: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_nrf5.c drivers: Add basic GPIO and UART support for nRF52 2016-05-27 01:38:21 +00:00
uart_ns16550.c serial: fix ns16550 set_baud_rate() 2016-06-22 01:35:37 +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 uart_qmsi: Get the interrupt handling right on ARC 2016-09-09 21:37:56 +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