Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932573AbbDIIbI (ORCPT ); Thu, 9 Apr 2015 04:31:08 -0400 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 X-AuditID: cbfec7f5-b7f1e6d00000617c-e8-552638199642 Message-id: <552638C5.5060404@samsung.com> Date: Thu, 09 Apr 2015 10:31:01 +0200 From: Karol Wrona User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-version: 1.0 To: Seungwon Jeon , Jaehoon Chung , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Ulf Hansson Cc: Bartlomiej Zolnierkiewicz , Kyungmin Park , Karol Wrona Subject: Re: [PATCH v4 0/1] mmc: dw_mmc: Add runtime pm to dw_mmc References: <1426772661-25506-1-git-send-email-k.wrona@samsung.com> In-reply-to: <1426772661-25506-1-git-send-email-k.wrona@samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrFLMWRmVeSWpSXmKPExsVy+t/xa7qSFmqhBqcuCFlsnLGe1eLGrzZW i7NNb9gtLu+aw2Zx5H8/o8WH+xeZLY6vDbfYs24LkwOHx85Zd9k97lzbw+bRt2UVo8fnTXIB LFFcNimpOZllqUX6dglcGf+2SRd8Zau4//cTcwPjCtYuRk4OCQETiVnfnjJD2GISF+6tZ+ti 5OIQEljKKHFuVy8rhPOJUaK9by9jFyMHB6+AlsTHpS4gDSwCqhK7Os+wgdhsAuoSzTsWM4OU iApESNy+zAkS5hUQlPgx+R4LyBgRgc2MEh8PrmIHcZgF2hkl7m86zw5SJSzgKDHlciMLiC0k 4Czxe/U8sOs4BVwknjQeYQIZyiygJ3H/ohZImFlAXmLzmrfMExgFZiHZMQuhahaSqgWMzKsY RVNLkwuKk9JzjfSKE3OLS/PS9ZLzczcxQsL76w7GpcesDjEKcDAq8fD+YFELFWJNLCuuzD3E KMHBrCTCG20OFOJNSaysSi3Kjy8qzUktPsTIxMEp1cCo7TFJ62AWp24u92n59EMzFRes+bI5 ZEEG8/nN4Xel36wKTvj9n0Vg/48pXCbLzzDYP7wdvVDaUDjKQ2bPMsfm5s1OkkfuPHeSW3x9 orDAiRrZ52dnTPWXOzvPSXLV6qPWR9rmTOk7l2N9dWFR0mHzg7OD63MZbaR7vhgx/V2zZ9O5 w2Gefo+0lViKMxINtZiLihMBm6ZLRU0CAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1096 Lines: 39 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/