zephyr/drivers/gpio
Viraaj Somayajula e850ced155 gpio: gpio_sx1509b: add support for interrupt functionality
enable the interrupt functionality for sx1509b gpio expander,
when the CONFIG_GPIO_SX1509B_INTERRUPT config is enabled.
The gpio pin used for interrupt should be configured in the
device tree sx1509b node before enabling the interrupt
configuration.

Signed-off-by: Viraaj Somayajula <sviraaj@zedblox.com>
Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-04-20 18:51:59 +02:00
..
CMakeLists.txt gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
gpio_cc13xx_cc26xx.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_cc32xx.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_cmsdk_ahb.c drivers: gpio: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_dw.h
gpio_esp32.c drivers: gpio: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05:00
gpio_gecko.c
gpio_handlers.c
gpio_ht16k33.c
gpio_imx.c drivers: gpio: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05:00
gpio_intel_apl.c
gpio_litex.c
gpio_lmp90xxx.c drivers: gpio: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05:00
gpio_mchp_xec.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_mcp23s17.c gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
gpio_mcp23s17.h gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
gpio_mcux_igpio.c drivers: gpio: mcux_igpio: Convert driver to new DT_INST macros 2020-04-20 11:08:46 -05:00
gpio_mcux_lpc.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_mcux.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_mmio32.c
gpio_nrfx.c drivers: gpio: nordic: move to new DT API 2020-04-17 12:57:24 -05:00
gpio_pca95xx.c drivers: gpio: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05:00
gpio_rv32m1.c drivers: gpio: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
gpio_sam.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_sam0.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_shell.c
gpio_sifive.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_stellaris.c drivers: gpio: stellaris: Convert one missed old style DT macro 2020-04-17 16:00:34 -05:00
gpio_stm32.c
gpio_stm32.h
gpio_sx1509b.c gpio: gpio_sx1509b: add support for interrupt functionality 2020-04-20 18:51:59 +02:00
gpio_utils.h gpio_utils.h: add helpers for dt node -> port pin mask 2020-04-06 09:14:02 -05:00
Kconfig gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
Kconfig.cc13xx_cc26xx drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.cc32xx drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.cmsdk_ahb
Kconfig.dw drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.esp32 drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.gecko drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.ht16k33
Kconfig.imx drivers: gpio: gpio_imx: Convert driver to new DT_INST macros 2020-04-04 09:34:00 -05:00
Kconfig.intel drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.litex drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.lmp90xxx
Kconfig.mcp23s17 gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
Kconfig.mcux drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.mcux_igpio drivers: gpio: mcux_igpio: Convert driver to new DT_INST macros 2020-04-20 11:08:46 -05:00
Kconfig.mcux_lpc drivers: gpio: mcux_lpc: Remove unused Kconfig symbols 2020-04-17 10:16:40 -05:00
Kconfig.mmio32
Kconfig.nrfx drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.pca95xx
Kconfig.rv32m1 drivers: gpio: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
Kconfig.sam drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.sam0 drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.sifive drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.stellaris drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.stm32 drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.sx1509b gpio: gpio_sx1509b: add support for interrupt functionality 2020-04-20 18:51:59 +02:00
Kconfig.xec drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00