From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932236AbeAKIfY (ORCPT + 1 other); Thu, 11 Jan 2018 03:35:24 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:39785 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753843AbeAKIfX (ORCPT ); Thu, 11 Jan 2018 03:35:23 -0500 X-Google-Smtp-Source: ACJfBouVAzwv2ezTl79MAAI3q7UWIHqJbtA8OqC7uW5LQq+q6vpP54FjwhCw0lA8qHltAYeoTcVFbA== Date: Thu, 11 Jan 2018 14:05:19 +0530 From: Viresh Kumar To: Robert Jarzmik Cc: Rafael J Wysocki , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 RESEND] cpufreq: pxa: convert to clock API Message-ID: <20180111083519.GG3626@vireshk-i7> References: <20171014215102.10424-1-robert.jarzmik@free.fr> <87mv1kbyth.fsf@belgarion.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mv1kbyth.fsf@belgarion.home> 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 Return-Path: On 11-01-18, 09:10, Robert Jarzmik wrote: > 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. Check linux-next. d9278077385f cpufreq: pxa: convert to clock API -- viresh