From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH/RESEND 06/12] msm: iommu: Use clk_set_rate() instead of clk_set_min_rate() Date: Thu, 20 Jun 2013 19:04:38 +0200 Message-ID: <20130620170437.GB11309@8bytes.org> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-7-git-send-email-sboyd@codeaurora.org> <20130620164142.GD6300@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from 8bytes.org ([85.214.48.195]:35542 "EHLO mail.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965643Ab3FTREk (ORCPT ); Thu, 20 Jun 2013 13:04:40 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.8bytes.org (Postfix) with SMTP id 5B28D12AF0B for ; Thu, 20 Jun 2013 19:04:39 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20130620164142.GD6300@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , Daniel Walker , Bryan Huntsman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Thu, Jun 20, 2013 at 09:41:42AM -0700, Stephen Boyd wrote: > Sending to correct Joerg address. > > On 06/17, Stephen Boyd wrote: > > Calling clk_set_min_rate() is no better than just calling > > clk_set_rate() because MSM clock code already takes care of > > calling the min_rate ops if the clock really needs > > clk_set_min_rate() called on it. > > > > Cc: Joerg Roedel > > Signed-off-by: Stephen Boyd Acked-by: Joerg Roedel