[GIT PULL] PCI fixes for v4.11

From: Bjorn Helgaas
Date: Fri Apr 07 2017 - 15:26:15 EST


PCI fixes:

- fix ThunderX legacy firmware resources

- fix ARTPEC-6 and DesignWare platform driver NULL pointer dereferences

- fix HiSilicon link error


The following changes since commit 9abb27c7594a62bbf6385e20b7f5a90b4eceae2f:

PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host controller (2017-03-23 17:11:26 -0500)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.11-fixes-4

for you to fetch changes up to 794a8604fe6e4a311373cde57a86ad4aab9d32b8:

PCI: dwc: Fix dw_pcie_ops NULL pointer dereference (2017-04-04 08:24:25 -0500)

----------------------------------------------------------------
pci-v4.11-fixes-4

----------------------------------------------------------------
Arnd Bergmann (1):
PCI: dwc: Select PCI_HOST_COMMON for hisi

Niklas Cassel (1):
PCI: dwc: Fix dw_pcie_ops NULL pointer dereference

Tomasz Nowicki (1):
PCI: thunder-pem: Fix legacy firmware PEM-specific resources

drivers/pci/dwc/Kconfig | 1 +
drivers/pci/dwc/pcie-artpec6.c | 4 ++++
drivers/pci/dwc/pcie-designware-plat.c | 4 ++++
drivers/pci/host/pci-thunder-pem.c | 10 ++++++++--
4 files changed, 17 insertions(+), 2 deletions(-)