All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gérald Kerma" <geraker@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/3] Add SD/MMC Support to Sheevaplug
Date: Sun, 21 Nov 2010 12:05:49 +0100	[thread overview]
Message-ID: <4CE8FD0D.3020405@gmail.com> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A9290FAC@SC-VEXCH4.marvell.com>


    pre-requisite for SDIO driver support for Marvell SoCs (Kirkwood)
    Add SDIO legacy driver for Marvell SoCs (Kirkwood)
    Add MMC-SDIO support for Sheevaplug

Signed-off-by: G?rald Kerma <geraker@gmail.com>
---
TODO:
 * Rewrite the SDIO driver as generic MMC driver

v3:
 * GNU Software License compliance
 * Patch more readable

v2:
 * Code cleaning

v1:
 * Fix errors from SD/SDHC detect

G?rald KERMA (3):
  Kirkwood: pre-requisite for SDIO driver support
  mmc : Add SDIO driver for Marvell SoCs (Kirkwood)
  Sheevaplug: Add MMC/SDIO support

 arch/arm/include/asm/arch-kirkwood/kirkwood.h |    1 +
 drivers/mmc/Makefile                          |    1 +
 drivers/mmc/mv_sdio.c                         |  675
+++++++++++++++++++++++++
 drivers/mmc/mv_sdio.h                         |  310 ++++++++++++
 include/configs/mv-common.h                   |    9 +
 include/configs/sheevaplug.h                  |    2 +
 6 files changed, 1001 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mmc/mv_sdio.c
 create mode 100644 drivers/mmc/mv_sdio.h

-- 
G.K

  reply	other threads:[~2010-11-21 11:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-28 22:37 [U-Boot] [PATCH v1] add mv_sdio driver for sheevaplug Gérald Kerma
2010-11-18  1:00 ` Clint Adams
2010-11-18  3:32   ` Prafulla Wadaskar
2010-11-20 11:42   ` Gérald Kerma
2010-11-18  4:04 ` Prafulla Wadaskar
2010-11-19 16:10   ` [U-Boot] [PATCH v2 1/2] mmc : Add SDIO driver for Marvell SoCs (Kirkwood) Gérald Kerma
2010-11-20 21:33     ` Prafulla Wadaskar
2010-11-21 11:05       ` Gérald Kerma [this message]
2010-11-21 11:06         ` [U-Boot] [PATCH v3 1/3] Kirkwood: pre-requisite for SDIO driver support Gérald Kerma
2010-11-21 15:36           ` Prafulla Wadaskar
2010-11-21 11:07         ` [U-Boot] [PATCH v3 2/3] mmc : Add SDIO driver for Marvell SoCs (Kirkwood) Gérald Kerma
2010-11-21 15:31           ` Prafulla Wadaskar
2010-11-21 11:08         ` [U-Boot] [PATCH v3 3/3] Sheevaplug: Add MMC/SDIO support Gérald Kerma
2010-11-19 16:11   ` [U-Boot] [PATCH v2 2/2] " Gérald Kerma
2010-11-19 16:55     ` [U-Boot] [PATCH v2 1/1] Sheevaplug: Add mvsata support Gérald Kerma
2010-11-19 16:56       ` [U-Boot] [PATCH v2 1/1] Sheevaplug: Fix environments for booting retail system Gérald Kerma
2010-11-20 21:32         ` Prafulla Wadaskar
2010-11-20 21:33       ` [U-Boot] [PATCH v2 1/1] Sheevaplug: Add mvsata support Prafulla Wadaskar
2010-11-20 15:17     ` [U-Boot] [PATCH v2 2/2] Sheevaplug: Add MMC/SDIO support Ludovic Courtès
2010-11-20 21:42       ` Prafulla Wadaskar
2010-11-20 21:33     ` Prafulla Wadaskar

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=4CE8FD0D.3020405@gmail.com \
    --to=geraker@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 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.