From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752294AbdLKIdh (ORCPT ); Mon, 11 Dec 2017 03:33:37 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:45269 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbdLKIdd (ORCPT ); Mon, 11 Dec 2017 03:33:33 -0500 X-Google-Smtp-Source: AGs4zMaqc29TFaQZDwqe0raLzInWdDq+FdMI7ScHJ7qr3srhugD5WCv1y5I0WLLlHsAHsh8j4CebxQ== Date: Mon, 11 Dec 2017 14:03:28 +0530 From: Viresh Kumar To: Sricharan R Cc: mturquette@baylibre.com, sboyd@codeaurora.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 12/12] cpufreq: dt: Reintroduce independent_clocks platform data Message-ID: <20171211083328.GE25177@vireshk-i7> References: <1512726150-7204-1-git-send-email-sricharan@codeaurora.org> <1512726150-7204-13-git-send-email-sricharan@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512726150-7204-13-git-send-email-sricharan@codeaurora.org> 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 On 08-12-17, 15:12, Sricharan R wrote: > The Platform data was removed earlier by, > 'commit eb96924acddc ("cpufreq: dt: Kill platform-data")' > since there were no users at that time. > Now this is required when the each of the cpu clocks > can be scaled independently, which is the case > for krait cores. So reintroduce it. > > Signed-off-by: Sricharan R > --- > drivers/cpufreq/cpufreq-dt.c | 7 ++++++- > drivers/cpufreq/cpufreq-dt.h | 6 ++++++ > 2 files changed, 12 insertions(+), 1 deletion(-) Nack. This information should come from the OPP layer (Hint: dev_pm_opp_of_get_sharing_cpus()). -- viresh