projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985b1aa
)
ARM: dove: Switch SDHCI devices over to "sdhci-dove" driver
author
Mike Rapoport
<mike@compulab.co.il>
Thu, 28 Oct 2010 19:23:53 +0000
(21:23 +0200)
committer
Chris Ball
<cjb@laptop.org>
Sun, 9 Jan 2011 02:48:55 +0000
(21:48 -0500)
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
CC: Saeed Bishara <saeed@marvell.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
arch/arm/mach-dove/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-dove/common.c
b/arch/arm/mach-dove/common.c
index f7a12586a1f5eaf9c1b0316b6efc2b914a63fa30..fe627aba6da7e5ffc90b98122b4ef53e540d1220 100644
(file)
--- a/
arch/arm/mach-dove/common.c
+++ b/
arch/arm/mach-dove/common.c
@@
-770,7
+770,7
@@
static struct resource dove_sdio0_resources[] = {
};
static struct platform_device dove_sdio0 = {
- .name = "sdhci-
mv
",
+ .name = "sdhci-
dove
",
.id = 0,
.dev = {
.dma_mask = &sdio_dmamask,
@@
-798,7
+798,7
@@
static struct resource dove_sdio1_resources[] = {
};
static struct platform_device dove_sdio1 = {
- .name = "sdhci-
mv
",
+ .name = "sdhci-
dove
",
.id = 1,
.dev = {
.dma_mask = &sdio_dmamask,