mbox series

[GIT,PULL] PCI fixes for v4.20

Message ID 20181201055953.GA207198@google.com (mailing list archive)
State Not Applicable, archived
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v4.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.20-fixes-2

Message

Bjorn Helgaas Dec. 1, 2018, 5:59 a.m. UTC
PCI fixes:

  - Fix a link speed checking interface that broke PCIe gen3 cards in gen1
    slots (Mikulas Patocka)

  - Fix an imx6 link training error (Trent Piepho)

  - Fix a layerscape outbound window accessor calling error (Hou Zhiqiang)

  - Fix a DesignWare endpoint MSI-X address calculation error (Gustavo
    Pimentel)


The following changes since commit 0d76bcc960e6057750fcf556b65da13f8bbdfd2b:

  Revert "ACPI/PCI: Pay attention to device-specific _PXM node values" (2018-11-13 08:38:17 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.20-fixes-2

for you to fetch changes up to c74eadf881ad634c68880e2c1b504989d95993ee:

  Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linus (2018-11-30 23:42:08 -0600)

----------------------------------------------------------------
pci-v4.20-fixes-2

----------------------------------------------------------------
Bjorn Helgaas (1):
      Merge remote-tracking branch 'lorenzo/pci/controller-fixes' into for-linus

Gustavo Pimentel (1):
      PCI: dwc: Fix MSI-X EP framework address calculation bug

Hou Zhiqiang (1):
      PCI: layerscape: Fix wrong invocation of outbound window disable accessor

Mikulas Patocka (1):
      PCI: Fix incorrect value returned from pcie_get_speed_cap()

Trent Piepho (1):
      PCI: imx6: Fix link training status detection in link up check

 drivers/pci/controller/dwc/pci-imx6.c           | 10 +---------
 drivers/pci/controller/dwc/pci-layerscape.c     |  2 +-
 drivers/pci/controller/dwc/pcie-designware-ep.c |  1 -
 drivers/pci/pci.c                               | 24 +++++++++++-------------
 4 files changed, 13 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 1, 2018, 8:05 p.m. UTC | #1
The pull request you sent on Fri, 30 Nov 2018 23:59:53 -0600:

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

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

Thank you!