[PATCH v4 0/2] add support for the Marvell Dove SDHCI controller
Mike Rapoport
mike at compulab.co.il
Thu Oct 28 15:23:51 EDT 2010
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
More information about the linux-arm-kernel
mailing list