From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karol Wrona Subject: Re: [PATCH v4 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc Date: Thu, 09 Apr 2015 10:31:01 +0200 Message-ID: <552638C5.5060404@samsung.com> References: <1426772661-25506-1-git-send-email-k.wrona@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.w1.samsung.com ([210.118.77.14]:64457 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753974AbbDIIbE (ORCPT ); Thu, 9 Apr 2015 04:31:04 -0400 In-reply-to: <1426772661-25506-1-git-send-email-k.wrona@samsung.com> Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Seungwon Jeon , Jaehoon Chung , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Ulf Hansson Cc: Bartlomiej Zolnierkiewicz , Kyungmin Park , Karol Wrona 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