Re: [PATCH v13 3/8] clk: Use devm_ in the register fixed factor clock

2018-10-17 Thread Stephen Boyd
Quoting Niklas Cassel (2018-10-14 13:21:22) > On Fri, Oct 12, 2018 at 03:08:17PM -0700, Stephen Boyd wrote: > > Quoting Ricardo Salveti (2018-09-14 11:53:02) > > > On Thu, Jun 14, 2018 at 6:55 PM wrote: > > > > > > > > From: Ilia Lin > > > > > > > > Use devm_clk_hw_register instead of clk_hw_regi

Re: [PATCH v13 3/8] clk: Use devm_ in the register fixed factor clock

2018-10-14 Thread Niklas Cassel
On Fri, Oct 12, 2018 at 03:08:17PM -0700, Stephen Boyd wrote: > Quoting Ricardo Salveti (2018-09-14 11:53:02) > > On Thu, Jun 14, 2018 at 6:55 PM wrote: > > > > > > From: Ilia Lin > > > > > > Use devm_clk_hw_register instead of clk_hw_register > > > to simplify the usage of this API. This way dri

Re: [PATCH v13 3/8] clk: Use devm_ in the register fixed factor clock

2018-10-12 Thread Stephen Boyd
Quoting Ricardo Salveti (2018-09-14 11:53:02) > On Thu, Jun 14, 2018 at 6:55 PM wrote: > > > > From: Ilia Lin > > > > Use devm_clk_hw_register instead of clk_hw_register > > to simplify the usage of this API. This way drivers that call > > the clk_hw_register_fixed_factor won't need to maintain >

Re: [PATCH v13 3/8] clk: Use devm_ in the register fixed factor clock

2018-09-14 Thread Ricardo Salveti
On Thu, Jun 14, 2018 at 6:55 PM wrote: > > From: Ilia Lin > > Use devm_clk_hw_register instead of clk_hw_register > to simplify the usage of this API. This way drivers that call > the clk_hw_register_fixed_factor won't need to maintain > a data structure for further cleanup. > > Signed-off-by: Il

[PATCH v13 3/8] clk: Use devm_ in the register fixed factor clock

2018-06-14 Thread ilia . lin
From: Ilia Lin Use devm_clk_hw_register instead of clk_hw_register to simplify the usage of this API. This way drivers that call the clk_hw_register_fixed_factor won't need to maintain a data structure for further cleanup. Signed-off-by: Ilia Lin Tested-by: Amit Kucheria --- drivers/clk/clk-f