1. 2901752 Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  2. dd92b66 Merge branch 'remotes/lorenzo/pci/vmd' by Bjorn Helgaas · 6 years ago
  3. 5b90fc5 Merge branch 'remotes/lorenzo/pci/misc' by Bjorn Helgaas · 6 years ago
  4. d00aaa8 Merge branch 'remotes/lorenzo/pci/mediatek' by Bjorn Helgaas · 6 years ago
  5. a8e04a7 Merge branch 'remotes/lorenzo/pci/hv' by Bjorn Helgaas · 6 years ago
  6. 7e5b22d Merge branch 'remotes/lorenzo/pci/endpoint' by Bjorn Helgaas · 6 years ago
  7. 2506419 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 6 years ago
  8. 5fd831c PCI: altera: Enable driver on ARM64 by Ley Foon Tan · 6 years ago
  9. 49fdbd7 PCI: altera: Add Stratix 10 PCIe support by Ley Foon Tan · 6 years ago
  10. d3b34d04 PCI: aardvark: Make symbol 'advk_pci_bridge_emul_ops' static by Wei Yongjun · 6 years ago
  11. 3afc829 PCI: dwc: skip MSI init if MSIs have been explicitly disabled by Lucas Stach · 6 years ago
  12. c8ccf75 PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset() by Maya Nakamura · 6 years ago
  13. 9bc1174 PCI: hv: Replace hv_vp_set with hv_vpset by Maya Nakamura · 6 years ago
  14. 6ae9157 PCI: hv: Add __aligned(8) to struct retarget_msi_interrupt by Maya Nakamura · 6 years ago
  15. cbe3a77 PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAM by Honghui Zhang · 6 years ago
  16. c61df57 PCI: mediatek: Fix memory mapped IO range size computation by Honghui Zhang · 6 years ago
  17. 44ddb77 PCI: dwc: Remove superfluous shifting in definitions by Andrey Smirnov · 6 years ago
  18. a991f74 PCI: dwc: Make use of GENMASK/FIELD_PREP by Andrey Smirnov · 6 years ago
  19. 0e11faa PCI: dwc: Make use of BIT() in constant definitions by Andrey Smirnov · 6 years ago
  20. 689e349 PCI: dwc: Share code for dw_pcie_rd/wr_other_conf() by Andrey Smirnov · 6 years ago
  21. 4f8bbd2 PCI: dwc: Make use of IS_ALIGNED() by Andrey Smirnov · 6 years ago
  22. 5278f65 PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQ by Andrey Smirnov · 6 years ago
  23. 02b485e PCI: qcom: Don't deassert reset GPIO during probe by Bjorn Andersson · 6 years ago
  24. 33776d059 PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags by Thomas Petazzoni · 6 years ago
  25. a805770 PCI: layerscape: Add EP mode support by Xiaowei Bao · 6 years ago
  26. 92f2b02 PCI: designware-plat: Remove setting epc->features in Designware plat EP driver by Kishon Vijay Abraham I · 6 years ago
  27. f126797 PCI: rockchip: Remove pci_epf_linkup() from Rockchip EP driver by Kishon Vijay Abraham I · 6 years ago
  28. c274c9f PCI: cadence: Remove pci_epf_linkup() from Cadence EP driver by Kishon Vijay Abraham I · 6 years ago
  29. 67c777e PCI: cadence: Populate ->get_features() cdns_pcie_epc_ops by Kishon Vijay Abraham I · 6 years ago
  30. 1462217 PCI: rockchip: Populate ->get_features() dw_pcie_ep_ops by Kishon Vijay Abraham I · 6 years ago
  31. 4894467 PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_ops by Kishon Vijay Abraham I · 6 years ago
  32. 3b4322e PCI: designware-plat: Populate ->get_features() dw_pcie_ep_ops by Kishon Vijay Abraham I · 6 years ago
  33. fee35cb PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_ops by Kishon Vijay Abraham I · 6 years ago
  34. 1df82ec PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failure by Trent Piepho · 6 years ago
  35. 0380cf8 PCI: dwc: Print debug error message when MSI-X entry control mask bit is set by Gustavo Pimentel · 6 years ago
  36. 2d8ed46 PCI: imx6: Add support for i.MX8MQ by Andrey Smirnov · 6 years ago
  37. 4c458bb PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag by Andrey Smirnov · 6 years ago
  38. 2f532d07 PCI: imx6: Mark PHY functions as i.MX6 specific by Andrey Smirnov · 6 years ago
  39. e8e4d4e PCI: imx6: Introduce drvdata by Andrey Smirnov · 6 years ago
  40. 6577225 PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit) by Gustavo Pimentel · 6 years ago
  41. a348d01 PCI: dwc: Improve code readability and simplify mask/unmask operations by Gustavo Pimentel · 6 years ago
  42. 4cfae0f PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free() by Gustavo Pimentel · 6 years ago
  43. fd5288a PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity() by Gustavo Pimentel · 6 years ago
  44. 59ea68b PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg() by Gustavo Pimentel · 6 years ago
  45. 40e9892 PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask() by Gustavo Pimentel · 6 years ago
  46. 3630c4a PCI: dwc: Remove unnecessary header include (signal.h) by Gustavo Pimentel · 6 years ago
  47. 12de16a PCI: dwc: Remove unnecessary header include (of_gpio.h) by Gustavo Pimentel · 6 years ago
  48. 44e56f3 Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  49. f14bcc0 Revert "PCI: armada8k: Add support for gpio controlled reset signal" by Baruch Siach · 6 years ago
  50. a4ace4f PCI: imx: Fix checking pd_pcie_phy device link addition by Leonard Crestez · 6 years ago
  51. a6093ad PCI: imx: Fix probe failure without power domain by Leonard Crestez · 6 years ago
  52. 65c839a PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIE by Kishon Vijay Abraham I · 6 years ago
  53. c232c0d PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72x by Kishon Vijay Abraham I · 6 years ago
  54. 0294951 PCI/VMD: Configure MPS settings before adding devices by Jon Derrick · 6 years ago
  55. 66c56cf Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  56. a3869d4 PCI: amlogic: Fix build failure due to missing gpio header by Corentin Labbe · 6 years ago
  57. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  58. 926b02d Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  59. 7219905 Merge branch 'pci/imx6' by Bjorn Helgaas · 6 years ago
  60. cdf4f4dc1 Merge branch 'remotes/lorenzo/pci/uniphier' by Bjorn Helgaas · 6 years ago
  61. c266b02 Merge branch 'remotes/lorenzo/pci/mediatek' by Bjorn Helgaas · 6 years ago
  62. c877870 Merge branch 'remotes/lorenzo/pci/dwc-msi' by Bjorn Helgaas · 6 years ago
  63. 6a790bf Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 6 years ago
  64. 75cb8d2 PCI: imx: Enable MSI from downstream components by Richard Zhu · 6 years ago
  65. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  66. 7e6d5cd PCI: uniphier: Add UniPhier PCIe host controller support by Kunihiko Hayashi · 6 years ago
  67. 9c0ef6d PCI: amlogic: Add the Amlogic Meson PCIe controller driver by Yue Wang · 6 years ago
  68. 7b96dc9 PCI: mediatek: Remove un-used variant in struct mtk_pcie_port by Honghui Zhang · 6 years ago
  69. 6d6b05e PCI: dwc: Don't hard-code DBI/ATU offset by Stephen Warren · 6 years ago
  70. 9e56f0d PCI: imx: Add imx6sx suspend/resume support by Leonard Crestez · 6 years ago
  71. 3d71746 PCI: armada8k: Add support for gpio controlled reset signal by Baruch Siach · 6 years ago
  72. a3ed144 PCI: dwc: Adjust Kconfig to allow IMX6 PCIe host on IMX7 by Trent Piepho · 6 years ago
  73. edfd39f PCI: dwc: layerscape: Constify driver data by Stefan Agner · 6 years ago
  74. 3f7ccee PCI: imx: Add multi-pd support by Leonard Crestez · 6 years ago
  75. 190d4e5 vmd: use the proper dma_* APIs instead of direct methods calls by Christoph Hellwig · 6 years ago
  76. 3f7bb2e PCI: dwc: Move interrupt acking into the proper callback by Marc Zyngier · 6 years ago
  77. fce5423 PCI: dwc: Take lock when ACKing an interrupt by Marc Zyngier · 6 years ago
  78. 830920e PCI: dwc: Use interrupt masking instead of disabling by Marc Zyngier · 6 years ago
  79. 68c9ac1 dma-mapping: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  80. 0c0f2f9 PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DT by Honghui Zhang · 6 years ago
  81. 15cb127 PCI: dwc: Fix MSI-X EP framework address calculation bug by Gustavo Pimentel · 6 years ago
  82. c6fd6fe PCI: layerscape: Fix wrong invocation of outbound window disable accessor by Hou Zhiqiang · 6 years ago
  83. 68bc10b PCI: imx6: Fix link training status detection in link up check by Trent Piepho · 6 years ago
  84. b69f4ab PCI: histb: Constify dw_pcie_host_ops structure by Julia Lawall · 6 years ago
  85. bd6bf7c Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  86. cff2294 Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  87. 7e4e958 Merge branch 'remotes/lorenzo/pci/vmd' by Bjorn Helgaas · 6 years ago
  88. 4dd4d99 Merge branch 'remotes/lorenzo/pci/mediatek' by Bjorn Helgaas · 6 years ago
  89. fc23af0 Merge branch 'remotes/lorenzo/pci/keystone' by Bjorn Helgaas · 6 years ago
  90. deab1f2 Merge branch 'remotes/lorenzo/pci/iproc' by Bjorn Helgaas · 6 years ago
  91. 525fde0 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 6 years ago
  92. b7c18dc Merge branch 'remotes/lorenzo/pci/controller-misc' by Bjorn Helgaas · 6 years ago
  93. 8a3ebd8 PCI: aardvark: Implement emulated root PCI bridge config space by Zachary Zhang · 6 years ago
  94. 1f08673 PCI: mvebu: Convert to PCI emulated bridge config space by Thomas Petazzoni · 6 years ago
  95. eae6aaf PCI: mvebu: Drop unused PCI express capability code by Thomas Petazzoni · 6 years ago
  96. dc8af3a PCI: vmd: Detach resources after stopping root bus by Jon Derrick · 6 years ago
  97. 031337a PCI: mediatek: Add loadable kernel module support by Honghui Zhang · 6 years ago
  98. 97d2932 PCI: mediatek: Add system PM support for MT2712 and MT7622 by Honghui Zhang · 6 years ago
  99. 3828d60 PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocks by Honghui Zhang · 6 years ago
  100. 57cb315 PCI: mediatek: Convert to use pci_host_probe() by Honghui Zhang · 6 years ago