PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)
Many different platforms and subsystems may want to disable device
clocks during suspend and enable them during resume which is going to
be done in a very similar way in all those cases. For this reason,
provide generic routines for the manipulation of device clocks during
suspend and resume.
Convert the ARM shmobile platform to using the new routines.
Signed-off-by:
Rafael J. Wysocki <rjw@sisk.pl>
Showing
- arch/arm/mach-shmobile/pm_runtime.c 9 additions, 131 deletionsarch/arm/mach-shmobile/pm_runtime.c
- drivers/base/power/Makefile 1 addition, 0 deletionsdrivers/base/power/Makefile
- drivers/base/power/clock_ops.c 430 additions, 0 deletionsdrivers/base/power/clock_ops.c
- include/linux/pm_runtime.h 42 additions, 0 deletionsinclude/linux/pm_runtime.h
- kernel/power/Kconfig 4 additions, 0 deletionskernel/power/Kconfig
Loading
Please register or sign in to comment