Re: [PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Doug Anderson
Kever, On Wed, Oct 29, 2014 at 6:10 PM, Kever Yang wrote: >>> I'll also say that when I applied this atop my local tree that USB >>> stopped working. I just see: >>> >>> [ 1647.626747] hub 2-1:1.0: hub_port_status failed (err = -110) >>> [ 1657.626746] hub 2-1:1.0: hub_port_status failed (err =

Re: [PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Kever Yang
Hi On 10/30/2014 05:53 AM, Heiko Stübner wrote: Am Mittwoch, 29. Oktober 2014, 13:50:20 schrieb Doug Anderson: Kever, On Wed, Oct 29, 2014 at 3:06 AM, Kever Yang wrote: The rockchip clock driver use CLK_IGNORE_UNUSED flag to make sure all the clocks are available like default power on state

Re: [PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Heiko Stübner
Am Mittwoch, 29. Oktober 2014, 13:50:20 schrieb Doug Anderson: > Kever, > > On Wed, Oct 29, 2014 at 3:06 AM, Kever Yang wrote: > > The rockchip clock driver use CLK_IGNORE_UNUSED flag to make sure > > all the clocks are available like default power on state. > > We have implement the clock manag

Re: [PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Doug Anderson
Kever, On Wed, Oct 29, 2014 at 3:06 AM, Kever Yang wrote: > The rockchip clock driver use CLK_IGNORE_UNUSED flag to make sure > all the clocks are available like default power on state. > We have implement the clock manage in most of rockchip drivers, > it is time to remove it for power save. > I

Re: [PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Heiko Stübner
Hi Kever, Am Mittwoch, 29. Oktober 2014, 18:06:07 schrieb Kever Yang: > The rockchip clock driver use CLK_IGNORE_UNUSED flag to make sure > all the clocks are available like default power on state. > We have implement the clock manage in most of rockchip drivers, > it is time to remove it for powe

[PATCH] clk: rockchip: disable unused clocks

2014-10-29 Thread Kever Yang
The rockchip clock driver use CLK_IGNORE_UNUSED flag to make sure all the clocks are available like default power on state. We have implement the clock manage in most of rockchip drivers, it is time to remove it for power save. Instead we add CLK_IGNORE_UNUSED for some clock nodes which should be o