Re: [PATCH v3 4/6] ARM: rockchip: add suspend and resume for RK3288

2014-10-27 Thread Doug Anderson
Kevin, On Fri, Oct 24, 2014 at 2:47 PM, Kevin Hilman wrote: >> +static void rk3288_fill_in_bootram(u32 level) >> +{ >> + rkpm_bootdata_cpusp = rk3288_bootram_phy + (SZ_4K - 8); >> + rkpm_bootdata_cpu_code = virt_to_phys(cpu_resume); >> + >> + rkpm_bootdata_l2ctlr_f = 1; >> + rkpm

Re: [PATCH v3 4/6] ARM: rockchip: add suspend and resume for RK3288

2014-10-24 Thread Kevin Hilman
z...@rock-chips.com writes: > From: Chris Zhong > > It's a basic version of suspend and resume for rockchip, it only support > RK3288 > now. > > Signed-off-by: Tony Xie > Signed-off-by: Chris Zhong > > --- > > Changes in v3: > - move the pinmux of gpio6_c6 save and restore to pinctrl-rockchip

[PATCH v3 4/6] ARM: rockchip: add suspend and resume for RK3288

2014-10-20 Thread zyw
From: Chris Zhong It's a basic version of suspend and resume for rockchip, it only support RK3288 now. Signed-off-by: Tony Xie Signed-off-by: Chris Zhong --- Changes in v3: - move the pinmux of gpio6_c6 save and restore to pinctrl-rockchip Changes in v2: - add the regulator calls in prepare