Hi Here is SDHCI ACPI driver. It is dependent on new ACPI Platform support so I suggest Rafael takes the patches with Chris' Ack.
Please note that I would prefer this to be queued for 3.8 Adrian Hunter (3): PNPACPI: exclude SDHCI devices ACPI: add SDHCI to ACPI platform devices mmc: sdhci-acpi: add SDHCI ACPI driver drivers/acpi/scan.c | 2 + drivers/mmc/host/Kconfig | 12 ++ drivers/mmc/host/Makefile | 1 + drivers/mmc/host/sdhci-acpi.c | 304 ++++++++++++++++++++++++++++++++++++++++++ drivers/pnp/pnpacpi/core.c | 1 + 5 files changed, 320 insertions(+) create mode 100644 drivers/mmc/host/sdhci-acpi.c Regards Adrian Hunter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/