1. 322a8e9 PCI: mvebu: Use Device ID and revision from underlying endpoint by Andrew Lunn · 11 years ago
  2. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  3. 1ecf38c Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  4. 133a360 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 11 years ago
  5. 58275f2f PCI: designware: Fix indent code style by Jingoo Han · 11 years ago
  6. 0648900 PCI: mvebu: Use max_t() instead of max(resource_size_t,) by Jingoo Han · 11 years ago
  7. 31e45ec PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamically by Thomas Petazzoni · 11 years ago
  8. e7d248f Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanup by Olof Johansson · 11 years ago
  9. 9dc1d43 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 11 years ago
  10. fc05ea7 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  11. 4bd70bc Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 11 years ago
  12. fce8591 PCI: designware: Fix I/O transfers by using CPU (not realio) address by Pratyush Anand · 11 years ago
  13. a01ef59 PCI: designware: Add dw_pcie prefix before cfg_read/write by Pratyush Anand · 11 years ago
  14. ca16589 PCI: designware: Fix missing MSI IRQs by Harro Haan · 11 years ago
  15. 339135f PCI: mvebu: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  16. bc9ef77 PCI: imx6: Fix bugs in PCIe startup code by Richard Zhu · 11 years ago
  17. fa33a6d PCI: imx6: Start link in Gen1 before negotiating for Gen2 mode by Marek Vasut · 11 years ago
  18. 66a60f9 PCI: imx6: Factor out link up wait loop by Marek Vasut · 11 years ago
  19. 982aa23 PCI: imx6: Factor out PHY reset by Marek Vasut · 11 years ago
  20. 7f9f40c PCI: imx6: Report "link up" only after link training completes by Marek Vasut · 11 years ago
  21. c28f8a1 PCI: imx6: Make reset-gpio optional by Marek Vasut · 11 years ago
  22. 765147f Merge branch 'pci/host-tegra' into next by Bjorn Helgaas · 11 years ago
  23. 1c898ba Merge branch 'pci/host-rcar' into next by Bjorn Helgaas · 11 years ago
  24. 7160266 Merge branch 'pci/host-mvebu' into next by Bjorn Helgaas · 11 years ago
  25. ed00f97 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 11 years ago
  26. c354e811 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 11 years ago
  27. 80b2879 ARM: tegra: pass reset to tegra_powergate_sequence_power_up() by Stephen Warren · 11 years ago
  28. 3127a6b pci: tegra: use reset framework by Stephen Warren · 11 years ago
  29. 84f4719 PCI: mvebu: Remove duplicate of_clk_get_by_name() call by Andrew Lunn · 11 years ago
  30. fb178d8 PCI: rcar: Add runtime PM support by Valentine Barshak · 11 years ago
  31. b391bf3 PCI: imx6: Remove unneeded 'goto err' by Fabio Estevam · 11 years ago
  32. 0b8cfb6 PCI: designware: Use typical "for" loop idiom by Bjorn Helgaas · 11 years ago
  33. 64989e7 PCI: designware: Remove redundant call to pci_write_config_word() by Bjørn Erik Nilsen · 11 years ago
  34. be3f48c PCI: designware: Fix crash in dw_msi_teardown_irq() by Bjørn Erik Nilsen · 11 years ago
  35. ebb034a PCI: imx6: Remove unneeded check of platform_get_resource() by Fabio Estevam · 11 years ago
  36. c176d1c PCI: rcar: Fix rcar_pci_probe() return value check by Wei Yongjun · 11 years ago
  37. 17bd86c PCI: Disable Gen2 for Tegra20 and Tegra30 by Eric Brower · 11 years ago
  38. 641e674 PCI: mvebu: Support a bridge with no IO port window by Jason Gunthorpe · 11 years ago
  39. 43a16f9 PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bits by Jason Gunthorpe · 11 years ago
  40. f407dae PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin by Jason Gunthorpe · 11 years ago
  41. 2850b05 PCI: mvebu: Drop writes to bridge Secondary Status register by Jason Gunthorpe · 11 years ago
  42. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  43. 2f466d3 Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  44. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  45. 4efc52a Merge branch 'pci/host-rcar' into next by Bjorn Helgaas · 11 years ago
  46. 4024660 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 11 years ago
  47. 356bd76 Merge branch 'pci/host-exynos' into next by Bjorn Helgaas · 11 years ago
  48. f216f57 PCI: imx6: Probe the PCIe in fs_initcall() by Marek Vasut · 11 years ago
  49. ba3eb9f PCI: Add R-Car Gen2 internal PCI support by Valentine Barshak · 11 years ago
  50. 8bcadbe PCI: imx6: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  51. 017f10e PCI: imx6: Increase link startup timeout by Marek Vasut · 11 years ago
  52. eb36309 PCI: exynos: Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  53. 4ec3ed7 PCI: imx6: Fix imprecise abort handler by Tim Harvey · 11 years ago
  54. 9b5cd09 PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe() by Wei Yongjun · 11 years ago
  55. 16b84e5 of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code. by Grant Likely · 11 years ago
  56. e6d30ab of/irq: simplify args to irq_create_of_mapping by Grant Likely · 11 years ago
  57. 530210c of/irq: Replace of_irq with of_phandle_args by Grant Likely · 11 years ago
  58. 0c02c80 of/irq: Rename of_irq_map_* functions to of_irq_parse_* by Grant Likely · 11 years ago
  59. 904d0e7 PCI: designware: Add irq_create_mapping() by Pratyush Anand · 11 years ago
  60. 73e4085 PCI: designware: Make dw_pcie_rd_own_conf(), etc., static by Bjorn Helgaas · 11 years ago
  61. 18edf45 PCI: designware: Add header guards by Seungwon Jeon · 11 years ago
  62. f5072df PCI: mvebu: make local functions static by Jingoo Han · 11 years ago
  63. 032b4c0 PCI: mvebu: add I/O access wrappers by Seungwon Jeon · 11 years ago
  64. 9f352f0 PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plug by Jason Gunthorpe · 11 years ago
  65. f8db3c9 PCI: exynos: Add missing clk_disable_unprepare() on error path by Wei Yongjun · 11 years ago
  66. cc54ccd PCI: mvebu: add support for Marvell Dove SoCs by Sebastian Hesselbarth · 11 years ago
  67. 52ba992 PCI: mvebu: add support for reset on GPIO by Sebastian Hesselbarth · 11 years ago
  68. e5615c3 PCI: mvebu: remove subsys_initcall by Sebastian Hesselbarth · 11 years ago
  69. bf09b6a PCI: mvebu: increment nports only for registered ports by Sebastian Hesselbarth · 11 years ago
  70. b42285f PCI: mvebu: move clock enable before register access by Sebastian Hesselbarth · 11 years ago
  71. 5b4deb6 PCI: mvebu: add support for MSI by Thomas Petazzoni · 11 years ago
  72. d3c0279 Merge branch 'pci/host-tegra' into next by Bjorn Helgaas · 11 years ago
  73. d95d3d5 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 11 years ago
  74. bb38919 PCI: imx6: Add support for i.MX6 PCIe controller by Sean Cross · 11 years ago
  75. 1e65249 PCI: tegra: Add missing __iomem annotation by Jingoo Han · 11 years ago
  76. f62b878 PCI: exynos: Turn off power of phy block when link failed by Jingoo Han · 11 years ago
  77. f342d94 PCI: exynos: Add support for MSI by Jingoo Han · 11 years ago
  78. b4b50fd Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  79. a923874 Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  80. dc05ee3 PCI: tegra: replace devm_request_and_ioremap by devm_ioremap_resource by Julia Lawall · 11 years ago
  81. 058dd01 PCI: exynos: Add I/O access wrappers by Seungwon Jeon · 11 years ago
  82. f7b7868 PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc() by Seungwon Jeon · 11 years ago
  83. bfa664f Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/soc by Kevin Hilman · 11 years ago
  84. 5515d99 Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/soc by Kevin Hilman · 11 years ago
  85. b4f1737 ARM: tegra: disable LP2 cpuidle state if PCIe is enabled by Stephen Warren · 11 years ago
  86. b02b07a PCI: tegra: set up PADS_REFCLK_CFG1 by Stephen Warren · 11 years ago
  87. 94716cd PCI: tegra: Add Tegra 30 PCIe support by Jay Agarwal · 11 years ago
  88. d1523b5 PCI: tegra: Move PCIe driver to drivers/pci/host by Thierry Reding · 11 years ago
  89. 4b1ced8 PCI: exynos: Split into Synopsys part and Exynos part by Jingoo Han · 11 years ago
  90. 5477a33 PCI: mvebu: Make Marvell PCIe driver depend on OF by Thomas Petazzoni · 11 years ago
  91. f48fbf9 PCI: mvebu: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  92. b22503a PCI: mvebu: Check valid base address before port setup by Ezequiel Garcia · 11 years ago
  93. 11be654 PCI: mvebu: Adapt to the new device tree layout by Thomas Petazzoni · 11 years ago
  94. 36dd1f3 PCI: mvebu: Disable prefetchable memory support in PCI-to-PCI bridge by Thomas Petazzoni · 11 years ago
  95. 340cba6 pci: Add PCIe driver for Samsung Exynos by Jingoo Han · 11 years ago
  96. 2dbefbf Merge tag 'pcie_bridge-3.11' of git://git.infradead.org/users/jcooper/linux into next/soc by Olof Johansson · 11 years ago
  97. 005625f pci: mvebu: enable driver usage on Kirkwood by Thomas Petazzoni · 11 years ago
  98. 6eb237c pci: mvebu: fix the emulation of the status register by Thomas Petazzoni · 11 years ago
  99. 197fc22 pci: mvebu: allow the enumeration of devices beyond physical bridges by Thomas Petazzoni · 11 years ago
  100. f4ac990 pci: mvebu: no longer fake the slot location of downstream devices by Thomas Petazzoni · 11 years ago