Chris, can you add this patch series in your next pull request On 23 December 2011 12:42, Girish K S <girish.shivananjappa@xxxxxxxxxx> wrote: > changes in v7: > Updated with review comments for minor changes in host conditional > handling. added the handling for 4 bit bus width. > Changes in v6: > split the patch into 2 and classified them as a patch for device > and host. Modified to include the review comments. > Changes in v5: > Reduced the case statements for better code readability. Removed > unused macro definitions. Modified the tuning function prototype > and definition to support tuning for both SD and eMMC cards. > Changes in v4: > Rebased onto chris-mmc/mmc-next branch. This patch is successfully > applied on commit with id de022ed3fdc14808299b2fa66dbb1ed5ab921912. > Changes in v3: > In the previous commits of chris-mmc/mmc-next branch, the patch with > commit id (c0f22a2c92e357e7cb3988b0b13034d70b7461f9) defines caps2 for > more capabilities. This patch version deletes the member ext_caps(created > in my earlier patch) from struct mmc_host and reuses already accepted > caps2 member. > Changes in v2: > Rebased to latest chris-mmc/mmc-next branch. Resolved indentation > problems identified in review. This patch has to be applied before > the patch released for modifying the printk messages. > Changes in v1: > Case statements in switch that produce same result have > been combined to reduce repeated assignments. > patch recreated after rebase to chris balls mmc-next branch. > > Girish K S (2): > mmc: core: HS200 mode support for eMMC 4.5 > mmc: host: Adds support for eMMC 4.5 HS200 mode > > drivers/mmc/core/bus.c | 3 +- > drivers/mmc/core/debugfs.c | 3 + > drivers/mmc/core/mmc.c | 163 +++++++++++++++++++++++++++++++++++++++++--- > drivers/mmc/core/sd.c | 3 +- > drivers/mmc/core/sdio.c | 4 +- > drivers/mmc/host/sdhci.c | 45 +++++++++--- > drivers/mmc/host/sdhci.h | 1 + > include/linux/mmc/card.h | 3 + > include/linux/mmc/host.h | 11 +++- > include/linux/mmc/mmc.h | 66 +++++++++++++++++- > include/linux/mmc/sdhci.h | 1 + > 11 files changed, 278 insertions(+), 25 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