Re: [PATCH v1 7/9] PCI/portdrv: Simplify PCIe feature permission checking

2018-03-07 Thread Rafael J. Wysocki
On Wednesday, March 7, 2018 7:14:02 AM CET Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Some PCIe features (AER, DPC, hotplug, PME) can be managed by either the > platform firmware or the OS, so the host bridge driver may have to request > permission from the platform before using them. On ACP

[PATCH v1 7/9] PCI/portdrv: Simplify PCIe feature permission checking

2018-03-06 Thread Bjorn Helgaas
From: Bjorn Helgaas Some PCIe features (AER, DPC, hotplug, PME) can be managed by either the platform firmware or the OS, so the host bridge driver may have to request permission from the platform before using them. On ACPI systems, this is done by negotiate_os_control() in acpi_pci_root_add().