1. 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  2. 7225107 Merge branch 'pci/host-layerscape' into next by Bjorn Helgaas · 9 years ago
  3. 4ed31f24 Merge branch 'pci/host-hisi' into next by Bjorn Helgaas · 9 years ago
  4. c2df02b Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra' and 'pci/host-xgene' into next by Bjorn Helgaas · 9 years ago
  5. af1169b PCI: altera: Add Altera PCIe MSI driver by Ley Foon Tan · 9 years ago
  6. 500a1d9 PCI: hisi: Add HiSilicon SoC Hip05 PCIe driver by Zhou Wang · 9 years ago
  7. bd33b87 PCI: layerscape: Add ls_pcie_msi_host_init() by Minghuan Lian · 9 years ago
  8. 5192ec7 PCI: layerscape: Add support for LS1043a and LS2080a by Minghuan Lian · 9 years ago
  9. 0f3cb32 PCI: layerscape: Remove unused fields from struct ls_pcie by Minghuan Lian · 9 years ago
  10. a167fb7 PCI: layerscape: Update ls_add_pcie_port() by Minghuan Lian · 9 years ago
  11. d646334 PCI: layerscape: Factor out SCFG related function by Minghuan Lian · 9 years ago
  12. 7af4ce3 PCI: layerscape: Ignore PCIe controllers in Endpoint mode by Minghuan Lian · 9 years ago
  13. 72f71af PCI: layerscape: Remove ls_pcie_establish_link() by Minghuan Lian · 9 years ago
  14. cbce790 PCI: designware: Make driver arch-agnostic by Zhou Wang · 9 years ago
  15. 0021d22 PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT by Zhou Wang · 9 years ago
  16. 9cdce1c Revert "PCI: designware: Program ATU with untranslated address" by Zhou Wang · 9 years ago
  17. 883cc17 PCI: designware: Move calculation of bus addresses to DRA7xx by Gabriele Paoloni · 9 years ago
  18. 907fce0 PCI: designware: Make "num-lanes" an optional DT property by Gabriele Paoloni · 9 years ago
  19. b6b18f5 PCI: designware: Require config accesses to be naturally aligned by Gabriele Paoloni · 9 years ago
  20. 4c45852 PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces by Gabriele Paoloni · 9 years ago
  21. c003ca9 PCI: designware: Use exact access size in dw_pcie_cfg_read() by Gabriele Paoloni · 9 years ago
  22. fa3b7cb PCI: spear: Fix dw_pcie_cfg_read/write() usage by Gabriele Paoloni · 9 years ago
  23. c8947fb PCI: designware: Set up high part of MSI target address by Lucas Stach · 9 years ago
  24. 8c53e8e PCI: rcar: Fix I/O offset for multiple host bridges by Phil Edworthy · 9 years ago
  25. 42175a3 PCI: rcar: Set root bus nr to that provided in DT by Phil Edworthy · 9 years ago
  26. 79953dd PCI: rcar: Remove dependency on ARM-specific struct hw_pci by Phil Edworthy · 9 years ago
  27. d0c3f4d PCI: rcar: Make PCI aware of the I/O resources by Phil Edworthy · 9 years ago
  28. 7c537c6 PCI: rcar: Build pcie-rcar.c only on ARM by Geert Uytterhoeven · 9 years ago
  29. 6cbfeae PCI: rcar: Build pci-rcar-gen2.c only on ARM by Geert Uytterhoeven · 9 years ago
  30. eaa6111 PCI: altera: Add Altera PCIe host controller driver by Ley Foon Tan · 9 years ago
  31. be908d2 PCI: iproc: Fix header comment "Corporation" misspelling by Florian Fainelli · 9 years ago
  32. e99a187 PCI: iproc: Add outbound mapping support by Ray Jui · 9 years ago
  33. be5436c irqdomain/msi: Use fwnode instead of of_node by Marc Zyngier · 9 years ago
  34. f6225c3 PCI: generic: Fix address window calculation for non-zero starting bus by David Daney · 9 years ago
  35. d1a082c PCI: mvebu: Remove code restricting accesses to slot 0 by Russell King · 9 years ago
  36. dc0352a PCI: mvebu: Add PCI Express root complex capability block by Russell King · 9 years ago
  37. d609a8d PCI: mvebu: Improve clock/reset handling by Russell King · 9 years ago
  38. 8a182c2 PCI: mvebu: Use gpio_desc to carry around gpio by Russell King · 9 years ago
  39. 19fdb80 PCI: mvebu: Use devm_kcalloc() to allocate an array by Russell King · 9 years ago
  40. 4a2eae2 PCI: mvebu: Use gpio_set_value_cansleep() by Russell King · 9 years ago
  41. 3884d84 PCI: mvebu: Split port parsing and resource claiming from port setup by Russell King · 9 years ago
  42. 37bfa77 PCI: mvebu: Fix memory leaks and refcount leaks by Russell King · 9 years ago
  43. 49cb1f7 PCI: mvebu: Move port parsing and resource claiming to separate function by Russell King · 9 years ago
  44. ab7ea30 PCI: mvebu: Use port->name rather than "PCIe%d.%d" by Russell King · 9 years ago
  45. 2cdf4ed PCI: mvebu: Report full node name when reporting a DT error by Russell King · 9 years ago
  46. 2aee2ed PCI: mvebu: Use for_each_available_child_of_node() to walk child nodes by Russell King · 9 years ago
  47. 7de36cd PCI: mvebu: Use of_get_available_child_count() by Russell King · 9 years ago
  48. 79e3f6c PCI: mvebu: Use exact config access size; don't read/modify/write by Russell King · 9 years ago
  49. 58c19a1 PCI: mvebu: Return zero for reserved or unimplemented config space by Russell King · 9 years ago
  50. 47ddb94 PCI: generic: Pass starting bus number to pci_scan_root_bus() by David Daney · 9 years ago
  51. 9a28033 PCI: generic: Allow multiple hosts with different map_bus() methods by David Daney · 9 years ago
  52. 00b9b91 PCI/MSI: xgene: Remove msi_controller assignment by Duc Dang · 9 years ago
  53. aaf22ab PCI: iproc: Improve link detection logic by Ray Jui · 9 years ago
  54. 199ff14 PCI: iproc: Fix PCIe reset logic by Ray Jui · 9 years ago
  55. bdb8a18 PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARM by Ray Jui · 9 years ago
  56. 98aac69 PCI: iproc: Remove unused struct iproc_pcie.irqs[] by Ray Jui · 9 years ago
  57. 5d92f41 PCI: iproc: Fix code comment to match code by Ray Jui · 9 years ago
  58. 966966a Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  59. 111feb7 PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definition by Fabio Estevam · 9 years ago
  60. 89b2d4f PCI: imx6: Return real error code from imx6_add_pcie_port() by Fabio Estevam · 9 years ago
  61. de24c18 PCI: rcar: Add R8A7794 support by Sergei Shtylyov · 9 years ago
  62. 98a97e6 PCI: designware: Make get_msi_addr() return phys_addr_t, not u32 by Lucas Stach · 9 years ago
  63. 7970737 PCI: designware: Implement multivector MSI IRQ setup by Lucas Stach · 9 years ago
  64. ea643e1 PCI: designware: Factor out MSI msg setup by Lucas Stach · 9 years ago
  65. ed8b472 PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK by Zhou Wang · 9 years ago
  66. a07245d PCI: generic: Fix lookup of linux,pci-probe-only property by Marc Zyngier · 9 years ago
  67. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  68. 512ee2f PCI: tegra: Wrap static pgprot_t initializer with __pgprot() by Ard Biesheuvel · 9 years ago
  69. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 8d01b66 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  71. 9ca678d Merge branches 'pci/enumeration' and 'pci/misc' into next by Bjorn Helgaas · 9 years ago
  72. 2fc32c9 Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into next by Bjorn Helgaas · 9 years ago
  73. 3a10766 PCI: Drop references acquired by of_parse_phandle() by Bjorn Helgaas · 9 years ago
  74. 8953aab ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() by Lorenzo Pieralisi · 9 years ago
  75. aa4a5c0 PCI: generic: Add arm64 support by Jayachandran C · 9 years ago
  76. 499733e PCI: generic: Remove dependency on ARM-specific struct hw_pci by Jayachandran C · 9 years ago
  77. 8d1ceb5 PCI: imx6: Simplify a trivial if-return sequence by Fabio Estevam · 9 years ago
  78. 68ebb7c PCI: spear: Use BUG_ON() instead of condition followed by BUG() by Fabio Estevam · 9 years ago
  79. d3f4caa PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE() by Fabio Estevam · 9 years ago
  80. 649953b PCI: xilinx: Fix typo in function name by Jiang Liu · 9 years ago
  81. f0d9ac7 Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into next by Bjorn Helgaas · 9 years ago
  82. 1f408d5 Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  83. 78bdcad PCI: dra7xx: Add support to make GPIO drive PERST# line by Kishon Vijay Abraham I · 9 years ago
  84. 389c709 PCI: dra7xx: Clear MSE bit during suspend so clocks will idle by Kishon Vijay Abraham I · 9 years ago
  85. e52eb44 PCI: dra7xx: Add PM support by Kishon Vijay Abraham I · 9 years ago
  86. 0e2bdb0 PCI: dra7xx: Disable pm_runtime on get_sync failure by Kishon Vijay Abraham I · 9 years ago
  87. 05aa7d6 PCI: iproc: Allow BCMA bus driver to be built as module by Hauke Mehrtens · 9 years ago
  88. 3e14675 PCI: Kill off set_irq_flags() usage by Rob Herring · 9 years ago
  89. cd66d5c Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' into next by Bjorn Helgaas · 9 years ago
  90. 36f024e PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 9 years ago
  91. 8d63bc7 PCI/MSI: pci-xgene-msi: Get rid of struct msi_controller by Marc Zyngier · 9 years ago
  92. 70d334c PCI: iproc: Fix BCMA dependency in Kconfig by Ray Jui · 9 years ago
  93. b00c441 PCI: iproc: Fix ARM64 dependency in Kconfig by Ray Jui · 9 years ago
  94. db9d6d7 PCI: iproc: enable arm64 support for iProc PCIe by Ray Jui · 9 years ago
  95. 0f41421 PCI: designware: Don't complain missing *config* reg space if va_cfg0 is set by Murali Karicheri · 9 years ago
  96. 8d9bfe3 PCI: iproc: Add arm64 support by Ray Jui · 9 years ago
  97. e39758e PCI: Use helper functions to access fields in struct msi_desc by Jiang Liu · 9 years ago
  98. 8ef54f2 PCI: xgene: Add support for a 64-bit prefetchable memory window by Duc Dang · 9 years ago
  99. e4a8f8e PCI: xilinx: Check for MSI interrupt flag before handling as INTx by Russell Joyce · 9 years ago
  100. 97a8596 PCI/keystone: Prepare irq handlers for irq argument removal by Thomas Gleixner · 9 years ago