linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v5.13
@ 2021-06-04 20:12 Bjorn Helgaas
  2021-06-04 22:22 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2021-06-04 20:12 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rob Herring,
	Jean-Philippe Brucker, Marc Zyngier, Krzysztof Wilczyński

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.13-fixes-1

for you to fetch changes up to 85aabbd7b315c65673084b6227bee92c00405239:

  PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map" (2021-05-25 18:37:37 -0500)

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

  - Fix MSIs for platforms with "msi-map" device-tree property, which we
    broke in v5.13-rc1 (Jean-Philippe Brucker)

  - Add Krzysztof Wilczyński as PCI reviewer (Lorenzo Pieralisi)

----------------------------------------------------------------
Jean-Philippe Brucker (1):
      PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"

Lorenzo Pieralisi (1):
      MAINTAINERS: Add Krzysztof as PCI host/endpoint controllers reviewer

 MAINTAINERS         | 2 ++
 drivers/pci/of.c    | 7 +++++++
 drivers/pci/probe.c | 3 ++-
 include/linux/pci.h | 2 ++
 4 files changed, 13 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [GIT PULL] PCI fixes for v5.13
@ 2021-06-18 20:49 Bjorn Helgaas
  2021-06-18 21:16 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2021-06-18 20:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Punit Agrawal,
	Alexandru Elisei, Qu Wenruo, Domenico Andreoli, Jon Hunter,
	Antti Järvinen, Shanker Donthineni, Chiqijun, Evan Quan,
	Alex Deucher, Sriharsha Basavapatna, Michael Chan,
	Mikel Rychliski, Pali Rohár, Marek Behún

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f18139966d072dab8e4398c95ce955a9742e04f7:

  PCI: aardvark: Fix kernel panic during PIO transfer (2021-06-18 10:32:35 -0500)


I rebased these this morning to add a tested-by.  The commits
themselves have all been in linux-next, though not for as long
as I'd like.

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

  - Clear 64-bit flag for host bridge windows below 4GB to fix a resource
    allocation regression added in -rc1 (Punit Agrawal)

  - Fix tegra194 MCFG quirk build regressions added in -rc1 (Jon Hunter)

  - Avoid secondary bus resets on TI KeyStone C667X devices (Antti
    Järvinen)

  - Avoid secondary bus resets on some NVIDIA GPUs (Shanker Donthineni)

  - Work around FLR erratum on Huawei Intelligent NIC VF (Chiqijun)

  - Avoid broken ATS on AMD Navi14 GPU (Evan Quan)

  - Trust Broadcom BCM57414 NIC to isolate functions even though it
    doesn't advertise ACS support (Sriharsha Basavapatna)

  - Work around AMD RS690 BIOSes that don't configure DMA above 4GB (Mikel
    Rychliski)

  - Fix panic during PIO transfer on Aardvark controller (Pali Rohár)

----------------------------------------------------------------
Antti Järvinen (1):
      PCI: Mark TI C667X to avoid bus reset

Chiqijun (1):
      PCI: Work around Huawei Intelligent NIC VF FLR erratum

Evan Quan (1):
      PCI: Mark AMD Navi14 GPU ATS as broken

Jon Hunter (1):
      PCI: tegra194: Fix MCFG quirk build regressions

Mikel Rychliski (1):
      PCI: Add AMD RS690 quirk to enable 64-bit DMA

Pali Rohár (1):
      PCI: aardvark: Fix kernel panic during PIO transfer

Punit Agrawal (1):
      PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GB

Shanker Donthineni (1):
      PCI: Mark some NVIDIA GPUs to avoid bus reset

Sriharsha Basavapatna (1):
      PCI: Add ACS quirk for Broadcom BCM57414 NIC

 arch/x86/pci/fixup.c                            |  44 ++++++++
 drivers/pci/controller/dwc/Makefile             |   3 +-
 drivers/pci/controller/dwc/pcie-tegra194-acpi.c | 108 +++++++++++++++++++
 drivers/pci/controller/dwc/pcie-tegra194.c      | 138 ++++--------------------
 drivers/pci/controller/pci-aardvark.c           |  49 +++++++--
 drivers/pci/of.c                                |   2 +
 drivers/pci/quirks.c                            |  93 +++++++++++++++-
 7 files changed, 306 insertions(+), 131 deletions(-)
 create mode 100644 drivers/pci/controller/dwc/pcie-tegra194-acpi.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-18 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 20:12 [GIT PULL] PCI fixes for v5.13 Bjorn Helgaas
2021-06-04 22:22 ` pr-tracker-bot
2021-06-18 20:49 Bjorn Helgaas
2021-06-18 21:16 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).