mbox series

[GIT,PULL] PCI fixes for v5.16

Message ID 20211210164406.GA320857@bhelgaas (mailing list archive)
State Not Applicable, archived
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v5.16 | expand

Pull-request

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

Message

Bjorn Helgaas Dec. 10, 2021, 4:44 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 10, 2021, 7:58 p.m. UTC | #1
The pull request you sent on Fri, 10 Dec 2021 10:44:06 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b8a98b6bf66ae35361e987333233d07241642909

Thank you!