zephyr/drivers/net
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
..
CMakeLists.txt net: Add CONFIG_NET_NATIVE option for selecting native IP 2019-09-10 12:45:38 +03:00
Kconfig drivers: modem: Implement uart_pipe interface for GSM modem 2020-01-28 12:44:17 +02:00
loopback.c net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
ppp.c net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00
slip.c net: Enable PM settings on network devices 2020-03-27 14:48:30 +02:00