All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] add support for the Marvell Dove SDHCI controller
@ 2010-10-28 19:23 ` Mike Rapoport
  0 siblings, 0 replies; 20+ messages in thread
From: Mike Rapoport @ 2010-10-28 19:23 UTC (permalink / raw)
  To: linux-mmc; +Cc: Chris Ball, Saeed Bishara, linux-arm-kernel, Mike Rapoport

These patches add support for the Marvell Dove SDHCI controller.

v4 changes:
* fix spelling in the commit message

v3 changes:
* finally remove unneeded includes from the driver

v2 changes:
* rename drivers/mmc/host/sdhci-mv.c to drivers/mmc/host/sdhci-dove.c and
update Kconfig and Makefile respectively
* add dependancy on ARCH_DOVE
* remove unneeded includes from the driver


Mike Rapoport (2):
  MMC: add support for the Marvell Dove SDHCI controller
  [ARM] Dove: rename SDHCI devices to "sdhci-dove"

 arch/arm/mach-dove/common.c    |    4 +-
 drivers/mmc/host/Kconfig       |   13 +++++++
 drivers/mmc/host/Makefile      |    1 +
 drivers/mmc/host/sdhci-dove.c  |   70 ++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pltfm.c |    3 ++
 drivers/mmc/host/sdhci-pltfm.h |    1 +
 6 files changed, 90 insertions(+), 2 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-dove.c

-- 
1.7.3.1


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

end of thread, other threads:[~2010-11-22 19:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 19:23 [PATCH v4 0/2] add support for the Marvell Dove SDHCI controller Mike Rapoport
2010-10-28 19:23 ` Mike Rapoport
2010-10-28 19:23 ` [PATCH v4 1/2] MMC: " Mike Rapoport
2010-10-28 19:23   ` Mike Rapoport
2010-11-22  7:42   ` saeed bishara
2010-11-22  7:42     ` saeed bishara
2010-11-22 10:10     ` Ohad Ben-Cohen
2010-11-22 10:10       ` Ohad Ben-Cohen
2010-11-22 12:19       ` saeed bishara
2010-11-22 12:19         ` saeed bishara
2010-11-22 19:50         ` Chris Ball
2010-11-22 19:50           ` Chris Ball
2010-10-28 19:23 ` [PATCH v4 2/2] [ARM] Dove: rename SDHCI devices to "sdhci-dove" Mike Rapoport
2010-10-28 19:23   ` Mike Rapoport
2010-11-22  7:42   ` saeed bishara
2010-11-22  7:42     ` saeed bishara
2010-10-28 23:20 ` [PATCH v4 0/2] add support for the Marvell Dove SDHCI controller Wolfram Sang
2010-10-28 23:20   ` Wolfram Sang
2010-11-07 22:41 ` Chris Ball
2010-11-07 22:41   ` Chris Ball

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.