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

2016-11-13 Thread Rafael J. Wysocki
On Thursday, November 03, 2016 07:46:24 AM Viresh Kumar wrote:
> On 02-11-16, 22:49, Robert Jarzmik wrote:
> > Would you or Rafael take patch 1/4 "cpufreq: pxa: use generic platdev 
> > driver for
> > device-tree" through your tree please ?
> 
> Rafael is the one who applies the patches.

The [1/4] has been applied.

Thanks,
Rafael



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

2016-11-13 Thread Rafael J. Wysocki
On Thursday, November 03, 2016 07:46:24 AM Viresh Kumar wrote:
> On 02-11-16, 22:49, Robert Jarzmik wrote:
> > Would you or Rafael take patch 1/4 "cpufreq: pxa: use generic platdev 
> > driver for
> > device-tree" through your tree please ?
> 
> Rafael is the one who applies the patches.

The [1/4] has been applied.

Thanks,
Rafael



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

2016-11-02 Thread Viresh Kumar
On 02-11-16, 22:49, Robert Jarzmik wrote:
> Would you or Rafael take patch 1/4 "cpufreq: pxa: use generic platdev driver 
> for
> device-tree" through your tree please ?

Rafael is the one who applies the patches.

-- 
viresh


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

2016-11-02 Thread Viresh Kumar
On 02-11-16, 22:49, Robert Jarzmik wrote:
> Would you or Rafael take patch 1/4 "cpufreq: pxa: use generic platdev driver 
> for
> device-tree" through your tree please ?

Rafael is the one who applies the patches.

-- 
viresh


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

2016-11-02 Thread Robert Jarzmik
Viresh Kumar  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 
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


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

2016-11-02 Thread Robert Jarzmik
Viresh Kumar  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 
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


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

2016-11-01 Thread Viresh Kumar
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


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

2016-11-01 Thread Viresh Kumar
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


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

2016-10-31 Thread Robert Jarzmik
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(-)

-- 
2.1.4



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

2016-10-31 Thread Robert Jarzmik
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(-)

-- 
2.1.4