From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752046AbbLJVPe (ORCPT ); Thu, 10 Dec 2015 16:15:34 -0500 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 From: "Rafael J. Wysocki" 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 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> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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