Re: [PATCH v4 3/4] clk: stm32f4: use FIELD helpers to access the PLLCFGR fields

From: Stephen Boyd
Date: Wed Jan 15 2025 - 18:23:24 EST


Quoting Dario Binacchi (2025-01-14 10:19:48)
> Use GENMASK() along with FIELD_GET() and FIELD_PREP() helpers to access
> the PLLCFGR fields instead of manually masking and shifting.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@xxxxxxxxxxxxxxxxxxxx>
> ---

Applied to clk-next