]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pci/ctrl/loongson'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Aug 2022 16:41:56 +0000 (11:41 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 4 Aug 2022 16:41:56 +0000 (11:41 -0500)
commita13b8014ea633f305eff4796c33bd63b677cec1b
treec5c33bd99cf0e0b69af72538984e87f755c6c851
parent7af949c7acfc17f9d21975e8f212e19a0f4a1b44
parent596ca6b02fad313658db1476a11b78acd25172f1
Merge branch 'pci/ctrl/loongson'

- Wrap ARM64-specific MCFG quirks in #ifdef so Loongson can use the file
  (Huacai Chen)

- Use generic (not 32-bit only) config accesses for LS2K/LS7A (Huacai Chen)

- Add ACPI and MCFG support for Loongson LS7A (Huacai Chen)

- Avoid config reads to non-existent LS2K/LS7A devices because a hardware
  defect causes machine hangs (Huacai Chen)

- Work around LS7A integrated devices that report incorrect Interrupt Pin
  values (Jianmin Lv)

* pci/ctrl/loongson:
  PCI: loongson: Work around LS7A incorrect Interrupt Pin registers
  PCI: loongson: Don't access non-existent devices
  PCI: loongson: Add ACPI init support
  PCI: loongson: Use generic 8/16/32-bit config ops on LS2K/LS7A
  PCI/ACPI: Guard ARM64-specific mcfg_quirks