linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arindam Nath <arindam.nath@amd.com>
To: cjb@laptop.org
Cc: linux-mmc@vger.kernel.org, prakity@marvell.com,
	zhangfei.gao@gmail.com, Arindam Nath <arindam.nath@amd.com>
Subject: [PATCH v2 0/4] eMMC DDR support
Date: Fri, 13 May 2011 11:17:14 +0530	[thread overview]
Message-ID: <1305265638-1572-1-git-send-email-arindam.nath@amd.com> (raw)

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


             reply	other threads:[~2011-05-13  5:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13  5:47 Arindam Nath [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1305265638-1572-1-git-send-email-arindam.nath@amd.com \
    --to=arindam.nath@amd.com \
    --cc=cjb@laptop.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=prakity@marvell.com \
    --cc=zhangfei.gao@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).