zephyr/include/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
..
console Eliminate unnecessary references to cpu.h and cputype.h 2016-02-05 20:14:14 -05:00
pci Convert PCI_DEBUG parameter to a configuration parameter 2016-02-05 20:14:11 -05:00
simple Add simple UART driver 2016-02-05 20:14:16 -05:00
ioapic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
k6x_mpu.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k6x_pmc.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_mcg.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_pcr.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_sim.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_uart.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
k20_watchdog.h Replace use of __attribute__((packed)) with __packed 2016-02-05 20:14:13 -05:00
loapic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
pic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
rand32.h Introduce public APIs for random number generation 2016-02-05 20:14:12 -05:00
system_timer.h nanokernel: allow nano time tracking to be used in microkernels 2016-02-05 20:14:22 -05:00
uart.h Use static interrupt registration in device drivers 2016-02-05 20:14:25 -05:00