1
0
Fork 0
alistair23-linux/arch/arm/mach-rockchip
Arnd Bergmann d1bef995f6 ARM: rockchip: force built-in regulator support for PM
The rockchips suspend/resume code requires regulators to work,
and gives a compile-time error if they are not available:

arch/arm/mach-rockchip/built-in.o: In function `rk3288_suspend_finish':
:(.text+0x146): undefined reference to `regulator_suspend_finish'
arch/arm/mach-rockchip/built-in.o: In function `rk3288_suspend_prepare':
:(.text+0x18e): undefined reference to `regulator_suspend_prepare'

To solve this, we now enable regulators whenever they are needed,
which is what we do on a lot of other platforms as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2015-02-18 12:20:30 +01:00
..
Kconfig ARM: rockchip: force built-in regulator support for PM 2015-02-18 12:20:30 +01:00
Makefile ARM: rockchip: add suspend and resume for RK3288 2014-12-31 16:16:50 +01:00
core.h ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE 2014-05-26 11:15:53 -07:00
headsmp.S ARM: rockchip: add basic smp support for rk3288 2014-11-05 22:18:40 +01:00
platsmp.c ARM: rockchip: add basic smp support for rk3288 2014-11-05 22:18:40 +01:00
pm.c ARM: rockchip: add suspend and resume for RK3288 2014-12-31 16:16:50 +01:00
pm.h ARM: rockchip: make rockchip_suspend_init conditional 2015-02-18 12:20:28 +01:00
rockchip.c ARM: SoC platform changes 2015-02-17 09:27:54 -08:00
sleep.S ARM: rockchip: add suspend and resume for RK3288 2014-12-31 16:16:50 +01:00