Re: [Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-29 Thread Bernhard Thaler
I tested this patch applied to 4.0-rc5. APU.1C network interfaces are working correctly again. -- 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

Re: [Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-29 Thread Bernhard Thaler
I tested this patch applied to 4.0-rc5. APU.1C network interfaces are working correctly again. -- 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

Re: [Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-27 Thread Rafael J. Wysocki
On Wednesday, March 25, 2015 03:17:23 PM Jiang Liu wrote: > Before commit 593669c2ac0f ("x86/PCI/ACPI: Use common ACPI resource > interfaces to simplify implementation"), arch/x86/pci/acpi.c applies > following rules when parsing ACPI resources for PCI host bridge: > 1) Ignore IO port resources

Re: [Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-27 Thread Rafael J. Wysocki
On Wednesday, March 25, 2015 03:17:23 PM Jiang Liu wrote: Before commit 593669c2ac0f (x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation), arch/x86/pci/acpi.c applies following rules when parsing ACPI resources for PCI host bridge: 1) Ignore IO port resources defined

[Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-25 Thread Jiang Liu
Before commit 593669c2ac0f ("x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation"), arch/x86/pci/acpi.c applies following rules when parsing ACPI resources for PCI host bridge: 1) Ignore IO port resources defined by acpi_resource_io and acpi_resource_fixed_io, which

[Bugfix v2] x86/PCI/ACPI: Fix regression caused by commit 63f1789ec716

2015-03-25 Thread Jiang Liu
Before commit 593669c2ac0f (x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation), arch/x86/pci/acpi.c applies following rules when parsing ACPI resources for PCI host bridge: 1) Ignore IO port resources defined by acpi_resource_io and acpi_resource_fixed_io, which