zephyr/drivers/gpio
Kumar Gala 78ae42d86b drivers: gpio: dw: handle flags differences in driver
Towards cleaning up (and hopefully removing dts_fixup.h in the near
future).  We need to move the handling of different names for the irq
flag propety into the driver and out of dts_fixup.h.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-17 19:37:59 -04:00
..
CMakeLists.txt
gpio_cc13xx_cc26xx.c
gpio_cc32xx.c drivers: gpio_cc32xx: disable interrupts before changing interrupt type 2020-02-17 18:14:57 -06:00
gpio_cmsdk_ahb.c
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c drivers: gpio: dw: handle flags differences in driver 2020-03-17 19:37:59 -04:00
gpio_dw.h
gpio_esp32.c
gpio_gecko.c
gpio_handlers.c drivers: gpio: fix syscall handlers 2020-03-07 09:22:50 +02:00
gpio_ht16k33.c
gpio_imx.c
gpio_intel_apl.c
gpio_litex.c
gpio_lmp90xxx.c
gpio_mchp_xec.c
gpio_mcux_igpio.c
gpio_mcux_lpc.c
gpio_mcux.c
gpio_mmio32.c
gpio_nrfx.c
gpio_pca95xx.c drivers: gpio_pca95xx: add missing gpio_utils.h include 2020-02-17 16:27:19 -05:00
gpio_rv32m1.c
gpio_sam.c drivers: gpio: gpio_sam.c: Add missing config 2020-03-10 14:43:36 +02:00
gpio_sam0.c
gpio_shell.c
gpio_sifive.c
gpio_stellaris.c drivers: gpio: stellaris: convert to DT_INST defines 2020-03-12 04:54:04 -06:00
gpio_stm32.c
gpio_stm32.h
gpio_sx1509b.c drivers: gpio_sx1509b: correct handling of initialized output 2020-02-13 12:59:16 +02:00
gpio_utils.h
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw driver: gpio: dw: convert to DT_INST defines 2020-03-11 07:59:38 -06:00
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.imx
Kconfig.intel kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.litex
Kconfig.lmp90xxx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.nrfx
Kconfig.pca95xx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris drivers: gpio: stellaris: convert to DT_INST defines 2020-03-12 04:54:04 -06:00
Kconfig.stm32 kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.sx1509b
Kconfig.xec