zephyr/drivers/can
Kumar Gala 3f236f2183 can: dts: Convert can-primary alias to zephyr,can-primary chosen prop
Convert CAN to use a chosen node property that is similar to how we
handle zephyr,entroy or zephyr,flash-controller as the means to select a
specific peripheral instance utilized by a subsystem.

Replace references of the form:

alias {
	can-primary = &can1;
};

with:

chosen {
	zephyr,can-primary = &can1;
};

Replace various macro/define references with either
DT_CHOSEN(zephyr_can_primary) or replace DT_ALIAS_CAN_PRIMARY_LABEL
with DT_CHOSEN_ZEPHYR_CAN_PRIMARY_LABEL.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-29 14:27:31 -05:00
..
CMakeLists.txt
Kconfig kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
Kconfig.loopback drivers: can: loopback: Use thread to send frames. 2020-03-12 16:10:09 +02:00
Kconfig.mcp2515
Kconfig.mcux
Kconfig.net
Kconfig.stm32 drivers/can: stm32: configure driver thanks to compatible 2020-04-28 14:49:55 -05:00
can_common.c
can_handlers.c
can_loopback.c net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
can_loopback.h
can_mcp2515.c devicetree: Rename spi cs gpio macros 2020-03-26 12:24:23 -05:00
can_mcp2515.h devicetree: Rename spi cs gpio macros 2020-03-26 12:24:23 -05:00
can_mcux_flexcan.c net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
can_net.c can: dts: Convert can-primary alias to zephyr,can-primary chosen prop 2020-04-29 14:27:31 -05:00
can_shell.c drivers: can: shell: add command for configuring a CAN controller 2020-04-21 18:26:16 +02:00
can_stm32.c drivers/can: stm32: Convert to DT macros 2020-04-28 14:49:55 -05:00
can_stm32.h
socket_can_generic.h