zephyr/drivers/gpio
Kumar Gala 0a74d12685 drivers: gpio: gecko: Convert to new DT_INST macros
Convert older DT_INST_ macro use the new include/devicetree.h
DT_INST macro APIs.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-28 10:20:07 -05:00
..
CMakeLists.txt
gpio_cc13xx_cc26xx.c drivers: cc13xx_cc26xx: Convert drivers to new DT_INST macros 2020-03-26 05:20:19 -05:00
gpio_cc32xx.c drivers: gpio: cc32xx: Convert to new DT_INST macros 2020-03-27 15:18:00 -05:00
gpio_cmsdk_ahb.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
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 drivers: gpio_dw: add support for pin validation 2020-02-05 12:00:36 +01:00
gpio_esp32.c drivers: esp32: Convert esp32 drivers to new DT_INST macros 2020-03-26 08:49:11 -05:00
gpio_gecko.c drivers: gpio: gecko: Convert to new DT_INST macros 2020-03-28 10:20:07 -05:00
gpio_handlers.c drivers: gpio: fix syscall handlers 2020-03-07 09:22:50 +02:00
gpio_ht16k33.c drivers: gpio: ht16k33: Convert to new DT_INST macros 2020-03-26 03:31:28 -05:00
gpio_imx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_intel_apl.c drivers: gpio: intel_apl: Convert to new DT_INST macros 2020-03-26 03:29:23 -05:00
gpio_litex.c Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" 2020-03-19 18:45:13 +01:00
gpio_lmp90xxx.c Revert "global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()" 2020-03-19 18:45:13 +01:00
gpio_mchp_xec.c drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
gpio_mcux_igpio.c drivers: mcux: Convert MCUX drivers to new DT_INST macros 2020-03-26 03:40:09 -05:00
gpio_mcux_lpc.c drivers: mcux: Convert MCUX drivers to new DT_INST macros 2020-03-26 03:40:09 -05:00
gpio_mcux.c drivers: mcux: Convert MCUX drivers to new DT_INST macros 2020-03-26 03:40:09 -05:00
gpio_mmio32.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_nrfx.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_pca95xx.c drivers: gpio: gpio_pca95xx: Convert to new DT_INST macros 2020-03-27 04:55:06 -05:00
gpio_rv32m1.c drivers: openisa: Convert openisa drivers to new DT_INST macros 2020-03-27 05:28:37 -05:00
gpio_sam.c drivers: atmel sam: Convert atmel sam drivers to new DT_INST macros 2020-03-26 16:31:31 -05:00
gpio_sam0.c drivers: atmel sam0: Convert atmel sam0 drivers to new DT_INST macros 2020-03-27 11:02:57 -05:00
gpio_shell.c gpio: replace GPIO_DIR flags 2020-02-05 12:00:36 +01:00
gpio_sifive.c drivers: sifive: Convert sifive drivers to new DT_INST macros 2020-03-26 16:06:09 -05:00
gpio_stellaris.c drivers: stellaris: Convert stellaris drivers to new DT_INST macros 2020-03-26 03:39:11 -05:00
gpio_stm32.c gpio: clean up internal API function prototypes 2020-02-05 12:00:36 +01:00
gpio_stm32.h drivers: gpio_stm32: add support for pin validation 2020-02-05 12:00:36 +01:00
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 drivers: gpio_gecko: convert to DT_INST defines 2020-03-24 10:14:21 -05:00
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