Commits
Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', 'pci/host-generic', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-spear' and 'pci/host-tegra' into next * pci/host-designware: PCI: designware: Add a blank line after declarations * pci/host-dra7xx: PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port() PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port() * pci/host-exynos: PCI: exynos: Remove unnecessary return statement PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init() * pci/host-generic: PCI: generic: Convert to DT resource parsing API PCI: generic: Allocate config space windows after limiting bus number range * pci/host-imx6: PCI: imx6: Use tabs for indentation * pci/host-keystone: PCI: keystone: Remove unnecessary OOM message PCI: keystone: Make ks_dw_pcie_msi_domain_ops static * pci/host-layerscape: PCI: layerscape: Add Freescale Layerscape PCIe driver * pci/host-mvebu: PCI: mvebu: Add a blank line after declarations * pci/host-rcar: PCI: rcar: Make rcar_pci static * pci/host-spear: PCI: spear: Remove unnecessary OOM message PCI: spear: Add __init annotation to spear13xx_add_pcie_port() PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc. * pci/host-tegra: PCI: tegra: Add Kconfig help text PCI: tegra: Do not build on 64-bit ARM
Showing diff todbf9826d579
- Linus Torvalds committed f114040e3eaLinux 3.18-rc1
- Jingoo Han committed 2c992f3779ePCI: designware: Add a blank line after declarations This patch fixes the following ch...
- Jingoo Han committed e73044a069cPCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port() Add __init annotation to ...
- Jingoo Han committed bc512c5a8c7PCI: exynos: Remove unnecessary return statement This patch fixes the following checkp...
- Lorenzo Pieralisi committed dbf9826d579PCI: generic: Convert to DT resource parsing API In order to consolidate DT configurat...
- Jingoo Han committed d88a7ef99e4PCI: imx6: Use tabs for indentation This patch fixes the following checkpatch error: ...
- Jingoo Han committed 66700707429PCI: keystone: Remove unnecessary OOM message The site-specific OOM messages are unnec...
- Minghuan Lian committed 62d0ff83c6ePCI: layerscape: Add Freescale Layerscape PCIe driver Add support for Freescale Layers...
- Jingoo Han committed cf3a9d6bae5PCI: mvebu: Add a blank line after declarations This patch fixes the following checkpa...
- Jingoo Han committed 3c70637f756PCI: rcar: Make rcar_pci static Make rcar_pci static because it is used only in this f...
- Jingoo Han committed 20f9ece101dPCI: spear: Remove unnecessary OOM message The site-specific OOM messages are unnecess...
- Thierry Reding committed 6b1c4d7674ePCI: tegra: Add Kconfig help text Add a standard help text to the Kconfig entry for th...