On Wed, Mar 27, 2019 at 03:29:55PM +1100, Michael Ellerman wrote: > Mark Brown writes: > > Hrm, seems PowerPC is still not using the common clock API - is there > > any plan for that? There are some ASoC PowerPC uses so it's going to be > > a bit of an issue as we expand our use of the clock API. > I don't know anything about the common clock API. What would it involve > for powerpc to use it? It's what's in drivers/clk - you'd have to provide clock drivers for all the clocks that are current supported by arch-specific code, make sure that those drivers can be instantiated and then remove the custom implementation of the clock API in arch/powerpc in favour of those.