Re: [PATCH] Thermal: imx: add clk disable/enable for suspend/resume

2015-01-05 Thread Eduardo Valentin
Hello, On Mon, Jan 05, 2015 at 10:34:11PM +0530, Pankaj Jangra wrote: > Hi Anson, > > On Mon, Jan 5, 2015 at 7:59 PM, Anson Huang wrote: > > > Thermal sensor's clk is from pll3_usb_otg, per hardware > > design requirement, need to make sure pll3_usb_otg is disabled > > before STOP mode is

Re: [PATCH] Thermal: imx: add clk disable/enable for suspend/resume

2015-01-05 Thread Eduardo Valentin
Hello, On Mon, Jan 05, 2015 at 10:34:11PM +0530, Pankaj Jangra wrote: Hi Anson, On Mon, Jan 5, 2015 at 7:59 PM, Anson Huang b20...@freescale.com wrote: Thermal sensor's clk is from pll3_usb_otg, per hardware design requirement, need to make sure pll3_usb_otg is disabled before STOP

[PATCH] Thermal: imx: add clk disable/enable for suspend/resume

2015-01-04 Thread Anson Huang
Thermal sensor's clk is from pll3_usb_otg, per hardware design requirement, need to make sure pll3_usb_otg is disabled before STOP mode is entered, otherwise, all PFDs under it may enter incorrect state, this patch disables pll3_usb_otg before suspend and enables it after resume. Signed-off-by:

[PATCH] Thermal: imx: add clk disable/enable for suspend/resume

2015-01-04 Thread Anson Huang
Thermal sensor's clk is from pll3_usb_otg, per hardware design requirement, need to make sure pll3_usb_otg is disabled before STOP mode is entered, otherwise, all PFDs under it may enter incorrect state, this patch disables pll3_usb_otg before suspend and enables it after resume. Signed-off-by: