public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mmc: add eMMC hardware reset support
@ 2011-08-29 13:42 Adrian Hunter
  2011-08-29 13:42 ` [PATCH 1/5] " Adrian Hunter
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Adrian Hunter @ 2011-08-29 13:42 UTC (permalink / raw)
  To: Chris Ball; +Cc: linux-mmc, Adrian Hunter

Hi

Here are some patches to add eMMC hardware reset support.

Adrian Hunter (5):
      mmc: add eMMC hardware reset support
      mmc: sdhci: add eMMC hardware reset support
      mmc: sdhci-pci: add eMMC hardware reset support
      mmc: mmc-test: add eMMC hardware reset test
      mmc: block: add eMMC hardware reset support

 drivers/mmc/card/block.c     |  201 +++++++++++++++++++++++++++++------------
 drivers/mmc/card/mmc_test.c  |   30 ++++++
 drivers/mmc/core/core.c      |   99 ++++++++++++++++++++-
 drivers/mmc/core/mmc.c       |    4 +-
 drivers/mmc/host/sdhci-pci.c |   72 +++++++++++++++
 drivers/mmc/host/sdhci.c     |    9 ++
 drivers/mmc/host/sdhci.h     |    2 +-
 include/linux/mmc/card.h     |    1 +
 include/linux/mmc/core.h     |    3 +
 include/linux/mmc/host.h     |    2 +
 include/linux/mmc/mmc.h      |    4 +
 11 files changed, 364 insertions(+), 63 deletions(-)

Regards
Adrian Hunter

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

end of thread, other threads:[~2011-09-21 19:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 13:42 [PATCH 0/5] mmc: add eMMC hardware reset support Adrian Hunter
2011-08-29 13:42 ` [PATCH 1/5] " Adrian Hunter
2011-09-21 19:16   ` Chris Ball
2011-08-29 13:42 ` [PATCH 2/5] mmc: sdhci: " Adrian Hunter
2011-08-29 13:42 ` [PATCH 3/5] mmc: sdhci-pci: " Adrian Hunter
2011-08-29 13:42 ` [PATCH 4/5] mmc: mmc-test: add eMMC hardware reset test Adrian Hunter
2011-08-29 13:42 ` [PATCH 5/5] mmc: block: add eMMC hardware reset support Adrian Hunter
2011-09-21 18:37 ` [PATCH 0/5] mmc: " Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox