[PATCH v3 1/7] clk: divider: add flag to limit possible dividers to even numbers

Andy Shevchenko andy.shevchenko at gmail.com
Tue Jun 11 08:39:34 EDT 2013


On Tue, Jun 11, 2013 at 3:37 PM, Andy Shevchenko
<andy.shevchenko at gmail.com> wrote:
> On Tue, Jun 11, 2013 at 3:06 PM, Heiko Stübner <heiko at sntech.de> wrote:
>> Am Dienstag, 11. Juni 2013, 13:51:56 schrieb Andy Shevchenko:
>>> On Tue, Jun 11, 2013 at 2:29 PM, Heiko Stübner <heiko at sntech.de> wrote:

> This variant I think fits:
>
> if (!(divider->flags & CLK_DIVIDER_EVEN))

Oops, without "!()" of course.

>   return div < 2 || div % 2 == 0;
>
> You check for feature and do accordingly.


--
With Best Regards,
Andy Shevchenko



More information about the linux-arm-kernel mailing list