projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bf08d
)
ARM: OMAP: RX51: set MMC capabilities and power-saving flag
author
Adrian Hunter
<
[email protected]
>
Tue, 22 Sep 2009 23:45:05 +0000
(16:45 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 23 Sep 2009 14:39:36 +0000
(07:39 -0700)
Specify MMC capabilities and set the power-saving flag for RX51.
Signed-off-by: Adrian Hunter <
[email protected]
>
Acked-by: Matt Fleming <
[email protected]
>
Cc: Ian Molton <
[email protected]
>
Cc: "Roberto A. Foglietta" <
[email protected]
>
Cc: Jarkko Lavinen <
[email protected]
>
Cc: Denis Karpov <
[email protected]
>
Cc: Pierre Ossman <
[email protected]
>
Cc: Philip Langdale <
[email protected]
>
Cc: "Madhusudhan" <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/arm/mach-omap2/board-rx51-peripherals.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-rx51-peripherals.c
b/arch/arm/mach-omap2/board-rx51-peripherals.c
index e70baa79901860d7b61b3ebec4ad02bfee45fe77..e6e8290b7828613fd631abd6556f531f2c27852e 100644
(file)
--- a/
arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/
arch/arm/mach-omap2/board-rx51-peripherals.c
@@
-19,6
+19,7
@@
#include <linux/delay.h>
#include <linux/regulator/machine.h>
#include <linux/gpio.h>
+#include <linux/mmc/host.h>
#include <mach/mcspi.h>
#include <mach/mux.h>
@@
-102,6
+103,7
@@
static struct twl4030_hsmmc_info mmc[] = {
.cover_only = true,
.gpio_cd = 160,
.gpio_wp = -EINVAL,
+ .power_saving = true,
},
{
.name = "internal",
@@
-109,6
+111,8
@@
static struct twl4030_hsmmc_info mmc[] = {
.wires = 8,
.gpio_cd = -EINVAL,
.gpio_wp = -EINVAL,
+ .nonremovable = true,
+ .power_saving = true,
},
{} /* Terminator */
};