zephyr/include/drivers
Andrew Boie d9cfbd5a61 interrupts: new static IRQ API
The interrupt API has been redesigned:

- irq_connect() for dynamic interrupts renamed to irq_connect_dynamic().
  It will be used in situations where the new static irq_connect()
  won't work, i.e. the value of arguments can't be computed at build time
- a new API for static interrupts replaces irq_connect(). it is used
  exactly the same way as its dynamic counterpart. The old static irq
  macros will be removed
- Separate stub assembly files are no longer needed as the stubs are now
  generated inline with irq_connect()

ReST documentation updated for the changed API. Some detail about the
IDT in ROM added, and an oblique reference to the internal-only
_irq_handler_set() API removed; we don't talk about internal APIs in
the official documentation.

Change-Id: I280519993da0e0fe671eb537a876f67de33d3cd4
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:17 -05:00
..
clock_control clock: add Quark SE clock control 2016-02-05 20:24:48 -05:00
console ipi: rename to ipm 2016-02-05 20:25:04 -05:00
pci drivers: pci: struct pci_dev_info rename class 2016-02-05 20:25:12 -05:00
serial serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
spi Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
ioapic.h interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
k6x_mpu.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k6x_pmc.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k20_mcg.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k20_pcr.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k20_sim.h arm/fsl_frdm_k64f: serial/uart_k20: rework UART clock gating 2016-02-05 20:25:06 -05:00
k20_watchdog.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
loapic.h interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
mvic.h x86: add Quark D2000 Interrupt Controller (MVIC) 2016-02-05 20:24:48 -05:00
rand32.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
system_timer.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00