Hi Linus, These are fixes for a powerpc NULL pointer dereference, an OF interrupt mapping issue on some of the new host bridges, and a DesignWare iATU issue. Bjorn The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci-v3.15-fixes-1 for you to fetch changes up to f5d3352b2751f8de7e06e23a04ac0b4c474075e9: PCI: tegra: Use new OF interrupt mapping when possible (2014-04-16 10:24:32 -0600) ---------------------------------------------------------------- PCI updates for v3.15: Host bridge drivers - Fix OF interrupt mapping for DesignWare, R-Car, Tegra (Lucas Stach) - Fix DesignWare iATU programming (Mohit Kumar) Miscellaneous - Fix powerpc NULL dereference from list_for_each_entry() update (Mike Qiu) ---------------------------------------------------------------- Lucas Stach (3): PCI: designware: Use new OF interrupt mapping when possible PCI: rcar: Use new OF interrupt mapping when possible PCI: tegra: Use new OF interrupt mapping when possible Mike Qiu (1): powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal Mohit Kumar (2): PCI: designware: Fix comment for setting number of lanes PCI: designware: Fix iATU programming for cfg1, io and mem viewport arch/powerpc/kernel/pci_64.c | 10 ++++++---- drivers/pci/host/pci-rcar-gen2.c | 8 +++++++- drivers/pci/host/pci-tegra.c | 7 ++++++- drivers/pci/host/pcie-designware.c | 20 +++++++++++++------- 4 files changed, 32 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html