OSDN Git Service

ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.S
authorWenyou Yang <wenyou.yang@atmel.com>
Mon, 9 Mar 2015 03:50:29 +0000 (11:50 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 13 Mar 2015 12:34:54 +0000 (13:34 +0100)
Because the sram function is used for both suspend to memory and the suspend
to standby mode, renaming is more elegant.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Tested-by: Sylvain Rochet <sylvain.rochet@finsecur.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/Makefile
arch/arm/mach-at91/pm_suspend.S [moved from arch/arm/mach-at91/pm_slowclock.S with 100% similarity]

index 103c256..7df8c85 100644 (file)
@@ -13,7 +13,7 @@ obj-$(CONFIG_SOC_SAMA5)               += sama5.o
 
 # Power Management
 obj-$(CONFIG_PM)               += pm.o
-obj-$(CONFIG_PM)               += pm_slowclock.o
+obj-$(CONFIG_PM)               += pm_suspend.o
 
 ifeq ($(CONFIG_PM_DEBUG),y)
 CFLAGS_pm.o += -DDEBUG