zephyr/drivers/can
Maureen Helm e297f8ee26 drivers: can: Refactor drivers to use shared init priority
Refactors all of the CAN drivers to use a shared driver class
initialization priority configuration, CONFIG_CAN_INIT_PRIORITY, to
allow configuring CAN drivers separately from other devices. This is
similar to other driver classes like I2C and SPI.

The default is set to CONFIG_KERNEL_INIT_PRIORITY_DEVICE to preserve the
existing default initialization priority for most drivers. The exception
is the mcp2515 driver which has a dependency on a SPI driver and must
therefore initialize later than the default device priority.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
2021-10-23 20:44:49 -04:00
..
CMakeLists.txt drivers: can: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
Kconfig.loopback
Kconfig.mcan
Kconfig.mcp2515 drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
Kconfig.mcux
Kconfig.net kconfig: canbus: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
Kconfig.rcar
Kconfig.stm32
Kconfig.stm32fd
can_common.c
can_handlers.c
can_loopback.c drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
can_loopback.h
can_mcan.c
can_mcan.h
can_mcan_int.h
can_mcp2515.c drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
can_mcp2515.h
can_mcux_flexcan.c drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
can_net.c drivers: Update drivers to use new multicast monitor API 2021-09-28 20:04:49 -04:00
can_rcar.c drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
can_shell.c
can_stm32.c drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
can_stm32.h
can_stm32fd.c drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
can_stm32fd.h
can_utils.h
socket_can_generic.h