From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH V3 2/2] PM / OPP: Parse 'opp--' bindings Date: Thu, 10 Dec 2015 22:45:33 +0100 Message-ID: <4979368.7DaYzKUvM2@vostro.rjw.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: Received: from v094114.home.net.pl ([79.96.170.134]:55633 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750862AbbLJVPc (ORCPT ); Thu, 10 Dec 2015 16:15:32 -0500 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Lee Jones Cc: Viresh Kumar , Nishanth Menon , Len Brown , Linaro Kernel Mailman List , "linux-pm@vger.kernel.org" , Stephen Boyd , open list , Pavel Machek , Greg Kroah-Hartman , Viresh Kumar 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? Thanks, Rafael