From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757555AbbKSDCQ (ORCPT ); Wed, 18 Nov 2015 22:02:16 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36853 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754827AbbKSDCO (ORCPT ); Wed, 18 Nov 2015 22:02:14 -0500 Date: Thu, 19 Nov 2015 08:32:09 +0530 From: Viresh Kumar To: Stephen Boyd Cc: Rafael Wysocki , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, robh+dt@kernel.org, nm@ti.com, Bartlomiej Zolnierkiewicz , Dmitry Torokhov , Greg Kroah-Hartman , Len Brown , open list , Pavel Machek , Shawn Guo Subject: Re: [PATCH 2/3] PM / OPP: Parse 'opp-supported-hw' binding Message-ID: <20151119030209.GN7336@ubuntu> References: <6d603a73028b40493b280ba7ac9c3fcb51bb2362.1447669859.git.viresh.kumar@linaro.org> <20151118225358.GJ32672@codeaurora.org> <20151119020023.GL7336@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151119020023.GL7336@ubuntu> 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 19-11-15, 07:30, Viresh Kumar wrote: > -------------------------8<------------------------- > > From: Viresh Kumar > Date: Tue, 15 Sep 2015 12:53:00 +0530 > Subject: [PATCH] PM / OPP: Parse 'opp-supported-hw' binding > > OPP bindings allow a platform to enable OPPs based on the version of the > hardware they are used for. > > Add support to the OPP-core to parse these bindings, by introducing > dev_pm_opp_{set|put}_supported_hw() APIs. Please ignore this, more corrections required based on 3/3. Will resend it shortly. -- viresh