mbox series

[GIT,PULL] PCI fixes for v5.10

Message ID 20201104211033.GA418499@bjorn-Precision-5520
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.10 | expand

Pull-request

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

Message

Bjorn Helgaas Nov. 4, 2020, 9:10 p.m. UTC
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 832ea234277a2465ec6602fa6a4db5cd9ee87ae3:

  PCI: mvebu: Fix duplicate resource requests (2020-11-04 13:55:30 -0600)

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

  - Fix ACS regression that broke device pass-through (Rajat Jain)

  - Revert DesignWare ATU memory resource to use last entry to fix Tegra194
    regression (Rob Herring)

  - Remove duplicate mvebu resource requests to fix regression on Turris
    Omnia (Rob Herring)

----------------------------------------------------------------
Rajat Jain (1):
      PCI: Always enable ACS even if no ACS Capability

Rob Herring (2):
      PCI: dwc: Restore ATU memory resource setup to use last entry
      PCI: mvebu: Fix duplicate resource requests

 drivers/pci/controller/dwc/pcie-designware-host.c |  8 ++++++--
 drivers/pci/controller/pci-mvebu.c                | 23 ++++++++++-------------
 drivers/pci/pci.c                                 |  9 +++++++--
 3 files changed, 23 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 5, 2020, 8:21 p.m. UTC | #1
The pull request you sent on Wed, 4 Nov 2020 15:10:33 -0600:

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

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

Thank you!