[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210714085512.2176-1-joro@8bytes.org>
Date: Wed, 14 Jul 2021 10:55:10 +0200
From: Joerg Roedel <joro@...tes.org>
To: Bjorn Helgaas <bhelgaas@...gle.com>,
"Rafael J . Wysocki" <rjw@...ysocki.net>,
Len Brown <lenb@...nel.org>
Cc: linux-pci@...r.kernel.org, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org, Joerg Roedel <jroedel@...e.de>
Subject: [PATCH v2 0/2] PCI/ACPI: Simplify PCIe _OSC feature negotiation
From: Joerg Roedel <jroedel@...e.de>
Hi,
here is the second version of my patch(es) to simplify the _OSC
negotiation of PCIe features between Linux and the firmware.
The main part is in patch 1, which removes the _OSC call for supported
features by merging it with the actuall _OSC call to negotiate the
features with the firmware.
This allows some simplifications of the code, notably the removal of
the acpi_pci_osc_support() function and the control=NULL special
casing in the acpi_pci_query_osc() function.
Please review.
Thanks,
Joerg
Joerg Roedel (2):
PCI/APCI: Move acpi_pci_osc_support() check to negotiation phase
PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS
drivers/acpi/pci_root.c | 116 ++++++++++++++++++----------------------
include/linux/acpi.h | 2 -
2 files changed, 52 insertions(+), 66 deletions(-)
base-commit: e73f0f0ee7541171d89f2e2491130c7771ba58d3
--
2.31.1
Powered by blists - more mailing lists