Re: [PATCH] clk: add option to keep boot clocks on

2013-04-27 Thread Olof Johansson
On Sat, Apr 27, 2013 at 11:17:13AM -0700, Mike Turquette wrote: > Quoting Olof Johansson (2013-04-26 16:39:51) > > This is primarily useful when there's a driver that doesn't claim clocks > > properly, but the bootloader does. It's not expected to be used in normal > > cases, but for bringup and de

Re: [PATCH] clk: add option to keep boot clocks on

2013-04-26 Thread Olof Johansson
On Fri, Apr 26, 2013 at 5:08 PM, Randy Dunlap wrote: > On 04/26/13 16:39, Olof Johansson wrote: >> This is primarily useful when there's a driver that doesn't claim clocks >> properly, but the bootloader does. It's not expected to be used in normal >> cases, but for bringup and debug it's very use

Re: [PATCH] clk: add option to keep boot clocks on

2013-04-26 Thread Randy Dunlap
On 04/26/13 16:39, Olof Johansson wrote: > This is primarily useful when there's a driver that doesn't claim clocks > properly, but the bootloader does. It's not expected to be used in normal > cases, but for bringup and debug it's very useful to have the option to > not gate unclaimed clocks that

[PATCH] clk: add option to keep boot clocks on

2013-04-26 Thread Olof Johansson
This is primarily useful when there's a driver that doesn't claim clocks properly, but the bootloader does. It's not expected to be used in normal cases, but for bringup and debug it's very useful to have the option to not gate unclaimed clocks that are still on. Signed-off-by: Olof Johansson ---