zephyr/drivers/gpio
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere
Via coccinelle:

@r_device_config@
struct device *D;
@@

D->
-	config_info
+	config

And 2 grep/sed rules for macros:

git grep -rlz 'dev)->config_info' |
	xargs -0 sed -i 's/dev)->config_info/dev)->config/g'

git grep -rlz 'dev->config_info' |
	xargs -0 sed -i 's/dev->config_info/dev->config/g'

Fixes #27397

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-08-11 19:30:53 +02:00
..
CMakeLists.txt drivers: gpio: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02:00
gpio_cc13xx_cc26xx.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_cc32xx.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_cmsdk_ahb.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +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 device: Apply config_info rename everywhere 2020-08-11 19:30:53 +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 device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_handlers.c gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_ht16k33.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_imx.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_intel_apl.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_litex.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_lmp90xxx.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_lpc11u6x.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_mchp_xec.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_mcp23s17.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_mcp23s17.h gpio: mcp23s17: Add chip select flags 2020-07-01 16:40:03 -05:00
gpio_mcux_igpio.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_mcux_lpc.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_mcux.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_mmio32.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_nrfx.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_pca95xx.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_rv32m1.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_sam.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_sam0.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gpio_sifive.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_stellaris.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_stm32.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_stm32.h gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
gpio_sx1509b.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio_utils.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig drivers: gpio: add driver for NXP LPC11U6X MCUs 2020-07-29 20:12:24 +02: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 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.nrfx
Kconfig.pca95xx
Kconfig.rv32m1
Kconfig.sam
Kconfig.sam0
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b
Kconfig.xec