From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932803AbcBITGv (ORCPT ); Tue, 9 Feb 2016 14:06:51 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:55223 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751874AbcBITGu (ORCPT ); Tue, 9 Feb 2016 14:06:50 -0500 Date: Tue, 9 Feb 2016 11:06:48 -0800 From: Stephen Boyd To: Viresh Kumar Cc: Rafael Wysocki , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, nm@ti.com, Greg Kroah-Hartman , Len Brown , open list , Pavel Machek , Viresh Kumar Subject: Re: [PATCH V3 07/16] PM / OPP: Add dev_pm_opp_set_rate() Message-ID: <20160209190648.GB30978@codeaurora.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 02/09, Viresh Kumar wrote: > This adds a routine, dev_pm_opp_set_rate(), responsible for configuring > power-supply and clock source for an OPP. > > The OPP is found by matching against the target_freq passed to the > routine. This shall replace similar code present in most of the OPP > users and help simplify them a lot. > > Signed-off-by: Viresh Kumar > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project