zephyr/drivers/console
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 drivers: set default priority for drivers 2016-02-05 20:25:11 -05:00
Makefile ipi: rename to ipm 2016-02-05 20:25:04 -05:00
console_handler_shell.c nano_fifo: Simplify nano_xxx_fifo_get() API family 2016-02-05 20:25:14 -05:00
ipm_console_receiver.c nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
ipm_console_sender.c ipi: rename to ipm 2016-02-05 20:25:04 -05:00
ram_console.c init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
uart_console.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
uart_console_static_irq_stubs.S uart: check for MVIC when creating stubs 2016-02-05 20:24:57 -05:00
uart_pipe.c uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00