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

2015-03-16 Thread Karol Wrona
On 03/12/2015 03:08 AM, Jaehoon Chung wrote: > Hi, Karol. > > Is there the benefit of power consumption? If there is, could you share the > result? At this stage all I want to achieve is not directly mmc power consumption drop but the ability to notify the pm about mmc host activity. The cpu sh

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

2015-03-11 Thread Jaehoon Chung
Hi, Karol. Is there the benefit of power consumption? If there is, could you share the result? On 03/09/2015 10:46 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 information. > The goal of the runtime pm in

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

2015-03-09 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