Re: [PATCH v2 4/4] cpufreq: pxa: convert to clock API

2016-10-23 Thread Viresh Kumar
On 22-10-16, 23:37, Robert Jarzmik wrote: > Viresh Kumar writes: > > > On 15-10-16, 21:57, Robert Jarzmik wrote: > >> As the clock settings have been introduced into the clock pxa drivers, > >> which are now available to change the CPU clock by themselves, remove > >> the clock handling from this

Re: [PATCH v2 4/4] cpufreq: pxa: convert to clock API

2016-10-22 Thread Robert Jarzmik
Viresh Kumar writes: > On 15-10-16, 21:57, Robert Jarzmik wrote: >> As the clock settings have been introduced into the clock pxa drivers, >> which are now available to change the CPU clock by themselves, remove >> the clock handling from this driver, and rely on pxa clock drivers. >> >> Signed-

Re: [PATCH v2 4/4] cpufreq: pxa: convert to clock API

2016-10-18 Thread Viresh Kumar
On 15-10-16, 21:57, Robert Jarzmik wrote: > As the clock settings have been introduced into the clock pxa drivers, > which are now available to change the CPU clock by themselves, remove > the clock handling from this driver, and rely on pxa clock drivers. > > Signed-off-by: Robert Jarzmik > ---