Re: [PATCH] clk: divider: Fix table round up function

2014-05-26 Thread Maxime Coquelin
On 05/23/2014 11:39 PM, Mike Turquette wrote: Quoting Maxime COQUELIN (2014-05-07 09:48:52) Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and table dividers") introduces a regression in its _table_round_up function. When the divider passed to this function is

Re: [PATCH] clk: divider: Fix table round up function

2014-05-26 Thread Maxime Coquelin
On 05/23/2014 11:39 PM, Mike Turquette wrote: Quoting Maxime COQUELIN (2014-05-07 09:48:52) Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function. When the divider passed to this function is

Re: [PATCH] clk: divider: Fix table round up function

2014-05-23 Thread Mike Turquette
Quoting Maxime COQUELIN (2014-05-07 09:48:52) > Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and > table dividers") introduces a regression in its _table_round_up function. > > When the divider passed to this function is greater than the max divider > available in

Re: [PATCH] clk: divider: Fix table round up function

2014-05-23 Thread Mike Turquette
Quoting Maxime COQUELIN (2014-05-07 09:48:52) Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function. When the divider passed to this function is greater than the max divider available in the

Re: [PATCH] clk: divider: Fix table round up function

2014-05-21 Thread Maxime Coquelin
Hi Mike, On 05/15/2014 03:28 PM, Fabio Estevam wrote: Hi Mike, On Wed, May 7, 2014 at 1:48 PM, Maxime COQUELIN wrote: Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and table dividers") introduces a regression in its _table_round_up function. When the divider

Re: [PATCH] clk: divider: Fix table round up function

2014-05-21 Thread Maxime Coquelin
Hi Mike, On 05/15/2014 03:28 PM, Fabio Estevam wrote: Hi Mike, On Wed, May 7, 2014 at 1:48 PM, Maxime COQUELIN maxime.coque...@st.com wrote: Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function.

Re: [PATCH] clk: divider: Fix table round up function

2014-05-15 Thread Fabio Estevam
Hi Mike, On Wed, May 7, 2014 at 1:48 PM, Maxime COQUELIN wrote: > Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and > table dividers") introduces a regression in its _table_round_up function. > > When the divider passed to this function is greater than the max

Re: [PATCH] clk: divider: Fix table round up function

2014-05-15 Thread Fabio Estevam
Hi Mike, On Wed, May 7, 2014 at 1:48 PM, Maxime COQUELIN maxime.coque...@st.com wrote: Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function. When the divider passed to this function is greater

Re: [PATCH] clk: divider: Fix table round up function

2014-05-07 Thread Shawn Guo
On Wed, May 07, 2014 at 06:48:52PM +0200, Maxime COQUELIN wrote: > Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and > table dividers") introduces a regression in its _table_round_up function. > > When the divider passed to this function is greater than the max

[PATCH] clk: divider: Fix table round up function

2014-05-07 Thread Maxime COQUELIN
Commit 1d9fe6b97 ("clk: divider: Fix best div calculation for power-of-two and table dividers") introduces a regression in its _table_round_up function. When the divider passed to this function is greater than the max divider available in the table, this function returns table's max divider.

[PATCH] clk: divider: Fix table round up function

2014-05-07 Thread Maxime COQUELIN
Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function. When the divider passed to this function is greater than the max divider available in the table, this function returns table's max divider.

Re: [PATCH] clk: divider: Fix table round up function

2014-05-07 Thread Shawn Guo
On Wed, May 07, 2014 at 06:48:52PM +0200, Maxime COQUELIN wrote: Commit 1d9fe6b97 (clk: divider: Fix best div calculation for power-of-two and table dividers) introduces a regression in its _table_round_up function. When the divider passed to this function is greater than the max divider