From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Wed, 12 Oct 2016 08:06:01 +0530 From: Viresh Kumar To: Robert Jarzmik Cc: Michael Turquette , Stephen Boyd , "Rafael J. Wysocki" , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 6/6] cpufreq: pxa: convert to clock API Message-ID: <20161012023601.GC19385@vireshk-i7> References: <1476130149-31834-1-git-send-email-robert.jarzmik@free.fr> <1476130149-31834-7-git-send-email-robert.jarzmik@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1476130149-31834-7-git-send-email-robert.jarzmik@free.fr> List-ID: On 10-10-16, 22:09, Robert Jarzmik wrote: > 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 > --- > drivers/cpufreq/pxa2xx-cpufreq.c | 191 ++++++++------------------------------- > 1 file changed, 39 insertions(+), 152 deletions(-) As you mentioned in the previous patch, why can't you use cpufreq-dt driver now and delete this one ? -- viresh