Re: [PATCH 1/3] clk: socfpga: use clk_hw_register for a5/c5

2021-03-30 Thread Stephen Boyd
Quoting Dinh Nguyen (2021-03-02 13:41:49) > As recommended by Stephen Boyd, convert the cyclone5/arria5 clock driver > to use the clk_hw registration method. > > Suggested-by: Stephen Boyd > Signed-off-by: Dinh Nguyen > --- Applied to clk-next

[PATCH 1/3] clk: socfpga: use clk_hw_register for a5/c5

2021-03-02 Thread Dinh Nguyen
As recommended by Stephen Boyd, convert the cyclone5/arria5 clock driver to use the clk_hw registration method. Suggested-by: Stephen Boyd Signed-off-by: Dinh Nguyen --- drivers/clk/socfpga/clk-gate.c | 11 +++ drivers/clk/socfpga/clk-periph.c | 8 drivers/clk/socfpga/clk-pl