zephyr/drivers
Dmitriy Korovkin 8d065343c2 Use static interrupt registration in device drivers
Make device drivers use static interrupt registration procedure.

DYNAMIC_INT_STUBS configuration parameter was used only by device
drivers to switch between static and dynamic interrupt registration
procedures. Now it is obsolete and is removed.

uart_int_connect() function is removed. If UART device driver still
needs to register interrupt dynamically, it should use
irq_connect(uart_irq_get()).

Change-Id: I80c695f337456e9b0c1b0fd56716e35794f7bdb7
Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2016-02-05 20:14:25 -05:00
..
bluetooth Use static interrupt registration in device drivers 2016-02-05 20:14:25 -05:00
console Use static interrupt registration in device drivers 2016-02-05 20:14:25 -05:00
interrupt_controller IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
pci Eliminate obsolete coding convention comments 2016-02-05 20:14:14 -05:00
random random: include bsp directory when building driver 2016-02-05 20:14:23 -05:00
serial Use static interrupt registration in device drivers 2016-02-05 20:14:25 -05:00
simple Use static interrupt registration in device drivers 2016-02-05 20:14:25 -05:00
timer Use static interrupt registration in device drivers 2016-02-05 20:14:25 -05:00
Kconfig x86/bsp: move io apic driver to drivers/interrupt_controller 2016-02-05 20:14:21 -05:00
Makefile Add simple UART driver 2016-02-05 20:14:16 -05:00