Re: [RESEND PATCHv7 2/5] clk: socfpga: remove clk_ops enable/disable methods

2020-05-26 Thread Stephen Boyd
Quoting Dinh Nguyen (2020-05-12 11:16:44) > The enable/disable clock ops are already defined in the standard clock > ops, so we don't need to assign them. > > Signed-off-by: Dinh Nguyen > --- Applied to clk-next

[RESEND PATCHv7 2/5] clk: socfpga: remove clk_ops enable/disable methods

2020-05-12 Thread Dinh Nguyen
The enable/disable clock ops are already defined in the standard clock ops, so we don't need to assign them. Signed-off-by: Dinh Nguyen --- v7: no changes v6: no changes v5: no changes v4: no changes v3: no changes v2: created --- drivers/clk/socfpga/clk-pll-a10.c | 2 --