[GIT PULL] PCI fixes for v5.16

From: Bjorn Helgaas
Date: Fri Dec 10 2021 - 11:44:12 EST


The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 87620512681a20ef24ece85ac21ff90c9efed37d:

PCI: apple: Fix PERST# polarity (2021-12-07 14:27:29 -0600)

----------------------------------------------------------------
PCI fixes:

- Revert emulation of Marvell Armada A3720 expansion ROM because it
doesn't work as expected (Marek Behún)

- Assert PERST# in Apple M1 driver to fix initialization when booting
from bootloaders using PCIe, such as U-Boot (Marc Zyngier)

- Describe PERST# as active low in Apple T8103 DT and update driver to
match (Marc Zyngier)

----------------------------------------------------------------
Marc Zyngier (3):
PCI: apple: Follow the PCIe specifications when resetting the port
arm64: dts: apple: t8103: Mark PCIe PERST# polarity active low in DT
PCI: apple: Fix PERST# polarity

Marek Behún (1):
Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"

arch/arm64/boot/dts/apple/t8103.dtsi | 7 ++++---
drivers/pci/controller/pci-aardvark.c | 9 ---------
drivers/pci/controller/pcie-apple.c | 14 ++++++++++++--
3 files changed, 16 insertions(+), 14 deletions(-)