zephyr/drivers/can
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
..
can_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
can_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
can_loopback.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can_loopback.h device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
can_mcp2515.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can_mcp2515.h device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
can_mcux_flexcan.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
can_net.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
can_shell.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
can_stm32.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
can_stm32.h device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
CMakeLists.txt net: l2: 6LoCAN implementation 2019-08-08 13:25:01 +03:00
Kconfig shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
Kconfig.loopback drivers: can: loopback: Use thread to send frames. 2020-03-12 16:10:09 +02:00
Kconfig.mcp2515 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.mcux kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.net kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers/can: stm32: configure driver thanks to compatible 2020-04-28 14:49:55 -05:00
socket_can_generic.h drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00