[PATCH 1/2] phy: ti-pipe3: Disable clocks on system suspend

2014-12-19 Thread Roger Quadros
On system suspend, the runtime_suspend() driver hook doesn't get called and so the clocks are not disabled in the driver. This causes the L3INIT_960M_GFCLK and L3INIT_480M_GFCLK to remain active on the DRA7 platform while in system suspend. Add suspend/resume hooks to the driver. In case of pcie-p

Re: [PATCH 1/2] phy: ti-pipe3: Disable clocks on system suspend

2015-01-09 Thread Kishon Vijay Abraham I
Hi Roger, On Friday 19 December 2014 05:35 PM, Roger Quadros wrote: > On system suspend, the runtime_suspend() driver hook doesn't get > called and so the clocks are not disabled in the driver. > This causes the L3INIT_960M_GFCLK and L3INIT_480M_GFCLK to remain > active on the DRA7 platform while

Re: [PATCH 1/2] phy: ti-pipe3: Disable clocks on system suspend

2015-01-12 Thread Roger Quadros
Kishon, On 09/01/15 15:57, Kishon Vijay Abraham I wrote: > Hi Roger, > > On Friday 19 December 2014 05:35 PM, Roger Quadros wrote: >> On system suspend, the runtime_suspend() driver hook doesn't get >> called and so the clocks are not disabled in the driver. >> This causes the L3INIT_960M_GFCLK a