From mboxrd@z Thu Jan 1 00:00:00 1970 From: Girish K S Subject: [PATCH v3 0/2] mmc: core: Add Poweroff Notify handling eMMC 4.5 Date: Thu, 8 Sep 2011 09:58:35 +0530 Message-ID: <1315456117-26730-1-git-send-email-girish.shivananjappa@linaro.org> Return-path: Sender: linux-samsung-soc-owner@vger.kernel.org To: linux-mmc@vger.kernel.org Cc: cjb@laptop.org, kgene.kim@samsung.com, patches@linaro.org, linux-samsung-soc@vger.kernel.org, Girish K S List-Id: linux-mmc@vger.kernel.org This patch series adds the power off notification handling during suspend and system poweroff. For suspend mode short timeout is used, whereas for the normal poweroff long timeout is used. Includes the updates suggested for V2 patches. Girish K S (2): mmc: core: Add power off notify feature(eMMC 4.5) mmc: core: Add Poweroff Notify handling drivers/mmc/core/core.c | 33 +++++++++++++++++++++++++++++++++ drivers/mmc/core/mmc.c | 21 +++++++++++++++++++-- drivers/mmc/host/sdhci.c | 10 ++++++++++ include/linux/mmc/card.h | 20 ++++++++++++++++++++ include/linux/mmc/host.h | 5 +++++ include/linux/mmc/mmc.h | 7 +++++++ 6 files changed, 94 insertions(+), 2 deletions(-)