From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH v2] PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties Date: Fri, 18 Dec 2015 07:21:35 +0530 Message-ID: <20151218015135.GD28277@ubuntu> References: <1471955.ORlHo2b56O@amdc1976> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pf0-f174.google.com ([209.85.192.174]:35924 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964859AbbLRBvk (ORCPT ); Thu, 17 Dec 2015 20:51:40 -0500 Received: by mail-pf0-f174.google.com with SMTP id o64so40280853pfb.3 for ; Thu, 17 Dec 2015 17:51:40 -0800 (PST) Content-Disposition: inline In-Reply-To: <1471955.ORlHo2b56O@amdc1976> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Lee Jones , "Rafael J. Wysocki" , Stephen Boyd , nm@ti.com, linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Dmitry Torokhov , Greg Kroah-Hartman , Len Brown , open list , Pavel Machek , Shawn Guo , linux-samsung-soc@vger.kernel.org On 17-12-15, 19:04, Bartlomiej Zolnierkiewicz wrote: > Commit 01fb4d3c39d3 ("PM / OPP: Parse 'opp--' > bindings") broke support for parsing standard opp-microvolt and > opp-microamp properties. Fix it by setting 'name' string to > proper value for !prop cases. > > Cc: Viresh Kumar > Cc: Lee Jones > Cc: Rafael J. Wysocki > Fixes: 01fb4d3c39d3 ("PM / OPP: Parse 'opp-- 'bindings") > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > v2: > - rework the changes as requested by Viresh Acked-by: Viresh Kumar -- viresh