Re: [PATCH 01/13] clk: core: correct clk_set_rate kerneldoc

2012-04-13 Thread Turquette, Mike
On Wed, Apr 11, 2012 at 9:28 PM, Viresh Kumar viresh.ku...@st.com wrote: On 4/12/2012 6:32 AM, Mike Turquette wrote: - * If clk has the CLK_SET_RATE_GATE flag set and it is enabled this call - * will fail; only when the clk is disabled will it be able to change - * its rate. Why is

Re: [PATCH 01/13] clk: core: correct clk_set_rate kerneldoc

2012-04-12 Thread Viresh Kumar
On 4/12/2012 6:32 AM, Mike Turquette wrote: - * If clk has the CLK_SET_RATE_GATE flag set and it is enabled this call - * will fail; only when the clk is disabled will it be able to change - * its rate. Why is CLK_SET_RATE_GATE removed? I already sent a patch to fix clk_set_rate() for this.

Re: [PATCH 01/13] clk: core: correct clk_set_rate kerneldoc

2012-04-12 Thread Amit Kucheria
On Thu, Apr 12, 2012 at 10:24 AM, Andrew Lunn and...@lunn.ch wrote: Hi Mike A general question to all these patches. Do you want to get them into 3.4-rc, or linux-next?   Thanks        Andrew In 0/13, I think he did ask Arnd to take these in for 3.4-rc even if they are not strictly bug