[PATCH 0/3] OMAP: HSMMC: cleanup and runtime pm

2011-06-22 Thread Balaji T K
Removing the custom state machine - lazy disable framework in omap_hsmmc to make way for runtime pm to handle host controller power states. This allows mmc_host_enable/mmc_host_disable to be replaced by runtime get_sync and put_sync at host controller driver. Enable runtime PM in omap_hsmmc

Re: [PATCH 0/3] OMAP: HSMMC: cleanup and runtime pm

2011-06-22 Thread Cousson, Benoit
Hi Balaji, On 6/22/2011 4:18 PM, Krishnamoorthy, Balaji T wrote: Removing the custom state machine - lazy disable framework in omap_hsmmc to make way for runtime pm to handle host controller power states. This allows mmc_host_enable/mmc_host_disable to be replaced by runtime get_sync and