Hi Jon,

On Wed, Jun 13, 2012 at 00:49:22, Hunter, Jon wrote:
> On 06/11/2012 09:26 AM, Afzal Mohammed wrote:

> >     clk_enable(gpmc_l3_clk);
> 
> We should be able to get rid of the clk_enable() here and use ...
> 
>       pm_runtime_enable(&pdev->dev);
>       pm_runtime_get(&pdev->dev);
> 
> The clk_disable should also be replaced with a pm_runtime_put(). You
> will also need to include pm_runtime.h.

Once driver conversion is in, it would be made rpm capable.

Regards
Afzal
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to