Re: [PATCH 08/19] clk: divider: check divider validity for CLK_DIVIDER_EVEN_INTEGERS
From: Stephen Boyd
Date: Sat Sep 20 2025 - 01:15:46 EST
Quoting Benoît Monin (2025-09-03 05:47:15)
> Ensure that the divider is even when the flag CLK_DIVIDER_EVEN_INTEGERS
> is set, similar to the power of two check for CLK_DIVIDER_POWER_OF_TWO.
>
Is this a fix?