projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cda344
)
ARM: S3C2440: Call regulator_has_full_constraints on GTA02
author
Lars-Peter Clausen
<lars@metafoo.de>
Mon, 28 Feb 2011 06:25:43 +0000
(15:25 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Mon, 28 Feb 2011 06:25:43 +0000
(15:25 +0900)
This allows the regulator core to disable all regulators
which are not in use at the end of the kernel init phase.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2440/mach-gta02.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2440/mach-gta02.c
b/arch/arm/mach-s3c2440/mach-gta02.c
index
e57c4d8
..
6600421
100644
(file)
--- a/
arch/arm/mach-s3c2440/mach-gta02.c
+++ b/
arch/arm/mach-s3c2440/mach-gta02.c
@@
-605,6
+605,8
@@
static void __init gta02_machine_init(void)
platform_add_devices(gta02_devices, ARRAY_SIZE(gta02_devices));
pm_power_off = gta02_poweroff;
+
+ regulator_has_full_constraints();
}