zephyr/drivers
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
..
adc adc: simplifies Kconfig options for adc dw driver 2016-02-05 20:25:12 -05:00
aio aio: dw: fix compilation errors 2016-02-05 20:24:58 -05:00
bluetooth uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
clock_control Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
console uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
ethernet drivers: pci: struct pci_dev_info rename class 2016-02-05 20:25:12 -05:00
gpio i2c: make i2c_transfer() really generic 2016-02-05 20:25:15 -05:00
grove grove_lcd: this display is not a feature of the board 2016-02-05 20:25:06 -05:00
i2c i2c/i2c_dw: tiny improvement to execution flow 2016-02-05 20:25:15 -05:00
interrupt_controller rename basic_atom with minnowboard 2016-02-05 20:25:11 -05:00
ipm ipm_quark_se: lock irqs while waiting for status bit to clear 2016-02-05 20:25:15 -05:00
pci drivers: pci: struct pci_dev_info rename class 2016-02-05 20:25:12 -05:00
pinmux platforms: introduce Quark X1000 SoC 2016-02-05 20:25:10 -05:00
pwm drivers: set default priority for drivers 2016-02-05 20:25:11 -05:00
qmsi drivers: Add infrastructure for QMSI drivers 2016-02-05 20:25:15 -05:00
random Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
rtc rtc: Fix naming of RTC symbols 2016-02-05 20:25:15 -05:00
serial uart: remove uart_irq_get() 2016-02-05 20:25:16 -05:00
shared_irq drivers: set default priority for drivers 2016-02-05 20:25:11 -05:00
spi drivers: pci: struct pci_dev_info rename class 2016-02-05 20:25:12 -05:00
timer arc timer: Fix tickless idle tick announcement 2016-02-05 20:25:13 -05:00
watchdog Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Kconfig drivers: Add infrastructure for QMSI drivers 2016-02-05 20:25:15 -05:00
Makefile globally include headers for boards and platforms 2016-02-05 20:25:11 -05:00