zephyr/drivers/can
Tomasz Bursztyka 4ae72db135 net: Enable PM settings on network devices
By changing the various *NET_DEVICE* macros. It is up to the device
drivers to either set a proper PM function or, if not supported or PM
disabled, to use device_pm_control_nop relevantly.

All existing macro calls are updated. Since no PM support was added so
far, device_pm_control_nop is used as the default everywhere.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-03-27 14:48:30 +02: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 net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
can_shell.c
can_stm32.c net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
can_stm32.h drivers: can: stm32: Support CAN_2 interface 2020-01-30 14:27:28 -05:00
CMakeLists.txt
Kconfig drivers: can: stm32: Support CAN_2 interface 2020-01-30 14:27:28 -05: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
socket_can_generic.h