[GIT PULL] PCI fixes for v4.20

From: Bjorn Helgaas
Date: Sat Dec 01 2018 - 01:00:06 EST


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(-)