1. 217c6d2 Merge branches 'pci/host-armada', 'pci/host-artpec', 'pci/host-dra7xx', 'pci/host-exynos', 'pci/host-hisi', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-qcom' and 'pci/host-spear' into next by Bjorn Helgaas · 8 years ago
  2. 22c7e1d Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 8 years ago
  3. dd5bba5 Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra', 'pci/host-xgene' and 'pci/host-xilinx' into next by Bjorn Helgaas · 8 years ago
  4. 3dc9d38 MAINTAINERS: Add maintainer for the PCIe Marvell Armada 8K driver by Thomas Petazzoni · 8 years ago
  5. 441106d MAINTAINERS: Add DT binding to the Aardvark PCIe driver maintainer by Thomas Petazzoni · 8 years ago
  6. 08015ee PCI: rockchip: Indent "if" statement body by Dan Carpenter · 8 years ago
  7. f84cfdf PCI: hisi: Reorder struct hisi_pcie by Bjorn Helgaas · 8 years ago
  8. e9480b5 PCI: hisi: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  9. a458ce3 PCI: hisi: Include register block base in PCIE_SYS_STATE4 address by Bjorn Helgaas · 8 years ago
  10. 8e5ec41 PCI: dra7xx: Reorder struct dra7xx_pcie by Bjorn Helgaas · 8 years ago
  11. 228ee66 PCI: xilinx-nwl: Remove unused platform data by Bjorn Helgaas · 8 years ago
  12. adf9e28 PCI: xilinx-nwl: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  13. e59e5ff PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument by Bjorn Helgaas · 8 years ago
  14. 6a6c2e8 PCI: xilinx: Remove unused platform data by Bjorn Helgaas · 8 years ago
  15. 5d07188 PCI: xilinx: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  16. 8e93c51 PCI: xgene: Add register accessors by Bjorn Helgaas · 8 years ago
  17. 4ecf6b0 PCI: xgene: Pass struct xgene_pcie_port to setup functions by Bjorn Helgaas · 8 years ago
  18. c6fe9eb PCI: xgene: Remove unused platform data by Bjorn Helgaas · 8 years ago
  19. 16cbff1 PCI: tegra: Remove unused platform data by Bjorn Helgaas · 8 years ago
  20. a581fa9 PCI: tegra: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  21. 8dd99bc PCI: tegra: Fix argument order in tegra_pcie_phy_disable() by Bjorn Helgaas · 8 years ago
  22. 9d274755 PCI: rockchip: Remove unused platform data by Bjorn Helgaas · 8 years ago
  23. de9e6bc PCI: rcar-gen2: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  24. 3ff8e4a PCI: rcar: Remove DRV_NAME macro by Bjorn Helgaas · 8 years ago
  25. d0206f2 PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device arg by Bjorn Helgaas · 8 years ago
  26. d9c64c5 PCI: rcar: Remove unused platform data by Bjorn Helgaas · 8 years ago
  27. ee05369 PCI: qcom: Reorder struct qcom_pcie by Bjorn Helgaas · 8 years ago
  28. e6a087e PCI: qcom: Remove redundant struct qcom_pcie.dev by Bjorn Helgaas · 8 years ago
  29. 0edd578 PCI: qcom: Remove redundant struct qcom_pcie.dbi by Bjorn Helgaas · 8 years ago
  30. 661a0e4 PCI: qcom: Remove unused platform data by Bjorn Helgaas · 8 years ago
  31. 96f6170 PCI: mvebu: Use existing of_node pointer by Bjorn Helgaas · 8 years ago
  32. 160b4e4 PCI: mvebu: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  33. 6caaa28 PCI: layerscape: Reorder struct ls_pcie by Bjorn Helgaas · 8 years ago
  34. 4726a82 PCI: layerscape: Remove unused ls_add_pcie_port() platform_device arg by Bjorn Helgaas · 8 years ago
  35. fefe673 PCI: layerscape: Move struct pcie_port setup to probe function by Bjorn Helgaas · 8 years ago
  36. 7b0b111 PCI: layerscape: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  37. d41d295 PCI: layerscape: Remove redundant struct ls_pcie.dbi by Bjorn Helgaas · 8 years ago
  38. 9f6a148f PCI: layerscape: Remove unused platform data by Bjorn Helgaas · 8 years ago
  39. c11125e PCI: layerscape: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  40. 4841f3ad PCI: keystone: Reorder struct keystone_pcie by Bjorn Helgaas · 8 years ago
  41. 5c72535 PCI: keystone: Add app register accessors by Bjorn Helgaas · 8 years ago
  42. e481e0d PCI: keystone: Pass keystone_pcie, not va_app_base, to DBI functions by Bjorn Helgaas · 8 years ago
  43. 5649e4c PCI: keystone: Pass keystone_pcie, not address, to IRQ functions by Bjorn Helgaas · 8 years ago
  44. f3eca6c PCI: keystone: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
  45. 21fa0c5 PCI: keystone: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  46. e3a1698 PCI: iproc: Hard-code PCIe capability offset instead of searching by Bjorn Helgaas · 8 years ago
  47. 6d76833 PCI: iproc: Remove redundant null pointer checking by Bjorn Helgaas · 8 years ago
  48. f66e5b2 PCI: iproc: Validate CSR base in BCMA setup code by Bjorn Helgaas · 8 years ago
  49. 556c7bb PCI: iproc: Set drvdata at end of probe function by Bjorn Helgaas · 8 years ago
  50. 786aecc PCI: iproc: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  51. 9ab021b PCI: imx6: Remove unused return values by Bjorn Helgaas · 8 years ago
  52. 916bf1c PCI: imx6: Reorder struct imx6_pcie by Bjorn Helgaas · 8 years ago
  53. 2a6a85d PCI: imx6: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
  54. e7d7705 PCI: imx6: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  55. 8bad7f2 PCI: imx6: Pass struct imx6_pcie to PHY accessors by Bjorn Helgaas · 8 years ago
  56. 51c8470 PCI: imx6: Removed unused struct imx6_pcie.mem_base by Bjorn Helgaas · 8 years ago
  57. c5af407 PCI: imx6: Remove redundant of_node pointer by Bjorn Helgaas · 8 years ago
  58. 1395765 PCI: imx6: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  59. 4368f09 PCI: hisi: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
  60. 761c43c PCI: hisi: Remove redundant struct hisi_pcie.reg_base by Bjorn Helgaas · 8 years ago
  61. bf4ed37 PCI: hisi: Name private struct pointer "hisi_pcie" consistently by Bjorn Helgaas · 8 years ago
  62. d5d4f6e PCI: hisi: Remove unused platform data by Bjorn Helgaas · 8 years ago
  63. 88790f9 PCI: hisi: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  64. 6b1f185 PCI: exynos: Reorder struct exynos_pcie by Bjorn Helgaas · 8 years ago
  65. cc08e82 PCI: exynos: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  66. 10284bf PCI: exynos: Name private struct pointer "exynos_pcie" consistently by Bjorn Helgaas · 8 years ago
  67. 53e5bff1 PCI: exynos: Uninline register accessors by Bjorn Helgaas · 8 years ago
  68. fae68d6 PCI: exynos: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  69. 150645b PCI: dra7xx: Move struct pcie_port setup to probe function by Bjorn Helgaas · 8 years ago
  70. 21baa1c PCI: dra7xx: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  71. feeb720 PCI: dra7xx: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
  72. 03fa2ae PCI: dra7xx: Set drvdata at end of probe function by Bjorn Helgaas · 8 years ago
  73. 01856d1 PCI: dra7xx: Remove redundant struct device pointer from dra7xx_pcie by Bjorn Helgaas · 8 years ago
  74. c7f8146 PCI: dra7xx: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  75. 7c62efc PCI: artpec6: Add resource name comments by Bjorn Helgaas · 8 years ago
  76. b6f5f43 PCI: artpec6: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  77. acaa88e PCI: artpec6: Remove unnecessary artpec6_pcie_link_up() by Bjorn Helgaas · 8 years ago
  78. 0d93f8d PCI: artpec6: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
  79. 26fbcc5 PCI: artpec6: Add register accessors by Bjorn Helgaas · 8 years ago
  80. f392bd1 PCI: artpec6: Remove unused platform data by Bjorn Helgaas · 8 years ago
  81. e6f3115 PCI: artpec6: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  82. a477815 PCI: armada: Reorder struct armada8k_pcie by Bjorn Helgaas · 8 years ago
  83. b2d6fd7 PCI: armada: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  84. 7687695 PCI: armada: Use generic DesignWare accessors by Bjorn Helgaas · 8 years ago
  85. 74e6907 PCI: armada: Remove redundant struct armada8k_pcie.base by Bjorn Helgaas · 8 years ago
  86. afb374f PCI: armada: Add local base pointer by Bjorn Helgaas · 8 years ago
  87. e4aea9c4 PCI: armada: Remove unused platform data by Bjorn Helgaas · 8 years ago
  88. 4f27628 PCI: altera: Simplify TLP_CFG_DW1 usage by Bjorn Helgaas · 8 years ago
  89. eb57671 PCI: altera: Simplify TLB_CFG_DW0 usage by Bjorn Helgaas · 8 years ago
  90. 14c7b95 PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device() by Bjorn Helgaas · 8 years ago
  91. dbeb4bd PCI: altera: Remove redundant platform_get_resource() return value check by Bjorn Helgaas · 8 years ago
  92. ee34264 PCI: altera: Remove unused platform data by Bjorn Helgaas · 8 years ago
  93. fe49067 PCI: altera: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  94. f2ab1bb PCI: aardvark: Remove unused platform data by Bjorn Helgaas · 8 years ago
  95. 9aec2fe PCI: aardvark: Add local struct device pointers by Bjorn Helgaas · 8 years ago
  96. 6a43a42 PCI: spear: Clean up struct device usage by Bjorn Helgaas · 8 years ago
  97. 7a29f04 PCI: spear: Reorder struct spear13xx_pcie by Bjorn Helgaas · 8 years ago
  98. ffe82fa PCI: spear: Pass device-specific struct to internal functions by Bjorn Helgaas · 8 years ago
  99. ca7b941 PCI: spear: Remove unused constants by Bjorn Helgaas · 8 years ago
  100. 4c9441d PCI: designware-plat: Remove unused platform data by Bjorn Helgaas · 8 years ago