[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1353573830-13006-2-git-send-email-adrian.hunter@intel.com>
Date: Thu, 22 Nov 2012 10:43:48 +0200
From: Adrian Hunter <adrian.hunter@...el.com>
To: "Rafael J. Wysocki" <rjw@...k.pl>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Chris Ball <cjb@...top.org>, linux-mmc@...r.kernel.org,
linux-acpi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/3] PNPACPI: exclude SDHCI devices
These devices will be handled by a ACPI Platform driver.
Signed-off-by: Adrian Hunter <adrian.hunter@...el.com>
---
drivers/pnp/pnpacpi/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pnp/pnpacpi/core.c b/drivers/pnp/pnpacpi/core.c
index 26b5d4b..5b17cc8 100644
--- a/drivers/pnp/pnpacpi/core.c
+++ b/drivers/pnp/pnpacpi/core.c
@@ -43,6 +43,7 @@ static struct acpi_device_id excluded_id_list[] __initdata = {
{"PNP0C0F", 0}, /* Link device */
{"PNP0000", 0}, /* PIC */
{"PNP0100", 0}, /* Timer */
+ {"PNP0D40", 0}, /* SDHCI */
{"", 0},
};
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists