zephyr/drivers/serial
Iván Briano 0094ab228d ext qmsi: Update to QMSI 1.3 release
Update the QMSI drop we maintain in Zephyr, and fix the build where
needed:

- QM_SCSS_INT is renamed to QM_INTERRUPT_ROUTER;
- every member of QM_INTERRUPT_ROUTER was renamed as well;
- QM_IRQ_* renamed too, mostly added _INT at the end;
- some isr functions were renamed to keep their names consistent;
- build for x86 needs to define QM_LAKEMONT, as QM_SENSOR was for ARC.

Change-Id: I459029ca0d373f6c831e2bb8ebd52402a55994d1
Signed-off-by: Iván Briano <ivan.briano@intel.com>
2016-10-31 13:26:06 +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 drivers/serial: Make nRF5 UART pin configuration board-specific 2016-10-24 15:04:46 +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 serial/uart_altera_jtag: Make driver_api structure const. 2016-10-25 18:45:40 +00:00
uart_atmel_sam3.c serial/uart_atmel_sam3: Make driver_api structure const. 2016-10-25 18:45:41 +00:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_k20.c serial/uart_k20: Make driver_api structure const. 2016-10-25 18:45:41 +00:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_nrf5.c drivers: uart_nrf5: Remove pull-up configuration from RTS 2016-10-26 12:57:56 +00:00
uart_ns16550.c serial/uart_ns16550: Make driver_api structure const. 2016-10-25 18:45:42 +00:00
uart_ns16550.h uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
uart_nsim.c serial/uart_nsim: Make driver_api const. 2016-10-26 20:50:59 +00:00
uart_qmsi.c ext qmsi: Update to QMSI 1.3 release 2016-10-31 13:26:06 +00:00
uart_stellaris.c serial/uart_stellaris: Make driver_api structure const. 2016-10-25 18:45:43 +00:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_stm32.c uart: stm32: add support for STM32F4 2016-10-28 18:58:05 +00:00
uart_stm32.h uart: stm32: add support for STM32F4 2016-10-28 18:58:05 +00:00