Skip to content

Commit 4d93540

Browse files
committed
Merge tag 'acpi-3.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull last-minute ACPI fix from Rafael Wysocki: "This reverts a commit that causes the Alan Cox' ASUS T100TA to "crash and burn" during boot if the Baytrail pinctrl driver is compiled in" * tag 'acpi-3.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"
2 parents 16ec54a + 2b844ba commit 4d93540

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/acpi/acpi_lpss.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ static const struct acpi_device_id acpi_lpss_device_ids[] = {
162162
{ "80860F14", (unsigned long)&byt_sdio_dev_desc },
163163
{ "80860F41", (unsigned long)&byt_i2c_dev_desc },
164164
{ "INT33B2", },
165-
{ "INT33FC", },
166165

167166
{ "INT3430", (unsigned long)&lpt_dev_desc },
168167
{ "INT3431", (unsigned long)&lpt_dev_desc },

drivers/pinctrl/pinctrl-baytrail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ static const struct dev_pm_ops byt_gpio_pm_ops = {
512512

513513
static const struct acpi_device_id byt_gpio_acpi_match[] = {
514514
{ "INT33B2", 0 },
515-
{ "INT33FC", 0 },
516515
{ }
517516
};
518517
MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);

0 commit comments

Comments
 (0)