mbox series

[GIT,PULL] PCI fixes for v5.8

Message ID 20200725001753.GA1556558@bjorn-Precision-5520
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.8-fixes-2

Message

Bjorn Helgaas July 25, 2020, 12:17 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 25, 2020, 1:45 a.m. UTC | #1
The pull request you sent on Fri, 24 Jul 2020 19:17:53 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.8-fixes-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/23ee3e4e5bd27bdbc0f1785eef7209ce872794c7

Thank you!