V2 ---- [PATCH 1/4]: Fixed tabbing for comment. [PATCH 2/4]: Use switch-case instead of if-else. [PATCH 3/4]: Use bool type for argument *cmd11* instead of int. Philip Rakity (4): [PATCH 1/4]: sdhci add hooks for UHS setting by platform specific code [PATCH 2/4]: sdhci-pxa add platform specific code for UHS signaling [PATCH 3/4]: mmc eMMC signal voltage does not use CMD11 [PATCH 4/4]: mmc add support for eMMC Dual Data Rate drivers/mmc/core/core.c | 19 +++++-------------- drivers/mmc/core/core.h | 5 ++--- drivers/mmc/core/mmc.c | 35 ++++++++++++++++++++++++++++++----- drivers/mmc/core/sd.c | 5 +++-- drivers/mmc/host/sdhci-pxa.c | 41 +++++++++++++++++++++++++++++++++++++++++ drivers/mmc/host/sdhci.c | 33 ++++++++++++++++++--------------- drivers/mmc/host/sdhci.h | 2 ++ include/linux/mmc/host.h | 1 + 8 files changed, 102 insertions(+), 39 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html