This patchset adds support for the Wondermedia 8xxx-series SD Host Controller currently found under arm/arch-vt8500. v2 changes: I think this should address most of the issues raised by Girish K S. * Move the PM functions into .driver, rather than suspend/resume. * __devexit_p() on .remove function. * Removed hardcoded mmc caps data from probe() and moved to per-controller caps. Tony Prisk (1): MMC: SD/MMC Host Controller for Wondermedia WM8505/WM8650 drivers/mmc/host/Kconfig | 12 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/wmt-sdmmc.c | 1023 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1036 insertions(+) create mode 100644 drivers/mmc/host/wmt-sdmmc.c -- 1.7.9.5 -- 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