From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753260AbbLKBly (ORCPT ); Thu, 10 Dec 2015 20:41:54 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:34823 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753072AbbLKBlu (ORCPT ); Thu, 10 Dec 2015 20:41:50 -0500 Date: Fri, 11 Dec 2015 07:11:46 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Lee Jones , Nishanth Menon , Len Brown , Linaro Kernel Mailman List , "linux-pm@vger.kernel.org" , Stephen Boyd , open list , Pavel Machek , Greg Kroah-Hartman , Viresh Kumar Subject: Re: [PATCH V3 2/2] PM / OPP: Parse 'opp--' bindings Message-ID: <20151211014146.GE3612@ubuntu> References: <4979368.7DaYzKUvM2@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4979368.7DaYzKUvM2@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10-12-15, 22:45, Rafael J. Wysocki wrote: > On Thursday, December 10, 2015 09:54:45 AM Lee Jones wrote: > > On 9 December 2015 at 02:31, Viresh Kumar wrote: > > > OPP bindings (for few properties) allow a platform to choose a > > > value/range among a set of available options. The options are present as > > > opp--, where the platform needs to supply the string. > > > > > > The OPP properties which allow such an option are: opp-microvolt and > > > opp-microamp. > > > > > > Add support to the OPP-core to parse these bindings, by introducing > > > dev_pm_opp_{set|put}_prop_name() APIs. > > > > > > Signed-off-by: Viresh Kumar > > > --- > > > drivers/base/power/opp/core.c | 165 ++++++++++++++++++++++++++++++++++++++---- > > > drivers/base/power/opp/opp.h | 2 + > > > include/linux/pm_opp.h | 9 +++ > > > 3 files changed, 161 insertions(+), 15 deletions(-) > > > > Tested-by: Lee Jones > > OK, so tentatively I can take these two. > > What exectly does depend on them and how that thing is intended to be handled? The other two patches from Lee, Perhaps he missed mentioning that in his cover-letter. [PICKME 0/2] cpufreq: New ST driver They must be rebased on my patches as they use the new APIs defined here. -- viresh