[GIT PULL] PCI fixes for v4.17

From: Bjorn Helgaas
Date: Thu Apr 26 2018 - 13:30:50 EST


PCI fixes:

- fix Aardvark MRRS setting (Evan Wang)

- clarify "bandwidth available" link status message (Jakub Kicinski)

- update Kirin GPIO name to fix probe failure (Loic Poulain)

- fix Aardvark IRQ usage (Victor Gu)

- fix Aardvark config accessor issues (Victor Gu)


The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.17-fixes-1

for you to fetch changes up to 0cf22d6b317ce0103b7d5a47878aa5ef94240433:

PCI: Add "PCIe" to pcie_print_link_status() messages (2018-04-20 12:56:36 -0500)

----------------------------------------------------------------
pci-v4.17-fixes-1

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

Evan Wang (1):
PCI: aardvark: Fix PCIe Max Read Request Size setting

Jakub Kicinski (1):
PCI: Add "PCIe" to pcie_print_link_status() messages

Loic Poulain (1):
PCI: kirin: Fix reset gpio name

Victor Gu (3):
PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode

drivers/pci/dwc/pcie-kirin.c | 2 +-
drivers/pci/host/pci-aardvark.c | 53 +++++++++++++++++++++++------------------
drivers/pci/pci.c | 4 ++--
3 files changed, 33 insertions(+), 26 deletions(-)