Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-07-25 Thread James Hogan
On 24/07/13 19:39, Stephen Boyd wrote: > On 06/21, James Hogan wrote: >> On 21 June 2013 18:04, Mike Turquette wrote: >>> Quoting James Hogan (2013-06-13 09:05:57) This patchset adds support for automatic selection of the best parent for a clock mux, i.e. the one which can provide the

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-07-25 Thread James Hogan
On 24/07/13 19:39, Stephen Boyd wrote: On 06/21, James Hogan wrote: On 21 June 2013 18:04, Mike Turquette mturque...@linaro.org wrote: Quoting James Hogan (2013-06-13 09:05:57) This patchset adds support for automatic selection of the best parent for a clock mux, i.e. the one which can

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-07-24 Thread Stephen Boyd
On 06/21, James Hogan wrote: > On 21 June 2013 18:04, Mike Turquette wrote: > > Quoting James Hogan (2013-06-13 09:05:57) > >> 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.

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-07-24 Thread Stephen Boyd
On 06/21, James Hogan wrote: On 21 June 2013 18:04, Mike Turquette mturque...@linaro.org wrote: Quoting James Hogan (2013-06-13 09:05:57) 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

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-06-21 Thread James Hogan
On 21 June 2013 18:04, Mike Turquette wrote: > Quoting James Hogan (2013-06-13 09:05:57) >> 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 disabled by a new

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-06-21 Thread Mike Turquette
Quoting James Hogan (2013-06-13 09:05:57) > 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 disabled by a new CLK_SET_RATE_NO_REPARENT > flag (which is set for all uses of

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-06-21 Thread Mike Turquette
Quoting James Hogan (2013-06-13 09:05:57) 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 disabled by a new CLK_SET_RATE_NO_REPARENT flag (which is set for all uses of

Re: [PATCH v5 0/5] clk: implement remuxing during set_rate

2013-06-21 Thread James Hogan
On 21 June 2013 18:04, Mike Turquette mturque...@linaro.org wrote: Quoting James Hogan (2013-06-13 09:05:57) 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 disabled by a

[PATCH v5 0/5] clk: implement remuxing during set_rate

2013-06-13 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 disabled by a new CLK_SET_RATE_NO_REPARENT flag (which is set for all uses of clk_register_mux(). This works by way of adding a

[PATCH v5 0/5] clk: implement remuxing during set_rate

2013-06-13 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 disabled by a new CLK_SET_RATE_NO_REPARENT flag (which is set for all uses of clk_register_mux(). This works by way of adding a