..
CMakeLists.txt
drivers: gpio: Add Cypress PSoC-6 gpio driver
2021-01-21 17:33:11 +01:00
gpio_cc13xx_cc26xx.c
device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
2021-01-15 07:16:21 -06:00
gpio_cc32xx.c
device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
2021-01-15 07:16:21 -06:00
gpio_cmsdk_ahb.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_cmsdk_ahb.h
zephyr: replace zephyr integer types with C99 types
2020-06-08 08:23:57 -05:00
gpio_dw_registers.h
gpio_dw.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_dw.h
power: standarize PM Kconfigs and cleanup
2020-12-09 15:18:29 -05:00
gpio_emul.c
gpio: emul: support configurable interrupt capabilities
2020-12-27 18:15:33 +01:00
gpio_esp32.c
device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
2021-01-15 07:16:21 -06:00
gpio_gecko.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_handlers.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
gpio_ht16k33.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_imx.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_intel_apl.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_ite_it8xxx2.c
drivers: gpio_ite_it8xxx2: fix use of uninitialized variable
2021-01-09 15:14:50 -06:00
gpio_litex.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_lmp90xxx.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_lpc11u6x.c
device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
2021-01-15 07:16:21 -06:00
gpio_mchp_xec.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_mcp23s17.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_mcp23s17.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
gpio_mcux_igpio.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_mcux_lpc.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_mcux.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_mmio32.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
gpio_npcx.c
driver: gpio: npcx: simpler approach for GPIO_INT_MODE_DISABLED.
2021-02-15 08:11:06 -05:00
gpio_nrfx.c
drivers: gpio_nrfx: Allocate GPIOTE channels with nrfx
2021-01-28 08:19:16 -05:00
gpio_pca95xx.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_psoc6.c
drivers: gpio: Add Cypress PSoC-6 gpio driver
2021-01-21 17:33:11 +01:00
gpio_rv32m1.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_sam0.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_sam4l.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_sam.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_shell.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
gpio_sifive.c
drivers: gpio: sifive: use interrupt-cell to set IRQ priority
2021-01-16 17:22:08 -05:00
gpio_stellaris.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_stm32.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
gpio_stm32.h
drivers: gpio: Fix device instance const qualifier loss
2020-09-02 13:48:13 +02:00
gpio_sx1509b.c
drivers: Dev. spec. PWM functionality for SX1509B
2021-01-08 15:52:42 +01:00
gpio_utils.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
gpio_xlnx_axi.c
drivers: gpio: Convert drivers to new DT device macros
2020-12-13 19:24:24 -05:00
Kconfig
drivers: gpio: Add Cypress PSoC-6 gpio driver
2021-01-21 17:33:11 +01:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.emul
gpio: add driver for emulated GPIO
2020-12-27 18:15:33 +01:00
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.it8xxx2
drivers/gpio: it8xxx2 platform gpio driver
2020-12-16 08:47:36 -05:00
Kconfig.litex
Kconfig.lmp90xxx
Kconfig.lpc11u6x
drivers: gpio: add driver for NXP LPC11U6X MCUs
2020-07-29 20:12:24 +02:00
Kconfig.mcp23s17
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.npcx
driver: npcx7: fixed typo in Kconfig.npcx files.
2020-12-07 12:11:17 -05:00
Kconfig.nrfx
drivers: gpio_nrfx: Allocate GPIOTE channels with nrfx
2021-01-28 08:19:16 -05:00
Kconfig.pca95xx
drivers: gpio_pca95xx: Add GPIO driver enable interrupt support
2020-10-23 13:47:41 +02:00
Kconfig.psoc6
drivers: gpio: Add Cypress PSoC-6 gpio driver
2021-01-21 17:33:11 +01:00
Kconfig.rv32m1
Kconfig.sam
drivers: gpio: sam: Add sam4l SoC support
2020-12-02 11:48:43 -06:00
Kconfig.sam0
Kconfig.sifive
drivers: gpio: sifive: use interrupt-cell to set IRQ priority
2021-01-16 17:22:08 -05:00
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b
Kconfig.xec
Kconfig.xlnx
drivers: gpio: add driver for the Xilinx AXI GPIO IP
2020-08-14 13:35:39 -05:00