From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH/RESEND 05/12] msm: iommu: Convert to clk_prepare/unprepare Date: Thu, 20 Jun 2013 19:04:01 +0200 Message-ID: <20130620170401.GA11309@8bytes.org> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-6-git-send-email-sboyd@codeaurora.org> <20130620164051.GC6300@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from 8bytes.org ([85.214.48.195]:35527 "EHLO mail.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161086Ab3FTREF (ORCPT ); Thu, 20 Jun 2013 13:04:05 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.8bytes.org (Postfix) with SMTP id 9D94A12B0EE for ; Thu, 20 Jun 2013 19:04:02 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20130620164051.GC6300@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:40:51AM -0700, Stephen Boyd wrote: > Sending to correct Joerg address. > > On 06/17, Stephen Boyd wrote: > > Add calls to clk_prepare and unprepare so that MSM can migrate to > > the common clock framework. We never unprepare the clocks until > > driver remove because the clocks are enabled and disabled in irq > > context. Finer grained power management is possible in the future > > via runtime power management techniques. > > > > Cc: Joerg Roedel > > Signed-off-by: Stephen Boyd Acked-by: Joerg Roedel