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

2015-03-09 Thread Karol Wrona
On 03/09/2015 06:23 AM, Jaehoon Chung wrote: > Hi, Karol. > > This patch can't apply. You need to rebase on latest mmc-next. > Then i will check this patch. Ok, no problem. Sorry for that. > > Best Regards, > Jaehoon Chung > > On 03/06/2015 10:29 PM, Karol Wrona wrote: >> This patch adds runtim

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

2015-03-08 Thread Jaehoon Chung
Hi, Karol. This patch can't apply. You need to rebase on latest mmc-next. Then i will check this patch. Best Regards, Jaehoon Chung On 03/06/2015 10:29 PM, Karol Wrona wrote: > This patch adds runtime pm handling to dw_mmc. > It mainly uses mci_request/mci_request_end for mmc host state informat

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

2015-03-06 Thread Karol Wrona
This patch adds runtime pm handling to dw_mmc. It mainly uses mci_request/mci_request_end for mmc host state information. The goal of the runtime pm in dw_mmc host is mainly for giving an information for containing it power domain about its activity. Signed-off-by: Karol Wrona Acked-by: Kyungmin