mbox series

[GIT,PULL] PCI fixes for v5.17

Message ID 20220224195611.GA289605@bhelgaas (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] PCI fixes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.17-fixes-5

Message

Bjorn Helgaas Feb. 24, 2022, 7:56 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.17-fixes-5

for you to fetch changes up to 3f1271b54edcc692da5a3663f2aa2a64781f9bc3:

  PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken (2022-02-23 12:33:32 -0600)

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

  - Fix a merge error that broke PCI device enumeration on mvebu platforms,
    including Turris Omnia (Armada 385) (Pali Rohár)

  - Avoid using ATS on all AMD Navi10 and Navi14 GPUs because some VBIOSes
    don't account for "harvested" (disabled) parts of the chip when
    initializing caches (Alex Deucher)

----------------------------------------------------------------
Alex Deucher (1):
      PCI: Mark all AMD Navi10 and Navi14 GPU ATS as broken

Pali Rohár (1):
      PCI: mvebu: Fix device enumeration regression

 drivers/pci/controller/pci-mvebu.c |  3 ++-
 drivers/pci/quirks.c               | 14 +++++++++-----
 2 files changed, 11 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 24, 2022, 9:40 p.m. UTC | #1
The pull request you sent on Thu, 24 Feb 2022 13:56:11 -0600:

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

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

Thank you!