Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1514160

Re: [PATCH v3 0/4] PXA cpufreq conversion to clock API

From Robert Jarzmik <robert.jarzmik@free.fr>
Newsgroups linux.kernel
Subject Re: [PATCH v3 0/4] PXA cpufreq conversion to clock API
Date 2016-11-02 22:50 +0100
Message-ID <szbzY-3hO-29@gated-at.bofh.it> (permalink)
References <syqUq-6Mj-11@gated-at.bofh.it> <syVES-1w3-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Viresh Kumar <viresh.kumar@linaro.org> writes:

> On 31-10-16, 20:54, Robert Jarzmik wrote:
>> Hi,
>> 
>> This serie is a preparation to shift the cpufreq of pxa2xx platforms to clocks
>> API, next iteration.
>> 
>> The first 3 patches are review and merge material :
>>  - patch 1/4 for Viresh and Rafael
>>  - patches 2/4 and 3/4 for me
>> 
>> The 4th on is for review but not merge, as the clock changes must be fully
>> reviewed and go in first as a prequisite
>> 
>> Since previous iteration, 2 and 3 were amended per Viresh's suggestion.
>> 
>> Robert Jarzmik (4):
>>   cpufreq: pxa: use generic platdev driver for device-tree
>>   ARM: dts: pxa: add pxa25x cpu operating points
>>   ARM: dts: pxa: add pxa27x cpu operating points
>>   cpufreq: pxa: convert to clock API
>> 
>>  arch/arm/boot/dts/pxa25x.dtsi        |  25 +++++
>>  arch/arm/boot/dts/pxa27x.dtsi        |  40 ++++++++
>>  drivers/cpufreq/cpufreq-dt-platdev.c |   2 +
>>  drivers/cpufreq/pxa2xx-cpufreq.c     | 191 +++++++----------------------------
>>  4 files changed, 106 insertions(+), 152 deletions(-)
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Ok, thanks Viresh.

Would you or Rafael take patch 1/4 "cpufreq: pxa: use generic platdev driver for
device-tree" through your tree please ?

I'll take patches 2 and 3 through my tree, and we'll wait for clock patches to
hit clock tree before I ask patch 4/4 to be applied.

Cheers.

-- 
Robert

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/4] PXA cpufreq conversion to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-31 21:00 +0100
  [PATCH v3 1/4] cpufreq: pxa: use generic platdev driver for device-tree Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-31 21:00 +0100
  [PATCH v3 4/4] cpufreq: pxa: convert to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-10-31 21:10 +0100
  Re: [PATCH v3 0/4] PXA cpufreq conversion to clock API Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-02 05:50 +0100
    Re: [PATCH v3 0/4] PXA cpufreq conversion to clock API Robert Jarzmik <robert.jarzmik@free.fr> - 2016-11-02 22:50 +0100
      Re: [PATCH v3 0/4] PXA cpufreq conversion to clock API Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-03 03:20 +0100

csiph-web