]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/enumeration'
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Aug 2021 20:09:33 +0000 (15:09 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 31 Aug 2021 20:09:33 +0000 (15:09 -0500)
commit95d59f5b0f049a688e922d916458a5d0391c3058
tree23a58cc8bfccae876736ef4c80f3c337e2f5eae1
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
parentd6b1715999fc2e215d35f581fb7471bc9c6f16e9
Merge branch 'pci/enumeration'

- Call Max Payload Size-related fixup quirks early, so they're considered
  by pci_configure_mps() (Marek Behún)

- Restrict Max Payload Size Supported to work around ASMedia ASM1062 SATA
  erratum (Marek Behún)

- Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure (Krzysztof
  Wilczyński)

* pci/enumeration:
  PCI: Return int from pciconfig_read() syscall
  PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failure
  PCI: Restrict ASMedia ASM1062 SATA Max Payload Size Supported
  PCI: Call Max Payload Size-related fixup quirks early