Re: [PATCH 02/11] mmc: omap: add clk_prepare and clk_unprepare
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-06-22 18:34:07
Also in:
linux-arm-kernel, linux-mmc
From: Paul Walmsley <paul@pwsan.com>
Date: 2012-06-22 18:34:07
Also in:
linux-arm-kernel, linux-mmc
On Fri, 22 Jun 2012, S, Venkatraman wrote:
On Fri, Jun 22, 2012 at 7:18 PM, Rajendra Nayak [off-list ref] wrote:quoted
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 <redacted> Cc: Chris Ball <redacted> Cc: Balaji T K <redacted> Cc: <redacted>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