Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
-1
drivers/acpi/acpi_lpss.c
··· 162 162 { "80860F14", (unsigned long)&byt_sdio_dev_desc }, 163 163 { "80860F41", (unsigned long)&byt_i2c_dev_desc }, 164 164 { "INT33B2", }, 165 - { "INT33FC", }, 166 165 167 166 { "INT3430", (unsigned long)&lpt_dev_desc }, 168 167 { "INT3431", (unsigned long)&lpt_dev_desc },
-1
drivers/pinctrl/pinctrl-baytrail.c
··· 512 512 513 513 static const struct acpi_device_id byt_gpio_acpi_match[] = { 514 514 { "INT33B2", 0 }, 515 - { "INT33FC", 0 }, 516 515 { } 517 516 }; 518 517 MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);