From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754177AbeAKIKr (ORCPT + 1 other); Thu, 11 Jan 2018 03:10:47 -0500 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:19431 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753715AbeAKIKp (ORCPT ); Thu, 11 Jan 2018 03:10:45 -0500 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Thu, 11 Jan 2018 09:10:44 +0100 X-ME-IP: 86.201.132.185 From: Robert Jarzmik To: Rafael J Wysocki , Viresh Kumar Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 RESEND] cpufreq: pxa: convert to clock API References: <20171014215102.10424-1-robert.jarzmik@free.fr> X-URL: http://belgarath.falguerolles.org/ Date: Thu, 11 Jan 2018 09:10:34 +0100 In-Reply-To: <20171014215102.10424-1-robert.jarzmik@free.fr> (Robert Jarzmik's message of "Sat, 14 Oct 2017 23:51:02 +0200") Message-ID: <87mv1kbyth.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Robert Jarzmik writes: > 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 > Acked-by: Viresh Kumar > --- > This is a resend of a formerly acked patch as all dependencies have > hit upstream, see : > https://www.spinics.net/lists/arm-kernel/msg540181.html > --- > drivers/cpufreq/pxa2xx-cpufreq.c | 191 ++++++++------------------------------- > 1 file changed, 39 insertions(+), 152 deletions(-) Hi Rafael, Would you consider taking this patch in ? It was submitted and acked a long ago, and as the above mail says, the dependencies have hit mainline for quite some time now. Cheers. -- Robert