From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jon Derrick To: rjw@rjwysocki.net Cc: Jon Derrick , helgaas@kernel.org, keith.busch@intel.com, linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org Subject: [PATCHv2 0/2] Fixups for mixed pcie_ports=auto and native Date: Fri, 8 Apr 2016 11:35:49 -0600 Message-Id: <1460136951-28217-1-git-send-email-jonathan.derrick@intel.com> Sender: linux-acpi-owner@vger.kernel.org List-ID: This set introduces a fixup that lets non-acpi pcie ports subscribe to native port services. The theory is that on an acpi system, native services will require acpi to release control of the port instance. Rather than failing on non-acpi devices, we should continue as if they were native to begin with, and try to subscribe to native services just the same. No change from v1 - the emails just didn't reach all of their targets Jon Derrick (2): PCI/ACPI: Do not fail ports without ACPI entries PCI/PCIe: Fixups for acpi port setup not being allowed to fail drivers/pci/pcie/portdrv.h | 11 ++++------- drivers/pci/pcie/portdrv_acpi.c | 10 ++++------ drivers/pci/pcie/portdrv_core.c | 8 ++------ 3 files changed, 10 insertions(+), 19 deletions(-) -- 1.8.3.1