zephyr/drivers/led
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
ht16k33.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
Kconfig
Kconfig.ht16k33
Kconfig.lp3943
Kconfig.lp5562
Kconfig.pca9633
led_context.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
led_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lp3943.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lp5562.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pca9633.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00