mbox series

[GIT,PULL] PCI fixes for v5.11

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

Pull-request

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

Message

Bjorn Helgaas Dec. 26, 2020, 4:11 a.m. UTC
The following changes since commit 255b2d524884e4ec60333131aa0ca0ef19826dc2:

  Merge branch 'remotes/lorenzo/pci/misc' (2020-12-15 15:11:14 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 99e629f14b471d852d28ecf554093c4730ed0927:

  PCI: dwc: Fix inverted condition of DMA mask setup warning (2020-12-25 21:58:42 -0600)

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

  - Fix a tegra enumeration regression (Rob Herring)

  - Fix a designware-host check that warned on *success*, not failure
    (Alexander Lobakin)

----------------------------------------------------------------
Alexander Lobakin (1):
      PCI: dwc: Fix inverted condition of DMA mask setup warning

Rob Herring (1):
      PCI: tegra: Fix host link initialization

 drivers/pci/controller/dwc/pcie-designware-host.c |  8 +---
 drivers/pci/controller/dwc/pcie-tegra194.c        | 55 ++++++++++++-----------
 2 files changed, 31 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 26, 2020, 4:19 a.m. UTC | #1
The pull request you sent on Fri, 25 Dec 2020 22:11:03 -0600:

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

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

Thank you!