zephyr/drivers/gpio
Mahesh Mahadevan 5e2e7a0fcf drivers: gpio: Init the PINT module
Need to call PINT_Init to initialize the block
before using it. This fixes the issue seen on
RT600 with the button example

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2020-07-28 18:24:19 -05:00
..
CMakeLists.txt gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
gpio_cc13xx_cc26xx.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_cc32xx.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_cmsdk_ahb.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02: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 gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_dw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio_esp32.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_gecko.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_handlers.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_ht16k33.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_imx.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_intel_apl.c gpio_intel_apl: use DEVICE_MMIO 2020-07-17 11:38:18 +02:00
gpio_litex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio_lmp90xxx.c devicetree: allow access to all nodes 2020-05-08 19:37:18 -05:00
gpio_mchp_xec.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_mcp23s17.c gpio: mcp23s17: Add chip select flags 2020-07-01 16:40:03 -05:00
gpio_mcp23s17.h gpio: mcp23s17: Add chip select flags 2020-07-01 16:40:03 -05:00
gpio_mcux_igpio.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_mcux_lpc.c drivers: gpio: Init the PINT module 2020-07-28 18:24:19 -05:00
gpio_mcux.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_mmio32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio_nrfx.c drivers: gpio_nrfx: Replace atomic_set_bit_to() with atomic_and() 2020-07-06 16:47:03 +02:00
gpio_pca95xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio_rv32m1.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_sam.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_sam0.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio_sifive.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_stellaris.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_stm32.c drivers: STM32 dualcore concurrent register access protection with HSEM 2020-07-09 11:27:56 +02:00
gpio_stm32.h gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_sx1509b.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_utils.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
Kconfig.cc13xx_cc26xx drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.cc32xx drivers: cc32xx: use DT_INST_FOREACH to reduce code duplication 2020-04-26 06:05:10 -05:00
Kconfig.cmsdk_ahb
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.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.mcp23s17 gpio: add driver for MCP23S17 GPIO chip 2020-04-17 05:56:05 -05:00
Kconfig.mcux gpio: mcux: Convert convert to DT_INST defines 2020-04-23 17:07:41 -05:00
Kconfig.mcux_igpio drivers: gpio: mcux_igpio: Convert driver to new DT_INST macros 2020-04-20 11:08:46 -05:00
Kconfig.mcux_lpc drivers: gpio: mcux_lpc: Remove unused Kconfig symbols 2020-04-17 10:16:40 -05:00
Kconfig.mmio32
Kconfig.nrfx drivers: gpio: cleanup select HAS_DTS_GPIO 2020-04-04 09:27:12 -05:00
Kconfig.pca95xx
Kconfig.rv32m1 drivers: gpio: rv32m1: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -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 gpio: gpio_sx1509b: add support for interrupt functionality 2020-04-20 18:51:59 +02:00
Kconfig.xec drivers: gpio: mchp_xec: Convert to using new device tree macros 2020-04-28 07:43:31 -05:00