From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Subject: Re: [PATCH 02/11] mmc: omap: add clk_prepare and clk_unprepare Date: Fri, 22 Jun 2012 12:34:07 -0600 (MDT) Message-ID: References: <1340372890-10091-1-git-send-email-rnayak@ti.com> <1340372890-10091-3-git-send-email-rnayak@ti.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from utopia.booyaka.com ([72.9.107.138]:44708 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754992Ab2FVSeI (ORCPT ); Fri, 22 Jun 2012 14:34:08 -0400 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: "S, Venkatraman" Cc: Rajendra Nayak , mturquette@ti.com, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chris Ball , Balaji T K , linux-mmc@vger.kernel.org On Fri, 22 Jun 2012, S, Venkatraman wrote: > On Fri, Jun 22, 2012 at 7:18 PM, Rajendra Nayak wrote: > > In preparation of OMAP moving to Common Clk Framework(CCF) add clk_prepare() > > and clk_unprepare() for the mmc and hsmmc clocks as part of the drivers > > probe() and remove() routines. > > > > Signed-off-by: Rajendra Nayak > > Cc: Chris Ball > > Cc: Balaji T K > > Cc: > > Rajendra, > Can this be applied independently, or does this patch have a > dependency on other patches in the series ? A better way to handle this one would be to convert the driver to runtime PM. That needs to be done anyway. - Paul From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Fri, 22 Jun 2012 12:34:07 -0600 (MDT) Subject: [PATCH 02/11] mmc: omap: add clk_prepare and clk_unprepare In-Reply-To: References: <1340372890-10091-1-git-send-email-rnayak@ti.com> <1340372890-10091-3-git-send-email-rnayak@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 22 Jun 2012, S, Venkatraman wrote: > On Fri, Jun 22, 2012 at 7:18 PM, Rajendra Nayak wrote: > > In preparation of OMAP moving to Common Clk Framework(CCF) add clk_prepare() > > and clk_unprepare() for the mmc and hsmmc clocks as part of the drivers > > probe() and remove() routines. > > > > Signed-off-by: Rajendra Nayak > > Cc: Chris Ball > > Cc: Balaji T K > > Cc: > > Rajendra, > Can this be applied independently, or does this patch have a > dependency on other patches in the series ? A better way to handle this one would be to convert the driver to runtime PM. That needs to be done anyway. - Paul