]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit067f3c9c6d77221e6fd0eb866e2b4ef92c8b28e6
treea6b3c64a484b87641550d840a7038bc682d5d8fb
parent1f040537c934ed73c5a16593420cd75b363ebb19
parent97e5e7c526b36b6f3ba0ab1adf62385a935175d4
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