zephyr/drivers/gpio
Kumar Gala 4e553f31fa drivers: gpio: use new ngpios macros for cases embedded in macros
Fixup cases of GPIO_PORT_PIN_MASK_FROM_NGPIOS(DT_INST_PROP(n, ngpios))
to use GPIO_PORT_PIN_MASK_FROM_DT_INST(n) instead.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-06 09:14:02 -05:00
..
CMakeLists.txt
Kconfig drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -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 drivers: gpio: cmsdk_ahb: Convert driver to be full DTS based 2020-04-03 04:11:36 -05:00
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: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
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: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.mcux drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.mcux_igpio drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.mcux_lpc drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.mmio32
Kconfig.nrfx drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.pca95xx kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.rv32m1 drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -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 drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.xec drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -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.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_dw.h
gpio_dw_registers.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 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 drivers: gpio: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05: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 drivers: Convert to use DT_INST_FOREACH 2020-03-31 19:29:22 -05:00
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_mcux.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_mcux_igpio.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_mcux_lpc.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_mmio32.c
gpio_nrfx.c
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: use new ngpios macros 2020-04-06 09:14:02 -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: use new ngpios macros for cases embedded in macros 2020-04-06 09:14:02 -05:00
gpio_stm32.c drivers/gpio: stm32: Remove Kconfig based device declaration 2020-04-02 06:50:05 -05:00
gpio_stm32.h
gpio_sx1509b.c drivers: gpio: use new ngpios macros 2020-04-06 09:14:02 -05:00
gpio_utils.h gpio_utils.h: add helpers for dt node -> port pin mask 2020-04-06 09:14:02 -05:00