projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5968267
)
close lp8725 control in pm.c
author
宋秀杰
<sxj@rock-chips.com>
Mon, 27 Sep 2010 03:46:07 +0000
(20:46 -0700)
committer
宋秀杰
<sxj@rock-chips.com>
Mon, 27 Sep 2010 03:46:07 +0000
(20:46 -0700)
arch/arm/mach-rk2818/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2818/pm.c
b/arch/arm/mach-rk2818/pm.c
index a45dde92d231b1f1a992363d7c65bdb86870dcdf..266d43c39beb68530a4d5e587f1e9d22205e9a16 100755
(executable)
--- a/
arch/arm/mach-rk2818/pm.c
+++ b/
arch/arm/mach-rk2818/pm.c
@@
-658,7
+658,7
@@
static void rk2818_idle(void)
rk2818_tcm_idle();
asm volatile ("mov sp, %0" :: "r" (old_sp));
- printk("rk2818_idle\n");
+
//
printk("rk2818_idle\n");
}
@@
-697,7
+697,7
@@
static int rk2818_pm_enter(suspend_state_t state)
printk(KERN_DEBUG "before core halt\n");
- pmu_suspend( );
+
//
pmu_suspend( );
clk_set_rate(arm_clk, 24000000);
dump_register();
@@
-721,7
+721,7
@@
static int rk2818_pm_enter(suspend_state_t state)
rockchip_timer_clocksource_suspend_resume(0);
#endif
- pmu_resume( );
+
//
pmu_resume( );
dump_register();
clk_set_rate(arm_clk, arm_rate);
//rk2818_socpm_print();