Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-29 Thread Jerome Brunet
On Fri 26 Jul 2019 at 16:50, Neil Armstrong wrote: > On 03/07/2019 16:17, Jerome Brunet wrote: >> On Mon 01 Jul 2019 at 11:12, Neil Armstrong wrote: >> >>> Add a setup() callback in the eeclk structure, to call an optional >>> call() function at end of eeclk probe to setup clocks. >>> >>> It's

Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-26 Thread Neil Armstrong
On 03/07/2019 16:17, Jerome Brunet wrote: > On Mon 01 Jul 2019 at 11:12, Neil Armstrong wrote: > >> Add a setup() callback in the eeclk structure, to call an optional >> call() function at end of eeclk probe to setup clocks. >> >> It's used for the G12A clock controller to setup the CPU clock >>

Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-03 Thread Jerome Brunet
On Mon 01 Jul 2019 at 11:12, Neil Armstrong wrote: > Add a setup() callback in the eeclk structure, to call an optional > call() function at end of eeclk probe to setup clocks. > > It's used for the G12A clock controller to setup the CPU clock > notifiers. I'd prefer if you implement the probe f

Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-03 Thread Martin Blumenstingl
On Wed, Jul 3, 2019 at 2:40 PM Jerome Brunet wrote: > > On Wed 03 Jul 2019 at 13:45, Neil Armstrong wrote: > > > On 03/07/2019 01:16, Martin Blumenstingl wrote: > >> +Cc Alexandre Mergnat > >> > >> On Mon, Jul 1, 2019 at 11:13 AM Neil Armstrong > >> wrote: > >>> > >>> Add a setup() callback in

Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-03 Thread Jerome Brunet
On Wed 03 Jul 2019 at 13:45, Neil Armstrong wrote: > On 03/07/2019 01:16, Martin Blumenstingl wrote: >> +Cc Alexandre Mergnat >> >> On Mon, Jul 1, 2019 at 11:13 AM Neil Armstrong >> wrote: >>> >>> Add a setup() callback in the eeclk structure, to call an optional >>> call() function at end of

Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-03 Thread Neil Armstrong
On 03/07/2019 01:16, Martin Blumenstingl wrote: > +Cc Alexandre Mergnat > > On Mon, Jul 1, 2019 at 11:13 AM Neil Armstrong > wrote: >> >> Add a setup() callback in the eeclk structure, to call an optional >> call() function at end of eeclk probe to setup clocks. >> >> It's used for the G12A cloc

Re: [RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-02 Thread Martin Blumenstingl
+Cc Alexandre Mergnat On Mon, Jul 1, 2019 at 11:13 AM Neil Armstrong wrote: > > Add a setup() callback in the eeclk structure, to call an optional > call() function at end of eeclk probe to setup clocks. > > It's used for the G12A clock controller to setup the CPU clock notifiers. > > Signed-off-

[RFC/RFT v3 04/14] clk: meson: eeclk: add setup callback

2019-07-01 Thread Neil Armstrong
Add a setup() callback in the eeclk structure, to call an optional call() function at end of eeclk probe to setup clocks. It's used for the G12A clock controller to setup the CPU clock notifiers. Signed-off-by: Neil Armstrong --- drivers/clk/meson/meson-eeclk.c | 6 ++ drivers/clk/meson/mes