Re: [PATCH 02/12] clk: fixed-rate: Convert to clk_hw based APIs

From: Stephen Boyd
Date: Tue Jan 07 2020 - 01:43:50 EST


Quoting Stephen Boyd (2019-08-30 08:09:13)
> This code still uses struct clk to register clks from the probe path.
> Migrate this to the clk_hw based APIs to modernize the code. Also, this
> isn't a module and it can't be one because the driver is always builtin
> so drop the module table.
>
> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
> Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---

Applied to clk-next