mx6qsabresd hangs on linux-next
Fabio Estevam
festevam at gmail.com
Tue May 6 09:17:15 PDT 2014
On Tue, May 6, 2014 at 1:04 PM, Maxime Coquelin <maxime.coquelin at st.com> wrote:
> i is incremented in _next_div():
Yes, I see it now.
> +static int _next_div(struct clk_divider *divider, int div)
> +{
> + div++;
> +
> + if (divider->flags & CLK_DIVIDER_POWER_OF_TWO)
> + return __roundup_pow_of_two(div);
> + if (divider->table)
> + return _round_up_table(divider->table, div);
> +
> + return div;
> +}
>
> Could you tell me which kind of divider it is? pow2, table, linear?
table divider.
Regards,
Fabio Estevam
More information about the linux-arm-kernel
mailing list