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

2013-06-12 Thread Stephen Boyd
On 05/20/13 06:28, 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 disabled by a new CLK_SET_RATE_NO_REPARENT > flag (which is set for all uses of clk_r

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

2013-06-05 Thread Haojian Zhuang
On Mon, May 20, 2013 at 9:28 PM, 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 disabled by a new CLK_SET_RATE_NO_REPARENT > flag (which is set for al

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

2013-05-20 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