zephyr/subsys/power
Peter Bigot e70de6ee82 power: device: fix name for Nordic clock driver
The device power management infrastructure maintains a hard-coded list
of critical devices to ensure suspend and resume are performed in the
proper order.  PR #21298 combined the 32 KiHz and 16 MHz clock devices
into a single driver, changing the name so the clock driver is not
handled at the correct time, but rather at whatever point it appears
in the general device list.

Update the list to the current clock driver name.  Also store the
device names as standard strings rather than padding them to a fixed
length.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-03-16 15:54:36 +01:00
..
policy power: policy: add PM policy function for TI CC13X2/CC26X2 2020-03-12 19:22:53 -06:00
CMakeLists.txt
Kconfig power: add system power management direct force mode. 2020-01-24 21:37:40 -05:00
device.c power: device: fix name for Nordic clock driver 2020-03-16 15:54:36 +01:00
device_pm.c
pm_ctrl.c
power.c power: add system power management direct force mode. 2020-01-24 21:37:40 -05:00
reboot.c