Re: [PATCH v2 0/3] clk: zynqmp: Add firmware specific clock flags

From: Stephen Boyd
Date: Thu Jul 23 2020 - 18:35:54 EST


Quoting Amit Sunil Dhamne (2020-07-21 23:55:29)
> This series adds supports for firmware specific flags. These include
> - Common Flags
> - Divider Flags
> - Mux Flags
>
> The intent is to remove firmware's dependency on CCF flag values by having
> firmware specific flags with independent values.
>
> Currently firmware is maintaining CCF specific flags and provides to
> CCF as it is. But CCF flag numbers may change and that shouldn't mean
> that the firmware needs to change. The firmware should have its own
> 'flag number space' that is distinct from the common clk framework's
> 'flag number space'. So use firmware specific clock flags in ZynqMP
> clock driver instead of CCF flags.
>

Thanks for doing this work. Please resend with fixes.