Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S946206AbcJaTzY (ORCPT ); Mon, 31 Oct 2016 15:55:24 -0400 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:50903 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S946169AbcJaTzS (ORCPT ); Mon, 31 Oct 2016 15:55:18 -0400 X-ME-Helo: belgarion.home X-ME-Date: Mon, 31 Oct 2016 20:55:15 +0100 X-ME-IP: 90.38.45.229 From: Robert Jarzmik To: Daniel Mack , Haojian Zhuang , Robert Jarzmik , Rob Herring , Mark Rutland , Rafael J Wysocki , Viresh Kumar Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH v3 0/4] PXA cpufreq conversion to clock API Date: Mon, 31 Oct 2016 20:54:52 +0100 Message-Id: <1477943696-23477-1-git-send-email-robert.jarzmik@free.fr> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 28 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