zephyr/drivers/gpio
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
..
Kconfig drivers: set default priority for drivers 2016-02-05 20:25:11 -05:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
gpio_dw.c interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
gpio_dw.h gpio: gpio_dw_registers.h is local to the file including it 2016-02-05 20:25:04 -05:00
gpio_dw_registers.h Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
gpio_mmio.c init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
gpio_mmio.h gpio: rename files 2016-02-05 20:24:31 -05:00
gpio_pcal9535a.c i2c: make i2c_transfer() really generic 2016-02-05 20:25:15 -05:00
gpio_pcal9535a.h trivial: fix header guard definition 2016-02-05 20:25:11 -05:00
gpio_sch.c nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
gpio_sch.h gpio: Add a driver for Intel's SCH controller 2016-02-05 20:24:44 -05:00