All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mmc: core: Add Poweroff Notify handling eMMC 4.5
@ 2011-09-08  4:28 Girish K S
  2011-09-08  4:28 ` [PATCH v3 1/2] mmc: core: Add power off notify feature(eMMC 4.5) Girish K S
  2011-09-08  4:28 ` [PATCH v3 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5 Girish K S
  0 siblings, 2 replies; 5+ messages in thread
From: Girish K S @ 2011-09-08  4:28 UTC (permalink / raw)
  To: linux-mmc; +Cc: cjb, kgene.kim, patches, linux-samsung-soc, Girish K S

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-08 10:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-08  4:28 [PATCH v3 0/2] mmc: core: Add Poweroff Notify handling eMMC 4.5 Girish K S
2011-09-08  4:28 ` [PATCH v3 1/2] mmc: core: Add power off notify feature(eMMC 4.5) Girish K S
2011-09-08  4:28 ` [PATCH v3 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5 Girish K S
2011-09-08  6:14   ` Seungwon Jeon
2011-09-08 10:25     ` Girish K S

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.