zephyr/drivers/gpio
Anas Nashif dd931f93a2 power: standarize PM Kconfigs and cleanup
- Remove SYS_ prefix
- shorten POWER_MANAGEMENT to just PM
- DEVICE_POWER_MANAGEMENT -> PM_DEVICE

and use PM_ as the prefix for all PM related Kconfigs

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-12-09 15:18:29 -05:00
..
CMakeLists.txt drivers: gpio: sam: Add sam4l SoC support 2020-12-02 11:48:43 -06:00
gpio_cc13xx_cc26xx.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
gpio_cc32xx.c
gpio_cmsdk_ahb.c
gpio_cmsdk_ahb.h
gpio_dw_registers.h
gpio_dw.c power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
gpio_dw.h power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
gpio_esp32.c
gpio_gecko.c
gpio_handlers.c
gpio_ht16k33.c
gpio_imx.c
gpio_intel_apl.c
gpio_litex.c drivers: gpio: litex_vexriscv: adapt to changes in CSR accessors 2020-10-02 11:36:16 +02:00
gpio_lmp90xxx.c
gpio_lpc11u6x.c
gpio_mchp_xec.c gpio: mchp_xec: fix glitch setting pin to output 2020-10-15 22:07:34 -04:00
gpio_mcp23s17.c
gpio_mcp23s17.h
gpio_mcux_igpio.c
gpio_mcux_lpc.c drivers: fix gpio_mcux_lpc_port_set_masked_raw 2020-10-14 15:21:34 -05:00
gpio_mcux.c
gpio_mmio32.c
gpio_npcx.c soc: replace DT_ with NPCX_DT_ prefix for all macros in soc_dt.h 2020-12-09 00:46:57 -05:00
gpio_nrfx.c drivers: gpio: convert nrf driver to dt device defines 2020-12-01 15:19:22 -05:00
gpio_pca95xx.c drivers: gpio_pca95xx: Add GPIO driver enable interrupt support 2020-10-23 13:47:41 +02:00
gpio_rv32m1.c
gpio_sam.c
gpio_sam4l.c drivers: gpio: sam: Add sam4l SoC support 2020-12-02 11:48:43 -06:00
gpio_sam0.c
gpio_shell.c
gpio_sifive.c
gpio_stellaris.c
gpio_stm32.c drivers: gpio: stm32: use generic LL headers 2020-11-30 15:50:03 +01:00
gpio_stm32.h
gpio_sx1509b.c drivers: Convert to use new DEVICE_DT_INST_* macros 2020-12-09 14:06:48 -06:00
gpio_utils.h
gpio_xlnx_axi.c
Kconfig driver: gpio: proper Kconfig shell dependency 2020-10-20 07:23:55 -05:00
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.litex
Kconfig.lmp90xxx
Kconfig.lpc11u6x
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
Kconfig.pca95xx drivers: gpio_pca95xx: Add GPIO driver enable interrupt support 2020-10-23 13:47:41 +02:00
Kconfig.rv32m1
Kconfig.sam drivers: gpio: sam: Add sam4l SoC support 2020-12-02 11:48:43 -06:00
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b
Kconfig.xec
Kconfig.xlnx