public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Marvell SDIO/MMC driver for Sheevaplug
@ 2012-09-21 10:15 DrEagle
  2012-09-22  7:15 ` [U-Boot] [PATCH v2 0/5] " DrEagle
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: DrEagle @ 2012-09-21 10:15 UTC (permalink / raw)
  To: u-boot


This serie of patch add SDIO/MMC support to Sheevaplug board

drEagle (4):
  Add Marvell SDIO/MMC driver for Kirkwood SoC
  Add SDIO/MMC support for kirkwood SoC
  Add SDIO/MMC support for Sheevaplug board
  Fix env address for Sheevaplug board

 arch/arm/include/asm/arch-kirkwood/kirkwood.h |    1 +
 board/Marvell/sheevaplug/sheevaplug.c         |   11 +
 drivers/mmc/Makefile                          |    1 +
 drivers/mmc/mrvl_mmc.c                        |  277 +++++++++++++++++++++++++
 include/configs/sheevaplug.h                  |   17 +-
 include/mrvl_mmc.h                            |  191 +++++++++++++++++
 6 files changed, 495 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/mrvl_mmc.c
 create mode 100644 include/mrvl_mmc.h

-- 
1.7.10.4

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

end of thread, other threads:[~2012-09-26  7:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 10:15 [U-Boot] [PATCH 0/4] Marvell SDIO/MMC driver for Sheevaplug DrEagle
2012-09-22  7:15 ` [U-Boot] [PATCH v2 0/5] " DrEagle
2012-09-22  7:34   ` DrEagle
2012-09-24  8:50     ` Prafulla Wadaskar
2012-09-24  7:36   ` Prafulla Wadaskar
2012-09-24  8:48   ` Prafulla Wadaskar
2012-09-22  7:15 ` [U-Boot] [PATCH v2 1/5] Add Marvell SDIO/MMC driver for Kirkwood SoC DrEagle
2012-09-24  8:42   ` Prafulla Wadaskar
2012-09-22  7:16 ` [U-Boot] [PATCH v2 2/5] Add SDIO/MMC support for kirkwood SoC DrEagle
2012-09-24  8:44   ` Prafulla Wadaskar
2012-09-22  7:17 ` [U-Boot] [PATCH v2 3/5] Add SDIO/MMC support for Sheevaplug board DrEagle
2012-09-24  8:46   ` Prafulla Wadaskar
2012-09-22  7:18 ` [U-Boot] [PATCH v2 4/5] Fix env address " DrEagle
2012-09-24  8:46   ` Prafulla Wadaskar
2012-09-26  5:35     ` DrEagle
2012-09-26  7:33       ` Prafulla Wadaskar
2012-09-22  7:18 ` [U-Boot] [PATCH v2 5/5] Fix timeout in Marvell SDIO MMC driver DrEagle
2012-09-24  8:44   ` Prafulla Wadaskar

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