Re: [PATCH 08/19] clk: meson: add regmap to the clock controllers

2018-02-05 Thread Jerome Brunet
On Sat, 2018-02-03 at 19:53 +0100, Martin Blumenstingl wrote: > On Wed, Jan 31, 2018 at 7:09 PM, Jerome Brunet wrote: > > This change register a regmap in meson8b, gxbb and axg controllers. > > The clock are still accessing their registers directly through iomem. > > Once all clocks handled by the

Re: [PATCH 08/19] clk: meson: add regmap to the clock controllers

2018-02-03 Thread Martin Blumenstingl
On Wed, Jan 31, 2018 at 7:09 PM, Jerome Brunet wrote: > This change register a regmap in meson8b, gxbb and axg controllers. > The clock are still accessing their registers directly through iomem. > Once all clocks handled by these controllers have been move to regmap, > the regmap register will be

[PATCH 08/19] clk: meson: add regmap to the clock controllers

2018-01-31 Thread Jerome Brunet
This change register a regmap in meson8b, gxbb and axg controllers. The clock are still accessing their registers directly through iomem. Once all clocks handled by these controllers have been move to regmap, the regmap register will be removed and replaced with a syscon request. Signed-off-by: Je