1. 27e8739 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  2. 96291d5 PCI: Fix typos and whitespace errors by Bjorn Helgaas · 8 years ago
  3. e9be4d7 PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specifically by Jisheng Zhang · 8 years ago
  4. 684a3a9 PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() static by Carlos Palminha · 8 years ago
  5. f8aed6e PCI: dwc: designware: Add EP mode support by Kishon Vijay Abraham I · 8 years ago
  6. edd45e3 PCI: dwc: designware: Move _unroll configurations to a separate function by Kishon Vijay Abraham I · 8 years ago
  7. a509d7d PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes by Kishon Vijay Abraham I · 8 years ago
  8. b50b2db PCI: dwc: all: Modify dbi accessors to take dbi_base as argument by Kishon Vijay Abraham I · 8 years ago
  9. a660083 PCI: dwc: designware: Add new *ops* for CPU addr fixup by Kishon Vijay Abraham I · 8 years ago
  10. feb85d9 PCI: dwc: Split pcie-designware.c into host and core files by Kishon Vijay Abraham I · 8 years ago
  11. 314fc85 PCI: dwc: designware: Fix style errors in pcie-designware.c by Kishon Vijay Abraham I · 8 years ago
  12. 5f334db PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc() by Kishon Vijay Abraham I · 8 years ago
  13. 442ec4c PCI: dwc: all: Split struct pcie_port into host-only and core structures by Kishon Vijay Abraham I · 8 years ago
  14. 40f67fb PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init() by Kishon Vijay Abraham I · 8 years ago
  15. 19ce01cc PCI: dwc: all: Rename cfg_read/cfg_write to read/write by Kishon Vijay Abraham I · 8 years ago
  16. b90dc39 PCI: dwc: designware: Move register defines to designware header file by Kishon Vijay Abraham I · 8 years ago
  17. 950bf63 PCI: Move DesignWare IP support to new drivers/pci/dwc/ directory by Kishon Vijay Abraham I · 8 years ago[Renamed from drivers/pci/host/pcie-designware.c]
  18. a782b5f PCI: designware: Check for iATU unroll only on platforms that use ATU by Murali Karicheri · 8 years ago
  19. 416379f PCI: designware: Check for iATU unroll support after initializing host by Niklas Cassel · 8 years ago
  20. f5acb5c PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments by Bjorn Helgaas · 8 years ago
  21. 3d46993 PCI: designware: Uninline register accessors by Bjorn Helgaas · 8 years ago
  22. 8ad7501 PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc() by Bjorn Helgaas · 8 years ago
  23. ad88021 PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments by Bjorn Helgaas · 8 years ago
  24. 7e00dfd PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces by Bjorn Helgaas · 8 years ago
  25. a26e010 PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll() by Kishon Vijay Abraham I · 8 years ago
  26. 1034023 PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device() by Bjorn Helgaas · 8 years ago
  27. 69a06e4 Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pci/host-designware', 'pci/host-hv', 'pci/host-keystone', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra' and 'pci/host-xilinx' into next by Bjorn Helgaas · 8 years ago
  28. 930ffc0 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  29. fb6b6cc Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 8 years ago
  30. e18934b PCI: designware: Relax device number checking to allow SR-IOV by Po Liu · 9 years ago
  31. bcd7b71 PCI: designware: Fix pci_remap_iospace() failure path by Lorenzo Pieralisi · 9 years ago
  32. 68a0bfe PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs' by Dong Bo · 9 years ago
  33. e41faf0 PCI: designware: Make explicitly non-modular by Paul Gortmaker · 9 years ago
  34. fe48cb8 PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2 by Pratyush Anand · 9 years ago
  35. 01c0767 PCI: designware: Check LTSSM training bit before deciding link is up by Jisheng Zhang · 9 years ago
  36. a0601a4 PCI: designware: Add iATU Unroll feature by Joao Pinto · 9 years ago
  37. d8bbeb3 PCI: designware: Wait for iATU enable by Joao Pinto · 9 years ago
  38. c388de1 PCI: designware: Move link wait definitions to .c file by Joao Pinto · 9 years ago
  39. 446fc23 PCI: designware: Return data directly from dw_pcie_readl_rc() by Bjorn Helgaas · 9 years ago
  40. 7baf69c7 PCI: designware: Simplify host bridge window iteration by Bjorn Helgaas · 9 years ago
  41. 12722db PCI: designware: Request host bridge window resources by Bjorn Helgaas · 9 years ago
  42. 27d9cb7 PCI: designware: Free bridge resource list on failure by Bjorn Helgaas · 9 years ago
  43. a5cb903 PCI: designware: Remove incorrect RC memory base/limit configuration by Gabriele Paoloni · 9 years ago
  44. 7e57fd1 PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc() by Jisheng Zhang · 9 years ago
  45. dac29e6 PCI: designware: Add default link up check if sub-driver doesn't override by Joao Pinto · 9 years ago
  46. 886bc5c PCI: designware: Add generic dw_pcie_wait_for_link() by Joao Pinto · 9 years ago
  47. ed00c83 PCI: designware: Remove PCI_PROBE_ONLY handling by Lorenzo Pieralisi · 9 years ago
  48. dd19392 PCI: designware: Explain why we don't program ATU for some platforms by Jisheng Zhang · 9 years ago
  49. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  50. c111e8b Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-qcom' and 'pci/host-rcar' into next by Bjorn Helgaas · 9 years ago
  51. 67de2dc PCI: designware: Make config accessor override checking symmetric by Bjorn Helgaas · 9 years ago
  52. 116a489 PCI: designware: Simplify control flow by Bjorn Helgaas · 9 years ago
  53. 17209df PCI: designware: Ensure ATU is enabled before IO/conf space accesses by Stanimir Varbanov · 9 years ago
  54. 5228e39 PCI: designware: Remove incorrect io_base assignment by Stanimir Varbanov · 9 years ago
  55. cbce7900 PCI: designware: Make driver arch-agnostic by Zhou Wang · 9 years ago
  56. 0021d22 PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT by Zhou Wang · 9 years ago
  57. 9cdce1c Revert "PCI: designware: Program ATU with untranslated address" by Zhou Wang · 9 years ago
  58. 883cc17 PCI: designware: Move calculation of bus addresses to DRA7xx by Gabriele Paoloni · 9 years ago
  59. 907fce0 PCI: designware: Make "num-lanes" an optional DT property by Gabriele Paoloni · 9 years ago
  60. b6b18f5 PCI: designware: Require config accesses to be naturally aligned by Gabriele Paoloni · 9 years ago
  61. 4c45852 PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces by Gabriele Paoloni · 9 years ago
  62. c003ca9 PCI: designware: Use exact access size in dw_pcie_cfg_read() by Gabriele Paoloni · 9 years ago
  63. c8947fb PCI: designware: Set up high part of MSI target address by Lucas Stach · 9 years ago
  64. 7970737 PCI: designware: Implement multivector MSI IRQ setup by Lucas Stach · 9 years ago
  65. ea643e1 PCI: designware: Factor out MSI msg setup by Lucas Stach · 9 years ago
  66. ed8b472 PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK by Zhou Wang · 10 years ago
  67. 17e6b00 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 9ca678d Merge branches 'pci/enumeration' and 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  69. 8953aab ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() by Lorenzo Pieralisi · 10 years ago
  70. 1f408d5 Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  71. 3e14675 PCI: Kill off set_irq_flags() usage by Rob Herring · 10 years ago
  72. 0f41421 PCI: designware: Don't complain missing *config* reg space if va_cfg0 is set by Murali Karicheri · 10 years ago
  73. e39758e PCI: Use helper functions to access fields in struct msi_desc by Jiang Liu · 10 years ago
  74. c391f26 genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc() by Jiang Liu · 10 years ago
  75. bf933db Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci/host-xgene' into next by Bjorn Helgaas · 10 years ago
  76. 528d4bc PCI: designware: Use pci_scan_root_bus() for simplicity by Yijing Wang · 10 years ago
  77. 2d91b49 PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM by Jisheng Zhang · 10 years ago
  78. 63503c8 PCI: designware: Consolidate outbound iATU programming functions by Jisheng Zhang · 10 years ago
  79. 5b0f073 PCI: designware: Add support for x8 links by Zhou Wang · 10 years ago
  80. a43f32d PCI: spear: Drop __initdata from spear13xx_pcie_driver by Matwey V. Kornilov · 10 years ago
  81. c08f8467 Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  82. 19c5392 PCI: designware: Reject MSI-X IRQs by Lucas Stach · 10 years ago
  83. 8c7d1474 ARM/PCI: Move to generic PCI domains by Lorenzo Pieralisi · 10 years ago
  84. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  85. 280510f PCI/MSI: Rename mask/unmask_msi_irq treewide by Thomas Gleixner · 10 years ago
  86. 83a1891 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() by Jiang Liu · 10 years ago
  87. 0815f95 PCI: designware: Save MSI controller in pci_sys_data by Yijing Wang · 10 years ago
  88. 2c992f3 PCI: designware: Add a blank line after declarations by Jingoo Han · 10 years ago
  89. c2791b8 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" by Yijing Wang · 10 years ago
  90. c8df6ac PCI: designware: Remove open-coded bitmap operations by Lucas Stach · 10 years ago
  91. 91f8ae8 PCI: designware: Setup and clear exactly one MSI at a time by Lucas Stach · 10 years ago
  92. 24832b4 PCI: designware: Add get_msi_data() to pcie_host_ops by Minghuan Lian · 10 years ago
  93. 450e344 PCI: designware: Rename get_msi_data() to get_msi_addr() by Minghuan Lian · 10 years ago
  94. 0c61ea7 PCI: designware: Fix IO resource end address calculation by Minghuan Lian · 10 years ago
  95. ec98e9a PCI: designware: Fix configuration base address when using 'reg' by Minghuan Lian · 10 years ago
  96. 9f0dbe0 PCI: designware: Use NULL instead of false by Fabio Estevam · 10 years ago
  97. adf70fc PCI: designware: Fold struct pcie_port_info into struct pcie_port by Pratyush Anand · 11 years ago
  98. 84a263f PCI: designware: Check private_data validity in single place by Lucas Stach · 11 years ago
  99. 8ddebc4 PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_init() by Lucas Stach · 11 years ago
  100. 92483df PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus() by Lucas Stach · 11 years ago