zephyr/drivers/gpio
Peter Bigot 2f3c43251f drivers: gpio: utils: filter pin notifications based on callback
Some drivers masked the set of signaled pins based on enabled
interrupts, some did not.  For those that did not the 2-pin test could
fail.  The documentation does not imply that pins unrelated to the
callback participate in the notification process, so do the filtering
in the generic callback loop.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-05 12:00:36 +01:00
..
CMakeLists.txt
gpio_cc13xx_cc26xx.c gpio: Update cc13x2/cc26x2 gpio driver to use new gpio api 2020-02-05 12:00:36 +01:00
gpio_cc32xx.c drivers: gpio: cc32xx: add assertions to check number of pins 2020-02-05 12:00:36 +01:00
gpio_cmsdk_ahb.c drivers: gpio_cmsdk_ahb: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_cmsdk_ahb.h
gpio_dw_registers.h drivers: gpio_dw: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_dw.c drivers: gpio_dw: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_dw.h
gpio_esp32.c drivers: gpio_esp32: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_gecko.c drivers: gpio: gecko: fix interrupt clear 2020-02-05 12:00:36 +01:00
gpio_handlers.c
gpio_ht16k33.c drivers: gpio_ht16k33: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_imx.c gpio: Update imx gpio driver to use new gpio api 2020-02-05 12:00:36 +01:00
gpio_intel_apl.c
gpio_lmp90xxx.c
gpio_mchp_xec.c drivers: gpio_mchp_xec: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_mcux_igpio.c gpio: Update mcux igpio driver to use new gpio api 2020-02-05 12:00:36 +01:00
gpio_mcux_lpc.c drivers: gpio_mcux_lpc GPIO interrupts 2020-02-05 12:00:36 +01:00
gpio_mcux.c drivers: gpio_mcux: clean up interrupt code 2020-02-05 12:00:36 +01:00
gpio_mmio32.c drivers: mmio32: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_nrfx.c
gpio_pcal9535a.c
gpio_pcal9535a.h
gpio_rv32m1.c drivers: gpio: rv32m1: fix interrupt clear 2020-02-05 12:00:36 +01:00
gpio_sam.c drivers: gpio: sam: fix pull reconfiguration 2020-02-05 12:00:36 +01:00
gpio_sam0.c drivers: gpio_sam0: update to new GPIO API 2020-02-05 12:00:36 +01:00
gpio_shell.c
gpio_sifive.c drivers: gpio_sifive: Add gpio_driver_data to driver data 2020-02-05 12:00:36 +01:00
gpio_stellaris.c drivers: stellaris: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_stm32.c drivers/interrup_controller: stm32: stm32_exti_enable could be void 2020-02-05 12:00:36 +01:00
gpio_stm32.h drivers/gpio: stm32: Update to new GPIO api 2020-02-05 12:00:36 +01:00
gpio_sx1509b.c drivers: gpio_sx1509b: update to use new GPIO API 2020-02-05 12:00:36 +01:00
gpio_utils.h drivers: gpio: utils: filter pin notifications based on callback 2020-02-05 12:00:36 +01:00
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32 drivers: gpio_esp32: update to use new GPIO API 2020-02-05 12:00:36 +01:00
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.lmp90xxx
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc drivers: gpio_mcux_lpc GPIO interrupts 2020-02-05 12:00:36 +01:00
Kconfig.mmio32
Kconfig.nrfx
Kconfig.pcal9535a
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b
Kconfig.xec