2015-04-09 08:31:08

by Karol Wrona

[permalink] [raw]
Subject: Re: [PATCH v4 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc

On 03/19/2015 02:44 PM, Karol Wrona wrote:
> Hello,
>
> This patch adds runtime pm for dw_mmc. There is no runtime pm callbacks for
> exynos dw_mmc because the host hardware gates interface clock itself and it is
> done separately. The reason for runtime is mainly get an info about host state
> for now.
>
>>From v1:
> - move all pm_runtime functions to dw_mmc.c
> - change runtime autosuspend timeout
>
>>From v2:
> - rebase on next-20150306
>
>>From v3:
> - add wrappers for pm_runtime put and get - bare ones are used only in
> probe/remove
>
> Thanks,
> Karol
>
> Karol Wrona (1):
> mmc: dw_mmc: Add runtime pm to dw_mmc
>
> drivers/mmc/host/dw_mmc.c | 117 +++++++++++++++++++++++++++++++++++++++++----
> drivers/mmc/host/dw_mmc.h | 2 +
> 2 files changed, 110 insertions(+), 9 deletions(-)
>

Gentle Ping.

Regards,
Karol