All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add support for the MMC device to the vexpress
@ 2011-02-25  2:35 matt.waddel at linaro.org
  2011-02-25  2:35 ` [U-Boot] [PATCH 1/3] MMC: Max blocks value adjustable matt.waddel at linaro.org
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: matt.waddel at linaro.org @ 2011-02-25  2:35 UTC (permalink / raw)
  To: u-boot

From: Matt Waddel <matt.waddel@linaro.org>

These patches add support for the ARM PrimeCell PL180 MultiMedia Interface.
The Versatile Express was the test platform for these changes.

Matt Waddel (3):
  MMC: Max blocks value adjustable
  MMC: Add support for PL180 ARM mmc device
  ARMV7: Vexpress: Add MMC support

 board/armltd/vexpress/ca9x4_ct_vxp.c |    9 +
 drivers/mmc/Makefile                 |    1 +
 drivers/mmc/mmc.c                    |   19 +-
 drivers/mmc/mmci.c                   |  452 ++++++++++++++++++++++++++++++++++
 drivers/mmc/mmci.h                   |  181 ++++++++++++++
 include/configs/ca9x4_ct_vxp.h       |    4 +
 6 files changed, 656 insertions(+), 10 deletions(-)
 create mode 100644 drivers/mmc/mmci.c
 create mode 100644 drivers/mmc/mmci.h

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

end of thread, other threads:[~2011-04-28 19:49 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25  2:35 [U-Boot] [PATCH 0/3] Add support for the MMC device to the vexpress matt.waddel at linaro.org
2011-02-25  2:35 ` [U-Boot] [PATCH 1/3] MMC: Max blocks value adjustable matt.waddel at linaro.org
2011-02-25  2:35 ` [U-Boot] [PATCH 2/3] MMC: Add support for PL180 ARM mmc device matt.waddel at linaro.org
2011-02-25  2:35 ` [U-Boot] [PATCH 3/3] ARMV7: Vexpress: Add MMC support matt.waddel at linaro.org
2011-02-25  3:02 ` [U-Boot] [PATCH 0/3] Add support for the MMC device to the vexpress Reinhard Meyer
2011-02-28 20:55   ` John Rigby
2011-03-01  0:05 ` [U-Boot] [PATCH V2 " matt.waddel at linaro.org
2011-03-01  5:58   ` Reinhard Meyer
2011-03-01 17:08     ` Matt Waddel
2011-03-01 20:28       ` Reinhard Meyer
2011-03-01  0:05 ` [U-Boot] [PATCH V2 2/3] MMC: Add support for PL180 ARM mmc device matt.waddel at linaro.org
2011-03-01  0:05 ` [U-Boot] [PATCH V2 3/3] ARMV7: Vexpress: Add MMC support matt.waddel at linaro.org
2011-03-03  5:22 ` [U-Boot] [PATCH V3 0/3] Add support for the MMC device to the vexpress matt.waddel at linaro.org
2011-03-03  5:22 ` [U-Boot] [PATCH v3 2/3] MMC: Add support for PL180 ARM mmc device matt.waddel at linaro.org
2011-04-13 11:04   ` Andy Fleming
2011-03-03  5:22 ` [U-Boot] [PATCH v3 3/3] ARMV7: Vexpress: Add MMC support matt.waddel at linaro.org
2011-04-13 11:09   ` Andy Fleming
2011-04-16 21:53     ` Matt Waddel
2011-04-28 18:46       ` John Rigby
2011-04-28 18:57         ` Andy Fleming
2011-04-28 19:49           ` John Rigby
2011-04-16 21:54   ` [U-Boot] [PATCH V4 0/3] Add support for the MMC device to the vexpress matt.waddel at linaro.org
2011-04-16 21:54     ` [U-Boot] [PATCH V4 1/3] MMC: Max blocks value adjustable matt.waddel at linaro.org
2011-04-16 21:54     ` [U-Boot] [PATCH V4 2/3] MMC: Add support for PL180 ARM mmc device matt.waddel at linaro.org
2011-04-16 21:54     ` [U-Boot] [PATCH V4 3/3] ARMV7: Vexpress: Add MMC support matt.waddel at linaro.org

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.