zephyr/drivers/gpio
Daniel Leung e4734e088a gpio: intel_apl: don't enable interrupt if line is output
Hardware does not seem to support triggering interrupts to
itself by setting line as both input/output and setting
output to desired level. So just say interrupt triggering
is not supported when line is set to output.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-05-16 19:56:19 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx drivers: cc32xx: use DT_INST_FOREACH to reduce code duplication 2020-04-26 06:05:10 -05:00
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.litex
Kconfig.lmp90xxx
Kconfig.mcp23s17
Kconfig.mcux gpio: mcux: Convert convert to DT_INST defines 2020-04-23 17:07:41 -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
Kconfig.pca95xx
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b gpio: gpio_sx1509b: add support for interrupt functionality 2020-04-20 18:51:59 +02:00
Kconfig.xec drivers: gpio: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00
gpio_cc13xx_cc26xx.c
gpio_cc32xx.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_cmsdk_ahb.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_cmsdk_ahb.h
gpio_dw.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio_dw.h
gpio_dw_registers.h
gpio_esp32.c
gpio_gecko.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_handlers.c
gpio_ht16k33.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_imx.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_intel_apl.c gpio: intel_apl: don't enable interrupt if line is output 2020-05-16 19:56:19 +02:00
gpio_litex.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_lmp90xxx.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_mchp_xec.c gpio: mchp_xec: fix erroneous interrupt triggers 2020-05-14 10:48:26 +02:00
gpio_mcp23s17.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_mcp23s17.h
gpio_mcux.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_mcux_igpio.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_mcux_lpc.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio_mmio32.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio_nrfx.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio_pca95xx.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_rv32m1.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_sam.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_sam0.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
gpio_shell.c
gpio_sifive.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio_stellaris.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_stm32.c devicetree: remove DT_HAS_NODE_STATUS_OKAY 2020-05-13 18:24:42 +02:00
gpio_stm32.h driver/gpio: stm32: Add STM32L5 support 2020-05-08 00:34:34 -05:00
gpio_sx1509b.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
gpio_utils.h