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:
823b0ef
)
close gpio pull state output for system quickly suspend.
author
cwz
<cwz@rockchips.com>
Wed, 27 Apr 2011 03:56:33 +0000
(20:56 -0700)
committer
cwz
<cwz@rockchips.com>
Wed, 27 Apr 2011 03:56:33 +0000
(20:56 -0700)
arch/arm/mach-rk29/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/pm.c
b/arch/arm/mach-rk29/pm.c
index 1d8958fae63ce7de966873e10f45bef536f78c5a..3a02514ef884b7e8f34636395572ce0aa5c6f131 100755
(executable)
--- a/
arch/arm/mach-rk29/pm.c
+++ b/
arch/arm/mach-rk29/pm.c
@@
-385,8
+385,11
@@
static int rk29_pm_enter(suspend_state_t state)
// dump GPIO INTEN for debug
dump_inten();
// dump GPIO PULL state for debug
+ //if you want to display the information, please enable the code.
+#if 0
dump_io_pull();
-
+#endif
+
printch('0');
#ifdef CONFIG_RK29_PWM_REGULATOR