Re: [RFC PATCH v1 0/3] clk: implement remuxing during set_rate

2013-04-19 Thread James Hogan
Hi Mike, On 03/04/13 22:34, Mike Turquette wrote: > diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h > index 9fdfae7..1a19186 100644 > --- a/include/linux/clk-provider.h > +++ b/include/linux/clk-provider.h > @@ -126,6 +126,9 @@ struct clk_ops { >

Re: [RFC PATCH v1 0/3] clk: implement remuxing during set_rate

2013-04-03 Thread Mike Turquette
Quoting James Hogan (2013-04-03 14:08:17) > On 3 April 2013 03:06, Stephen Boyd wrote: > > > > On 03/22/13 08:43, James Hogan wrote: > > > This patchset adds support for automatic selection of the best parent > > > for a clock mux, i.e. the one which can provide the closest clock rate > > > to tha

Re: [RFC PATCH v1 0/3] clk: implement remuxing during set_rate

2013-04-03 Thread James Hogan
On 3 April 2013 03:06, Stephen Boyd wrote: > > On 03/22/13 08:43, James Hogan wrote: > > This patchset adds support for automatic selection of the best parent > > for a clock mux, i.e. the one which can provide the closest clock rate > > to that requested. It can be controlled by a new CLK_SET_RAT

Re: [RFC PATCH v1 0/3] clk: implement remuxing during set_rate

2013-04-02 Thread Stephen Boyd
On 03/22/13 08:43, James Hogan wrote: > This patchset adds support for automatic selection of the best parent > for a clock mux, i.e. the one which can provide the closest clock rate > to that requested. It can be controlled by a new CLK_SET_RATE_REMUX flag > so that it doesn't happen unless explic

[RFC PATCH v1 0/3] clk: implement remuxing during set_rate

2013-03-22 Thread James Hogan
This patchset adds support for automatic selection of the best parent for a clock mux, i.e. the one which can provide the closest clock rate to that requested. It can be controlled by a new CLK_SET_RATE_REMUX flag so that it doesn't happen unless explicitly allowed. This works by way of adding a p