zephyr/include
Dirk Brandewie 002c53b225 drivers: add shared interrupt driver
This driver allows multiple drivers to share a common interrupt
line. This functionality is required on system that conform to the PC
interrupt structure.  In the context of Zephyr this is needed for
SOC's that have their I/O IP blocks behind a PCI interface. Due to the
limited number of interrupt lines provided by the PCI interface
multiple IP blocks may be configured to share an interrupt line.

Drivers that share interrupts  must be modified to *not* register their
own interrupt service routine as part of their configuration/initialization
but instead bind to the correct instance of this driver by name, then
register their interrupt service routine with this driver.

Change-Id: I57b517b97ebeabce484ba53c8f940da993cb391d
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
2016-02-05 20:24:21 -05:00
..
arch doxygen: fixed documenation build warning in x86/arch.h 2016-02-05 20:24:19 -05:00
bluetooth Bluetooth: GATT: Add value support to bt_gatt_subscribe 2016-02-05 20:16:16 -05:00
drivers x86: move IOAPIC driver to device model/init system 2016-02-05 20:24:18 -05:00
microkernel doxygen: fixed documenation build warning in ticks.h 2016-02-05 20:24:19 -05:00
misc util: Add some helper to move integers to pointer and vice-versa 2016-02-05 20:24:17 -05:00
net net: Create separate net_buf pool for RX and TX use 2016-02-05 20:15:39 -05:00
toolchain toolchain: rename FUNC_ALIAS parameters 2016-02-05 20:15:27 -05:00
atomic.h
device.h Fixed typo: unctions->functions 2016-02-05 20:15:34 -05:00
gpio.h gpio: add polarity and pull up/down config flags 2016-02-05 20:24:18 -05:00
i2c.h i2c: add API to do polling transfer 2016-02-05 20:24:21 -05:00
init.h init: Add more verbose comment block 2016-02-05 20:24:20 -05:00
ipi.h ipi.h: introduce low-level inter-processor interrupt API 2016-02-05 20:24:17 -05:00
kernel_version.h
linker-defs.h
linker-tool-gcc.h
linker-tool.h
microkernel.h doxygen: add defgroups to kernel services 2016-02-05 20:15:34 -05:00
nanokernel.h doxygen: fixed many doxygen warnings in nanokernel.h 2016-02-05 20:24:19 -05:00
pinmux.h pinmux: Add API for pinmux driver 2016-02-05 20:24:19 -05:00
pwm.h PWM: add public APIs for PWM drivers 2016-02-05 20:24:19 -05:00
section_tags.h
sections.h
shared_irq.h drivers: add shared interrupt driver 2016-02-05 20:24:21 -05:00
spi.h spi: Add an error callback type 2016-02-05 20:15:36 -05:00
sw_isr_table.h
sys_clock.h sys_clock: make public some timing utilities 2016-02-05 20:15:27 -05:00
sys_io.h sys_io: Add memory bit manipulation functions 2016-02-05 20:15:28 -05:00
toolchain.h