1. 27e8739 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  2. 3a749ea Merge branch 'pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  3. f90742c Merge branch 'pci/host-spear13xx' into next by Bjorn Helgaas · 7 years ago
  4. cb9d4f0 Merge branch 'pci/host-qcom' into next by Bjorn Helgaas · 7 years ago
  5. 9857f12 Merge branch 'pci/host-layerscape' into next by Bjorn Helgaas · 7 years ago
  6. 0964c40 Merge branch 'pci/host-kirin' into next by Bjorn Helgaas · 7 years ago
  7. 8f5b3f5 Merge branch 'pci/host-keystone' into next by Bjorn Helgaas · 7 years ago
  8. 8a21881 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 7 years ago
  9. 6238e05 Merge branch 'pci/host-hisi' into next by Bjorn Helgaas · 7 years ago
  10. 0dd9636f Merge branch 'pci/host-exynos' into next by Bjorn Helgaas · 7 years ago
  11. 5138620 Merge branch 'pci/host-dra7xx' into next by Bjorn Helgaas · 7 years ago
  12. ee75520 Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 7 years ago
  13. 199a025 Merge branch 'pci/host-artpec6' into next by Bjorn Helgaas · 7 years ago
  14. 343ce0c PCI: spear13xx: Fix platform_get_irq() error handling by Fabio Estevam · 7 years ago
  15. 16df7cd PCI: artpec6: Fix platform_get_irq() error handling by Fabio Estevam · 7 years ago
  16. 0fe5f1c PCI: armada8k: Fix platform_get_irq() error handling by Fabio Estevam · 7 years ago
  17. 2f3ec75 PCI: dra7xx: Fix platform_get_irq() error handling by Fabio Estevam · 7 years ago
  18. 1df5a48 PCI: exynos: Fix platform_get_irq() error handling by Fabio Estevam · 7 years ago
  19. 96291d5 PCI: Fix typos and whitespace errors by Bjorn Helgaas · 7 years ago
  20. 03fc613 PCI: layerscape: Add support for ls1088a by Hou Zhiqiang · 7 years ago
  21. 8f89357 PCI: layerscape: Add support for ls2088a by Hou Zhiqiang · 7 years ago
  22. b015b37 PCI: artpec6: Stop enabling writes to DBI read-only registers by Hou Zhiqiang · 7 years ago
  23. c3f9093 PCI: layerscape: Remove unnecessary class code fixup by Hou Zhiqiang · 7 years ago
  24. d91dfe5 PCI: dwc: Enable write permission for Class Code, Interrupt Pin updates by Hou Zhiqiang · 7 years ago
  25. e44abfe PCI: dwc: Add accessors for write permission of DBI read-only registers by Hou Zhiqiang · 7 years ago
  26. 4a2745d PCI: layerscape: Disable outbound windows configured by bootloader by Hou Zhiqiang · 7 years ago
  27. fa92dba PCI: layerscape: Refactor ls1021_pcie_host_init() by Hou Zhiqiang · 7 years ago
  28. 1d36eb5 PCI: designware-ep: Do not disable BARs during initialization by Kishon Vijay Abraham I · 7 years ago
  29. 85aa139 PCI: dra7xx: Reset all BARs during initialization by Kishon Vijay Abraham I · 7 years ago
  30. a937fe0 PCI: dwc: designware: Provide page_size to pci_epc_mem by Kishon Vijay Abraham I · 7 years ago
  31. ba95a82 PCI: layerscape: Move generic init functions earlier in file by Hou Zhiqiang · 7 years ago
  32. 5da39bf PCI: layerscape: Add class code and multifunction fixups for ls1021a by Hou Zhiqiang · 7 years ago
  33. 0223234 PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracket by Hou Zhiqiang · 7 years ago
  34. a36deff PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init() by Hou Zhiqiang · 7 years ago
  35. 5d76117 PCI: qcom: Add support for IPQ8074 PCIe controller by Varadarajan Narayanan · 7 years ago
  36. deff11f PCI: qcom: Use block IP version for operations by Varadarajan Narayanan · 7 years ago
  37. 244e000 PCI: qcom: Explicitly request exclusive reset control by Philipp Zabel · 7 years ago
  38. a8c2038 PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expanders by Fabio Estevam · 7 years ago
  39. 8c93409 PCI: dwc: Clear MSI interrupt status after it is handled, not before by Faiz Abbas · 7 years ago
  40. a0d21ba PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe() by Gustavo A. R. Silva · 7 years ago
  41. db2af31 PCI: kirin: Constify dw_pcie_host_ops structure by Bhumika Goyal · 7 years ago
  42. 5a47516 PCI: hisi: Constify dw_pcie_host_ops structure by Bhumika Goyal · 7 years ago
  43. da4c4be PCI: keystone: Use PCI_NUM_INTX by Bjorn Helgaas · 7 years ago
  44. 44b5557 PCI: keystone: Remove duplicate MAX_*_IRQS defs by Bjorn Helgaas · 7 years ago
  45. 54f910a PCI: keystone-dw: Remove unused ks_pcie, pci variables by Shawn Lin · 8 years ago
  46. 61534d1 PCI: dra7xx: Use PCI_NUM_INTX by Bjorn Helgaas · 7 years ago
  47. e2e5d7b PCI: armada8k: Check the return value from clk_prepare_enable() by Fabio Estevam · 7 years ago
  48. b379d38 PCI: hisi: Remove unused variable driver by Shawn Lin · 7 years ago
  49. 71cee8e PCI: qcom: Allow ->post_init() to fail by Bjorn Andersson · 7 years ago
  50. 89539f0 PCI: qcom: Don't unroll init if ->init() fails by Bjorn Andersson · 7 years ago
  51. 7c18058 PCI: imx6: Explicitly request exclusive reset control by Philipp Zabel · 7 years ago
  52. 4a30176 PCI: dwc: designware: Handle ->host_init() failures by Bjorn Andersson · 7 years ago
  53. e9be4d7 PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically by Jisheng Zhang · 7 years ago
  54. 684a3a9 PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static by Carlos Palminha · 7 years ago
  55. bec36cf Merge branch 'pci/host-qcom' into next by Bjorn Helgaas · 8 years ago
  56. 8a08e7e Merge branch 'pci/host-kirin' into next by Bjorn Helgaas · 8 years ago
  57. beaba77 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 8 years ago
  58. ecf75c4 Merge branch 'pci/host-dra7xx' into next by Bjorn Helgaas · 8 years ago
  59. f011a5f Merge branch 'pci/host-designware' into next by Bjorn Helgaas · 8 years ago
  60. 44d745f Merge branch 'pci/irq-fixups' into next by Bjorn Helgaas · 8 years ago
  61. b8f2a85 PCI: qcom: Limit TLP size to 2K to work around hardware issue by Srinivas Kandagatla · 8 years ago
  62. 7a5966e PCI: qcom: Fix spelling mistake: "asser" -> "assert" by Colin Ian King · 8 years ago
  63. 5d0f1b8 PCI: qcom: Reorder to put v0 functions together, v1 functions together, etc by Bjorn Helgaas · 8 years ago
  64. 90d52d5 PCI: qcom: Add support for IPQ4019 PCIe controller by John Crispin · 8 years ago
  65. fc5165d PCI: kirin: Add HiSilicon Kirin SoC PCIe controller driver by Xiaowei Song · 8 years ago
  66. c26ebe9 PCI: imx6: Add regulator support by Quentin Schulz · 8 years ago
  67. 40aa52c PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAIN by Arvind Yadav · 8 years ago
  68. 27fce38 PCI: dwc: dra7xx: Depend on appropriate SoC or compile test by Peter Robinson · 8 years ago
  69. 4ab2e7c PCI: dwc: Constify dw_pcie_host_ops structures by Jisheng Zhang · 8 years ago
  70. 3eefa79 PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREAD by Jisheng Zhang · 8 years ago
  71. 60eca19 PCI: designware: Drop pci_fixup_irqs() by Lorenzo Pieralisi · 8 years ago
  72. 295aeb9 PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge() by Lorenzo Pieralisi · 8 years ago
  73. 415b618 PCI: imx6: Fix config read timeout handling by Lucas Stach · 8 years ago
  74. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  75. a5f40e8 PCI: Don't allow unbinding host controllers that aren't prepared by Brian Norris · 8 years ago
  76. 0b0ee66 Merge branch 'pci/ioremap' into next by Bjorn Helgaas · 8 years ago
  77. 7284a62 Merge branch 'pci/host-imx6' into next by Bjorn Helgaas · 8 years ago
  78. f7a2757 PCI: dwc: dra7xx: Workaround for errata id i870 by Kishon Vijay Abraham I · 8 years ago
  79. 608793e PCI: dwc: dra7xx: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  80. 5ffd90a PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled independently by Kishon Vijay Abraham I · 8 years ago
  81. f8aed6e PCI: dwc: designware: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  82. 7221547 PCI: imx6: Fix spelling mistake: "contol" -> "control" by Colin Ian King · 8 years ago
  83. 89874a1 PCI: keystone-dw: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  84. 01bd489 PCI: layerscape: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  85. e313a44 PCI: hisi: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  86. 53dfa17 PCI: armada8k: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  87. cc7b0d4 PCI: designware: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  88. 10c736f PCI: qcom: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  89. 05043c8 PCI: spear13xx: Update PCI config space remap function by Lorenzo Pieralisi · 8 years ago
  90. b9c1153 PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam) by Dongdong Liu · 8 years ago
  91. 93b226f PCI: imx6: Do not switch speed if Gen2 is disabled by Andrey Smirnov · 8 years ago
  92. e6dcd87 PCI: imx6: Do not wait for speed change on i.MX7 by Andrey Smirnov · 8 years ago
  93. bde4a5a PCI: imx6: Allow probe deferral by reset GPIO by Andrey Smirnov · 8 years ago
  94. 9b3fe67 PCI: imx6: Add code to support i.MX7D by Andrey Smirnov · 8 years ago
  95. d4c7d1a PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe by Keerthy · 8 years ago
  96. edd45e3 PCI: dwc: designware: Move _unroll configurations to a separate function by Kishon Vijay Abraham I · 8 years ago
  97. a509d7d PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes by Kishon Vijay Abraham I · 8 years ago
  98. b50b2db PCI: dwc: all: Modify dbi accessors to take dbi_base as argument by Kishon Vijay Abraham I · 8 years ago
  99. 62c5549f PCI: dwc: artpec6: Populate cpu_addr_fixup ops by Kishon Vijay Abraham I · 8 years ago
  100. 2ed6cc7 PCI: dwc: dra7xx: Populate cpu_addr_fixup ops by Kishon Vijay Abraham I · 8 years ago