zephyr/drivers/gpio
Daniel Leung 8c6714e297 gpio: dw: ISR bails early if no interrupts
If using with shared IRQ, this function will be called by
the shared IRQ driver. So we need to check and bail out
early if the interrupt is not coming from the GPIO
controller.

Change-Id: I4ae925f5fb9a5c32d03a180edc8460e978ec0aac
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:22 -05:00
..
Kconfig gpio: dw: add shared IRQ support 2016-02-05 20:24:21 -05:00
Makefile gpio: add driver for MMIO-based GPIO ports 2016-02-05 20:24:18 -05:00
gpio-dw.c gpio: dw: ISR bails early if no interrupts 2016-02-05 20:24:22 -05:00
gpio-dw.h gpio: dw: Verify interrupt status on available bits only 2016-02-05 20:24:21 -05:00
gpio-mmio.c gpio: mmio: add access by I/O port 2016-02-05 20:24:21 -05:00
gpio-mmio.h gpio: mmio: add access by I/O port 2016-02-05 20:24:21 -05:00
gpio-pcal9535a.c gpio: pcal9535a: use polling I2C write instead 2016-02-05 20:24:21 -05:00
gpio-pcal9535a.h gpio: pcal9535a: cache write values to registers 2016-02-05 20:24:19 -05:00