1. 27e7ed0 PCI: dwc: Add a default pci_ops.map_bus for root port by Rob Herring · 4 years, 5 months ago
  2. 444ddca PCI: dwc: Allow overriding bridge pci_ops by Rob Herring · 4 years, 5 months ago
  3. f81c770 PCI: dwc: Use DBI accessors instead of own config accessors by Rob Herring · 4 years, 5 months ago
  4. 49e427e Merge branch 'pci/host-probe-refactor' by Bjorn Helgaas · 4 years, 5 months ago
  5. b64aa11 PCI: Set bridge map_irq and swizzle_irq to default functions by Rob Herring · 4 years, 6 months ago
  6. 669cbc7 PCI: Move DT resource setup into devm_pci_alloc_host_bridge() by Rob Herring · 4 years, 6 months ago
  7. 4f5c883 PCI: Move setting pci_host_bridge.busnr out of host drivers by Rob Herring · 4 years, 6 months ago
  8. 5525493 PCI: designware: Use pci_is_root_bus() to check if bus is root bus by Rob Herring · 4 years, 6 months ago
  9. 6a58990 PCI: Set default bridge parent device by Rob Herring · 4 years, 6 months ago
  10. 7ecd4a8 PCI: Replace http:// links with https:// by Alexander A. Klimov · 4 years, 7 months ago
  11. 03f8c1b3 PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_port by Kishon Vijay Abraham I · 5 years ago
  12. 0414b93 PCI: dwc: Fix inner MSI IRQ domain registration by Marc Zyngier · 4 years, 9 months ago
  13. 7bd4c4a Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges' by Bjorn Helgaas · 5 years ago
  14. d76d273d Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 5 years ago
  15. bbd8810d PCI: Remove unused includes and superfluous struct declaration by Krzysztof Wilczynski · 5 years ago
  16. 331f634 PCI: of: Add inbound resource parsing to helpers by Rob Herring · 5 years ago
  17. 7fe71aa PCI: dwc: Use pci_parse_request_of_pci_ranges() by Rob Herring · 5 years ago
  18. 1137e61 PCI: dwc: Fix find_next_bit() usage by Niklas Cassel · 5 years ago
  19. 3efa7f1 Merge branch 'lorenzo/pci/tegra' by Bjorn Helgaas · 5 years ago
  20. 0b24134 PCI: dwc: Add validation that PCIe core is set to correct mode by Jonathan Chocron · 5 years ago
  21. 3924bc2 PCI: dwc: Group DBI registers writes requiring unlocking by Vidya Sagar · 5 years ago
  22. ca98329 PCI: dwc: Export APIs to support .remove() implementation by Vidya Sagar · 6 years ago
  23. 9d071ca PCI: dwc: Add API support to de-initialize host by Vidya Sagar · 6 years ago
  24. 0b8439d Merge branch 'remotes/lorenzo/pci/keystone' by Bjorn Helgaas · 6 years ago
  25. fe23274 PCI: dwc: Save root bus for driver remove hooks by Jisheng Zhang · 6 years ago
  26. e6fdd3b PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify code by Jisheng Zhang · 6 years ago
  27. 9e2b5de PCI: dwc: Free MSI in dw_pcie_host_init() error path by Jisheng Zhang · 6 years ago
  28. dc69a3d PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi() by Jisheng Zhang · 6 years ago
  29. 3ebc269 PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid by Jisheng Zhang · 6 years ago
  30. a9f4c2d PCI: dwc: Enable iATU unroll for endpoint too by Kishon Vijay Abraham I · 6 years ago
  31. fd8a44b PCI: dwc: Remove default MSI initialization for platform specific MSI chips by Kishon Vijay Abraham I · 6 years ago
  32. dad5258 PCI: dwc: Remove Keystone specific dw_pcie_host_ops by Kishon Vijay Abraham I · 6 years ago
  33. 117c3b6 PCI: keystone: Use Keystone specific msi_irq_chip by Kishon Vijay Abraham I · 6 years ago
  34. 9f67437 PCI: dwc: Add support to use non default msi_irq_chip by Kishon Vijay Abraham I · 6 years ago
  35. 3afc829 PCI: dwc: skip MSI init if MSIs have been explicitly disabled by Lucas Stach · 6 years ago
  36. 689e349 PCI: dwc: Share code for dw_pcie_rd/wr_other_conf() by Andrey Smirnov · 6 years ago
  37. 6577225 PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit) by Gustavo Pimentel · 6 years ago
  38. a348d01 PCI: dwc: Improve code readability and simplify mask/unmask operations by Gustavo Pimentel · 6 years ago
  39. 4cfae0f PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free() by Gustavo Pimentel · 6 years ago
  40. fd5288a PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity() by Gustavo Pimentel · 6 years ago
  41. 59ea68b PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg() by Gustavo Pimentel · 6 years ago
  42. 40e9892 PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask() by Gustavo Pimentel · 6 years ago
  43. c877870 Merge branch 'remotes/lorenzo/pci/dwc-msi' by Bjorn Helgaas · 6 years ago
  44. 6d6b05e PCI: dwc: Don't hard-code DBI/ATU offset by Stephen Warren · 6 years ago
  45. 3f7bb2e PCI: dwc: Move interrupt acking into the proper callback by Marc Zyngier · 6 years ago
  46. fce5423 PCI: dwc: Take lock when ACKing an interrupt by Marc Zyngier · 6 years ago
  47. 830920e PCI: dwc: Use interrupt masking instead of disabling by Marc Zyngier · 6 years ago
  48. fd07f5e PCI: designware: Fix I/O space page leak by Sergei Shtylyov · 7 years ago
  49. 6e0832f PCI: Collect all native drivers under drivers/pci/controller/ by Shawn Lin · 7 years ago[Renamed (99%) from drivers/pci/dwc/pcie-designware-host.c]
  50. 3a3869f Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago