zephyr/drivers/gpio
Henrik Brix Andersen d4023b3c1b drivers: gpio: move non-standard dts flags to be soc specific
Reserve the upper 8 bits of gpio_dt_flags_t for SoC specific flags and
move the non-standard, hardware-specific GPIO devicetree flags (IO
voltage level, drive strength, debounce filter) from the generic
dt-bindings/gpio/gpio.h header to SoC specific dt-bindings headers.

Some of the SoC specific dt-bindings flags take up more bits than
necessary in order to retain backwards compatibility with the deprecated
GPIO flags. The width of these fields can be reduced/optimized once the
deprecated flags are removed.

Remove hardcoded use of GPIO_INT_DEBOUNCE in GPIO client drivers. This
flag can now be set in the devicetree for boards/SoCs with debounce
filter support. The SoC specific debounce flags have had the _INT part
of their name removed since these flag must be passed to
gpio_pin_configure(), not gpio_pin_interrupt_configure().

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2022-03-10 13:46:34 -05:00
..
CMakeLists.txt drivers: gpio: Added support for raspberry pi 2022-02-02 16:23:35 +01:00
gpio_andes_atcgpio100.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_b91.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_cc13xx_cc26xx.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_cc32xx.c drivers: gpio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
gpio_cmsdk_ahb.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_cmsdk_ahb.h
gpio_creg_gpio.c drivers: gpio: Refactor drivers to use shared init priority 2021-11-15 14:38:55 -05:00
gpio_cy8c95xx.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_dw_registers.h
gpio_dw.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_dw.h pm: device: remove usage of local states 2021-08-04 08:23:01 -04:00
gpio_emul.c pm: s/PM_DEVICE_(DT_(INST))_REF/PM_DEVICE_(DT_(INST))_GET 2022-01-18 12:14:06 -05:00
gpio_eos_s3.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_esp32.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_fxl6408.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_gd32.c drivers: gpio: gd32: initial version 2022-01-04 20:49:00 -05:00
gpio_gecko.c drivers: gpio: Refactor drivers to use shared init priority 2021-11-15 14:38:55 -05:00
gpio_handlers.c
gpio_imx.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_intel.c drivers: gpio: Refactor drivers to use shared init priority 2021-11-15 14:38:55 -05:00
gpio_ite_it8xxx2.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_litex.c drivers: gpio: Refactor drivers to use shared init priority 2021-11-15 14:38:55 -05:00
gpio_lmp90xxx.c drivers: gpio: revert kconfig init priority for off-chip gpios 2021-12-07 09:53:45 -06:00
gpio_lpc11u6x.c drivers: gpio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
gpio_mchp_xec_v2.c gpio: MEC172x: update gpio module for pinctrl 2022-03-07 11:03:06 +01:00
gpio_mchp_xec.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_mcp23s17.c drivers: Apply SPI API change to relevant places 2021-11-19 11:50:38 +01:00
gpio_mcp23s17.h gpio: mcp23s17: use gpio_driver_data not config 2022-03-08 09:20:15 -06:00
gpio_mcp23sxx.c drivers: gpio: mcp23sxx: use instance based macros 2021-12-17 17:30:06 +01:00
gpio_mcp23xxx.c drivers: remove redundant data/config casts 2022-01-19 18:16:02 +01:00
gpio_mcp23xxx.h driver: gpio: mcp23xxx: Refactor to generic. 2021-12-08 08:55:28 -05:00
gpio_mcp230xx.c drivers: avoid i2c_burst_write where possible 2021-12-22 12:14:42 +01:00
gpio_mcux_igpio.c drivers: gpio: Add GPIO support for mimx8ml8_m7 (NXP i.MX8M Plus SoC) 2022-02-22 10:13:31 -08:00
gpio_mcux_lpc.c drivers: gpio: Fix NO_PINT_INT 2022-01-20 13:40:18 -06:00
gpio_mcux.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_mmio32.c
gpio_nct38xx_alert.c drivers: nct38xx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
gpio_nct38xx_port.c drivers: nct38xx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
gpio_nct38xx.c drivers: nct38xx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
gpio_nct38xx.h driver: gpio: nct38xx: Add NCT38XX gpio driver support 2021-11-20 08:00:38 -05:00
gpio_neorv32.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_npcx.c drivers: npcx: Drop DRV_CONFIG/DRV_DATA usage 2022-01-28 10:06:05 +01:00
gpio_nrfx.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_pca95xx.c drivers: gpio: pca95xx: use i2c_dt_spec 2022-02-21 22:16:10 -05:00
gpio_pca953x.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_pcal6408a.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_psoc6.c drivers: gpio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
gpio_rcar.c drivers: gpio: rcar: drop DEV_DATA/DEV_CFG usage 2022-02-21 20:49:41 -05:00
gpio_rpi_pico.c drivers: gpio_rpi_pico: fix pull ups and disabling interrupts 2022-02-24 08:44:19 -06:00
gpio_rv32m1.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_sam0.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_sam4l.c drivers: gpio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
gpio_sam.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_shell.c gpio: shell: Change shell *shell to shell *sh 2021-09-28 19:51:33 -04:00
gpio_sifive.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
gpio_stellaris.c drivers: gpio: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
gpio_stm32.c pm: s/PM_DEVICE_(DT_(INST))_REF/PM_DEVICE_(DT_(INST))_GET 2022-01-18 12:14:06 -05:00
gpio_stm32.h drivers: gpio: stm32: do not expose gpio_stm32_clock_request 2021-12-16 10:41:04 +01:00
gpio_stmpe1600.c drivers: remove redundant data/config casts 2022-01-19 18:16:02 +01:00
gpio_sx1509b.c drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
gpio_test.c drivers: gpio: test driver 2022-01-04 09:10:40 -05:00
gpio_utils.h
gpio_xlnx_axi.c drivers: gpio: set all on-chip gpios to PRE_KERNEL_1/2 init 2021-12-13 20:31:28 -05:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.andes_atcgpio100 drivers: gpio: add andes atcgpio100 GPIO driver 2021-08-30 13:40:14 -04:00
Kconfig.b91 drivers: gpio: introduce new Telink B91 GPIO driver 2021-07-21 05:37:12 -04:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.creg_gpio drivers: gpio: Refactor drivers to use shared init priority 2021-11-15 14:38:55 -05:00
Kconfig.cy8c95xx
Kconfig.dw kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.emul gpio: emulated: default Kconfig value 2022-01-06 11:56:15 -05:00
Kconfig.eos_s3
Kconfig.esp32 drivers: gpio: esp32: use dts and improve code checks 2021-10-21 10:53:34 -04:00
Kconfig.fxl6408 drivers: gpio: Add fxl6408 driver 2021-08-09 13:02:20 -04:00
Kconfig.gd32 drivers: gpio: gd32: enable gd32vf103 2022-01-11 11:50:35 +01:00
Kconfig.gecko
Kconfig.imx
Kconfig.intel
Kconfig.it8xxx2
Kconfig.litex
Kconfig.lmp90xxx drivers: gpio: revert kconfig init priority for off-chip gpios 2021-12-07 09:53:45 -06:00
Kconfig.lpc11u6x
Kconfig.mcp23s17
Kconfig.mcp23xxx driver: gpio: mcp23xxx: Refactor to generic. 2021-12-08 08:55:28 -05:00
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.nct38xx driver: gpio: nct38xx: Improve kconfig prompt 2021-11-23 13:19:21 -05:00
Kconfig.neorv32 drivers: gpio: add neorv32 gpio driver 2021-10-15 09:46:53 -04:00
Kconfig.npcx
Kconfig.nrfx drivers: gpio: nrfx: Use mask to determine if sense is used 2021-12-22 12:03:00 +01:00
Kconfig.pca95xx
Kconfig.pca953x drivers: gpio: Add PCA953X driver (gpio port expander) 2021-07-31 14:56:34 -04:00
Kconfig.pcal6408a
Kconfig.psoc6
Kconfig.rcar drivers: gpio: rcar: set default according to dt enabled 2022-01-21 14:25:25 -05:00
Kconfig.rpi_pico drivers: gpio: Added support for raspberry pi 2022-02-02 16:23:35 +01:00
Kconfig.rv32m1
Kconfig.sam soc: arm: atmel_sam: samv71: Fix SPI build dependency 2022-01-18 12:12:52 -05:00
Kconfig.sam0
Kconfig.sifive boards: riscv: hifive_unleashed: add GPIO support 2022-02-21 20:46:47 -05:00
Kconfig.stellaris
Kconfig.stm32
Kconfig.stmpe1600
Kconfig.sx1509b drivers: gpio: revert kconfig init priority for off-chip gpios 2021-12-07 09:53:45 -06:00
Kconfig.test drivers: gpio: test driver 2022-01-04 09:10:40 -05:00
Kconfig.xec Microchip: MEC172x GPIO driver version 2 2021-07-27 18:01:55 -04:00
Kconfig.xlnx