PCI fixes: - Reject invalid IRQ 0 command line argument for virtio_mmio because IRQ 0 now generates warnings (Bjorn Helgaas) - Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms", which broke nouveau (Bjorn Helgaas) The following changes since commit 5396956cc7c6874180c9bfc1ceceb02b739a6a87: PCI: Make pcie_find_root_port() work for Root Ports (2020-06-30 16:58:27 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.8-fixes-2 for you to fetch changes up to d08c30d7a0d1826f771f16cde32bd86e48401791: Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms" (2020-07-22 10:31:52 -0500) ---------------------------------------------------------------- pci-v5.8-fixes-2 ---------------------------------------------------------------- Bjorn Helgaas (2): virtio-mmio: Reject invalid IRQ 0 command line argument Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms" drivers/pci/pci.c | 30 +++++++++--------------------- drivers/virtio/virtio_mmio.c | 4 ++-- 2 files changed, 11 insertions(+), 23 deletions(-)