On 18-10-19, 17:41, Arnd Bergmann wrote: > The driver needs some low-level register access for setting > the core and bus frequencies. These registers are owned > by the clk driver, so move the low-level access into that > driver with a slightly higher-level interface and avoid > any machine header file dependencies. > > Cc: Michael Turquette <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: "Rafael J. Wysocki" <[email protected]> > Cc: Viresh Kumar <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Arnd Bergmann <[email protected]> > --- > drivers/cpufreq/pxa2xx-cpufreq.c | 3 -- > drivers/cpufreq/pxa3xx-cpufreq.c | 64 +++++++++++++-----------
Acked-by: Viresh Kumar <[email protected]> -- viresh

