zephyr/drivers
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
..
adc device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
audio device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
bluetooth drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
clock_control device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
console device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
counter device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
crypto device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
dac device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
debug
display device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
dma device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
eeprom device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
entropy device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
espi device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
ethernet device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
flash device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
gpio device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
hwinfo
i2c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
i2s device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
ieee802154 device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
interrupt_controller device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
ipm device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
kscan device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
led device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
led_strip device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
lora
modem drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
net drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
neural_net device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
pcie device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
peci
pinmux device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
ps2 device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
ptp_clock
pwm device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
sensor device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
serial device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
spi device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
timer cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
usb drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
video device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
watchdog device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
wifi drivers: wifi: eswifi: Fix unused variable in scan parsing 2020-08-07 06:58:18 -05:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig