Re: [PATCH 21/22] ARM: omap1: use common clk framework

2019-08-15 Thread Arnd Bergmann
On Wed, Aug 14, 2019 at 11:10 PM Aaro Koskinen wrote: > > Hi, > > On Thu, Aug 08, 2019 at 11:43:39PM +0200, Arnd Bergmann wrote: > > The omap1 clock driver now uses types and calling conventions > > that are compatible with the common clk core. > > > > Turn on CONFIG_COMMON_CLK and remove all the

Re: [PATCH 21/22] ARM: omap1: use common clk framework

2019-08-14 Thread Aaro Koskinen
Hi, On Thu, Aug 08, 2019 at 11:43:39PM +0200, Arnd Bergmann wrote: > The omap1 clock driver now uses types and calling conventions > that are compatible with the common clk core. > > Turn on CONFIG_COMMON_CLK and remove all the code that is > now duplicated. > > Note: if this previous steps didn

[PATCH 21/22] ARM: omap1: use common clk framework

2019-08-08 Thread Arnd Bergmann
The omap1 clock driver now uses types and calling conventions that are compatible with the common clk core. Turn on CONFIG_COMMON_CLK and remove all the code that is now duplicated. Note: if this previous steps didn't already break it, this one most likely will, because the interfaces are very li