Re: [RFC PATCH 1/1] mmc: dw_mmc: Add runtime pm to dw_mmc

2015-01-29 Thread Karol Wrona
On 01/22/2015 10:02 AM, Ulf Hansson wrote: > On 21 January 2015 at 17:43, Karol Wrona wrote: >> This patch adds runtime pm handling to dw_mmc and enables it for >> dw_mmc-exynos. >> It mainly uses mci_request/mci_request_end for mmc host state information. >> >> Signed-off-by: Karol Wrona >> ---

Re: [RFC PATCH 1/1] mmc: dw_mmc: Add runtime pm to dw_mmc

2015-01-22 Thread Ulf Hansson
On 21 January 2015 at 17:43, Karol Wrona wrote: > This patch adds runtime pm handling to dw_mmc and enables it for > dw_mmc-exynos. > It mainly uses mci_request/mci_request_end for mmc host state information. > > Signed-off-by: Karol Wrona > --- > drivers/mmc/host/dw_mmc-exynos.c | 69 >

[RFC PATCH 1/1] mmc: dw_mmc: Add runtime pm to dw_mmc

2015-01-21 Thread Karol Wrona
This patch adds runtime pm handling to dw_mmc and enables it for dw_mmc-exynos. It mainly uses mci_request/mci_request_end for mmc host state information. Signed-off-by: Karol Wrona --- drivers/mmc/host/dw_mmc-exynos.c | 69 -- drivers/mmc/host/dw_mmc.c