zephyr/drivers/serial
Andrew Boie 2295e2abf7 uart: remove uart_irq_get()
This API is not being used for anything, the interrupts for UART
drivers are all being configured statically. Saves code space as
gc-sections can't tell that these APIs are unused.

Some instances where IRQ/priority information was being saved in
data structures and never used fixed.

Change-Id: If56b4fdc251b80be9094ffcbac6f61e265ac2ffd
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:16 -05:00
..
Kconfig serial/uart: adds new APIs for serial line control 2016-02-05 20:25:14 -05:00
Kconfig.k20 serial/k20: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Kconfig.ns16550 uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
Kconfig.nsim uart/nsim: Make config for uart/nsim explicit 2016-02-05 20:24:57 -05:00
Kconfig.stellaris serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Makefile uart/nsim: Make config for uart/nsim explicit 2016-02-05 20:24:57 -05:00
uart_k20.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
uart_k20_priv.h arm/fsl_frdm_k64f: serial/uart_k20: rework UART clock gating 2016-02-05 20:25:06 -05:00
uart_ns16550.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
uart_ns16550.h uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
uart_nsim.c serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
uart_stellaris.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00