The patch titled ARM: OMAP: RX51: set MMC capabilities and power-saving flag has been removed from the -mm tree. Its filename was arm-omap-rx51-set-mmc-capabilities-and-power-saving-flag.patch This patch was dropped because an updated version will be merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ARM: OMAP: RX51: set MMC capabilities and power-saving flag From: Adrian Hunter <adrian.hunter@xxxxxxxxx> Specify MMC capabilities and set the power-saving flag for RX51. Signed-off-by: Adrian Hunter <adrian.hunter@xxxxxxxxx> Cc: Matt Fleming <matt@xxxxxxxxxxxxxxxxx> Cc: Ian Molton <ian@xxxxxxxxxxxxxx> Cc: "Roberto A. Foglietta" <roberto.foglietta@xxxxxxxxx> Cc: Jarkko Lavinen <jarkko.lavinen@xxxxxxxxx> Cc: Denis Karpov <ext-denis.2.karpov@xxxxxxxxx> Cc: Pierre Ossman <pierre@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-omap2/board-rx51-peripherals.c | 5 +++++ 1 file changed, 5 insertions(+) diff -puN arch/arm/mach-omap2/board-rx51-peripherals.c~arm-omap-rx51-set-mmc-capabilities-and-power-saving-flag arch/arm/mach-omap2/board-rx51-peripherals.c --- a/arch/arm/mach-omap2/board-rx51-peripherals.c~arm-omap-rx51-set-mmc-capabilities-and-power-saving-flag +++ a/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,8 @@ static struct twl4030_hsmmc_info mmc[] = .cover_only = true, .gpio_cd = 160, .gpio_wp = -EINVAL, + .power_saving = true, + .caps = MMC_CAP_SD_ONLY, }, { .name = "internal", @@ -109,6 +112,8 @@ static struct twl4030_hsmmc_info mmc[] = .wires = 8, .gpio_cd = -EINVAL, .gpio_wp = -EINVAL, + .power_saving = true, + .caps = MMC_CAP_MMC_ONLY | MMC_CAP_NONREMOVABLE, }, {} /* Terminator */ }; _ Patches currently in -mm which might be from adrian.hunter@xxxxxxxxx are linux-next.patch mmc-register-mmci-omap-hs-using-platform_driver_probe.patch arm-omap-rx51-set-mmc-capabilities-and-power-saving-flag.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html