linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] eMMC DDR support
@ 2011-05-13  5:47 Arindam Nath
  2011-05-13  5:47 ` [PATCH v2 1/4] sdhci add hooks for UHS setting by platform specific code Arindam Nath
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Arindam Nath @ 2011-05-13  5:47 UTC (permalink / raw)
  To: cjb; +Cc: linux-mmc, prakity, zhangfei.gao, Arindam Nath

V2
----
[PATCH 1/4]: Fixed tabbing for comment.
[PATCH 2/4]: Use switch-case instead of if-else.
[PATCH 3/4]: Use bool type for argument *cmd11* instead of int.

Philip Rakity (4):
  [PATCH 1/4]: sdhci add hooks for UHS setting by platform specific code
  [PATCH 2/4]: sdhci-pxa add platform specific code for UHS signaling
  [PATCH 3/4]: mmc eMMC signal voltage does not use CMD11
  [PATCH 4/4]: mmc add support for eMMC Dual Data Rate

 drivers/mmc/core/core.c      |   19 +++++--------------
 drivers/mmc/core/core.h      |    5 ++---
 drivers/mmc/core/mmc.c       |   35 ++++++++++++++++++++++++++++++-----
 drivers/mmc/core/sd.c        |    5 +++--
 drivers/mmc/host/sdhci-pxa.c |   41 +++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci.c     |   33 ++++++++++++++++++---------------
 drivers/mmc/host/sdhci.h     |    2 ++
 include/linux/mmc/host.h     |    1 +
 8 files changed, 102 insertions(+), 39 deletions(-)


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

end of thread, other threads:[~2011-05-13 13:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13  5:47 [PATCH v2 0/4] eMMC DDR support Arindam Nath
2011-05-13  5:47 ` [PATCH v2 1/4] sdhci add hooks for UHS setting by platform specific code Arindam Nath
2011-05-13  5:47 ` [PATCH v2 2/4] sdhci pxa add platform specific code for UHS signaling Arindam Nath
2011-05-13  5:47 ` [PATCH v2 3/4] mmc eMMC signal voltage does not use CMD11 Arindam Nath
2011-05-13  5:47 ` [PATCH v2 4/4] mmc add support for eMMC Dual Data Rate Arindam Nath
2011-05-13  6:05   ` Sachin Nikam
2011-05-13 13:32 ` [PATCH v2 0/4] eMMC DDR support Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).