Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752126AbcKBEpJ (ORCPT ); Wed, 2 Nov 2016 00:45:09 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:36461 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750786AbcKBEpH (ORCPT ); Wed, 2 Nov 2016 00:45:07 -0400 Date: Wed, 2 Nov 2016 10:15:03 +0530 From: Viresh Kumar To: Robert Jarzmik Cc: Daniel Mack , Haojian Zhuang , Rob Herring , Mark Rutland , Rafael J Wysocki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v3 0/4] PXA cpufreq conversion to clock API Message-ID: <20161102044503.GC10786@vireshk-i7> References: <1477943696-23477-1-git-send-email-robert.jarzmik@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477943696-23477-1-git-send-email-robert.jarzmik@free.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 31 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