Re: [PATCH v2 1/2] ARM: rockchip: add support holding 24Mhz osc during suspend

2015-06-22 Thread Heiko Stübner
Am Montag, 22. Juni 2015, 13:04:02 schrieb Doug Anderson: > Chris, > > On Sun, Jun 21, 2015 at 3:00 AM, Chris Zhong wrote: > > If we want to wake up system via usb, the 24Mhz osc could not be > > disabled during suspend, read the usb phy SIDDQ bit to decide whether > > to switch to 32khz clock-in

Re: [PATCH v2 1/2] ARM: rockchip: add support holding 24Mhz osc during suspend

2015-06-22 Thread Doug Anderson
Chris, On Sun, Jun 21, 2015 at 3:00 AM, Chris Zhong wrote: > If we want to wake up system via usb, the 24Mhz osc could not be > disabled during suspend, read the usb phy SIDDQ bit to decide whether > to switch to 32khz clock-in. > > Signed-off-by: Chris Zhong > --- > > arch/arm/mach-rockchip/pm

[PATCH v2 1/2] ARM: rockchip: add support holding 24Mhz osc during suspend

2015-06-21 Thread Chris Zhong
If we want to wake up system via usb, the 24Mhz osc could not be disabled during suspend, read the usb phy SIDDQ bit to decide whether to switch to 32khz clock-in. Signed-off-by: Chris Zhong --- arch/arm/mach-rockchip/pm.c | 38 -- 1 file changed, 36 insertio