Re: [PATCH 08/14] mmc: meson-gx: rework clock init function

2017-08-21 Thread Jerome Brunet
On Mon, 2017-08-07 at 14:34 -0700, Kevin Hilman wrote: > Jerome Brunet writes: > > > Perform basic initialisation of the clk register before providing it to > > the CCF. > > > > Thanks to devm, carrying the clock structure around after init is not > > necessary. Rework the

Re: [PATCH 08/14] mmc: meson-gx: rework clock init function

2017-08-21 Thread Jerome Brunet
On Mon, 2017-08-07 at 14:34 -0700, Kevin Hilman wrote: > Jerome Brunet writes: > > > Perform basic initialisation of the clk register before providing it to > > the CCF. > > > > Thanks to devm, carrying the clock structure around after init is not > > necessary. Rework the function to remove

Re: [PATCH 08/14] mmc: meson-gx: rework clock init function

2017-08-07 Thread Kevin Hilman
Jerome Brunet writes: > Perform basic initialisation of the clk register before providing it to > the CCF. > > Thanks to devm, carrying the clock structure around after init is not > necessary. Rework the function to remove these from the controller host > data. > >

Re: [PATCH 08/14] mmc: meson-gx: rework clock init function

2017-08-07 Thread Kevin Hilman
Jerome Brunet writes: > Perform basic initialisation of the clk register before providing it to > the CCF. > > Thanks to devm, carrying the clock structure around after init is not > necessary. Rework the function to remove these from the controller host > data. > > Finally, set initial mmc

[PATCH 08/14] mmc: meson-gx: rework clock init function

2017-08-04 Thread Jerome Brunet
Perform basic initialisation of the clk register before providing it to the CCF. Thanks to devm, carrying the clock structure around after init is not necessary. Rework the function to remove these from the controller host data. Finally, set initial mmc clock rate before enabling it, simplifying

[PATCH 08/14] mmc: meson-gx: rework clock init function

2017-08-04 Thread Jerome Brunet
Perform basic initialisation of the clk register before providing it to the CCF. Thanks to devm, carrying the clock structure around after init is not necessary. Rework the function to remove these from the controller host data. Finally, set initial mmc clock rate before enabling it, simplifying