Merge branch 'pci/misc'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Jun 2020 17:59:11 +0000 (12:59 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Jun 2020 17:59:11 +0000 (12:59 -0500)
commit9f91d05e4aaceb46d9f39da9fa3c9c64643b9154
treea6b3c64a484b87641550d840a7038bc682d5d8fb
parent08d6c8fca74c502bbb82c265bdd34096f4beb7bb
parent3910ebaca8eae0cb9d41a20efe1bcb375ec64dfb
Merge branch 'pci/misc'

  - Clarify that platform_get_irq() should never return 0 (Bjorn Helgaas)

  - Check for platform_get_irq() failure consistently (Bjorn Helgaas)

  - Replace zero-length array with flexible-array (Gustavo A. R. Silva)

  - Unify pcie_find_root_port() and pci_find_pcie_root_port() (Yicong Yang)

  - Quirk Intel C620 MROMs, which have non-BARs in BAR locations (Xiaochun
    Lee)

  - Fix pcie_pme_resume() and pcie_pme_remove() kernel-doc (Jay Fang)

  - Rename _DSM constants to align with spec (Krzysztof WilczyƄski)

* pci/misc:
  PCI: Rename _DSM constants to align with spec
  PCI/PME: Fix kernel-doc of pcie_pme_resume() and pcie_pme_remove()
  x86/PCI: Mark Intel C620 MROMs as having non-compliant BARs
  PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()
  PCI: Replace zero-length array with flexible-array
  PCI: Check for platform_get_irq() failure consistently
  driver core: platform: Clarify that IRQ 0 is invalid
drivers/acpi/pci_root.c
drivers/pci/probe.c
include/linux/pci-acpi.h
include/linux/pci.h