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