- d21faba1 PCI: Bulk conversion to generic_handle_domain_irq() by Marc Zyngier · 3 years, 6 months ago
- a5166a1 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 3 years, 9 months ago
- 3d0b2a3 PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.c by Kishon Vijay Abraham I · 3 years, 10 months ago
- 43395d9 PCI: Fix kernel-doc errors by Krzysztof Wilczyński · 3 years, 10 months ago
- fcde397 Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'" by Rob Herring · 4 years, 2 months ago
- 60f5b73 PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init() by Rob Herring · 4 years, 2 months ago
- b9ac0f9 PCI: dwc: Move dw_pcie_setup_rc() to DWC common code by Rob Herring · 4 years, 2 months ago
- 886a9c1 PCI: dwc: Move link handling into common code by Rob Herring · 4 years, 2 months ago
- f78f026 PCI: dwc: Rework MSI initialization by Rob Herring · 4 years, 2 months ago
- a0fd361 PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code by Rob Herring · 4 years, 2 months ago
- b101a39 PCI: keystone: Remove iATU register mapping by Kunihiko Hayashi · 4 years, 4 months ago
- 39bc500 PCI: dwc: Centralize link gen setting by Rob Herring · 4 years, 5 months ago
- 903d69f PCI: dwc: Remove read_dbi2 code by Rob Herring · 4 years, 5 months ago
- fb76523 PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset by Rob Herring · 4 years, 5 months ago
- 421063e PCI: dwc/keystone: Drop duplicated 'num-viewport' by Rob Herring · 4 years, 5 months ago
- 2ef6b06 PCI: dwc: Simplify config space handling by Rob Herring · 4 years, 5 months ago
- 0f71c60 PCI: dwc: Remove storing of PCI resources by Rob Herring · 4 years, 5 months ago
- 6ab15b5 PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus by Rob Herring · 4 years, 5 months ago
- 10a797c PCI: dwc: keystone: Use pci_ops for config space accessors by Rob Herring · 4 years, 5 months ago
- 6f119ec Merge branch 'pci/irq-error' by Bjorn Helgaas · 4 years, 5 months ago
- 49e427e Merge branch 'pci/host-probe-refactor' by Bjorn Helgaas · 4 years, 5 months ago
- 2641802 Merge branch 'remotes/lorenzo/pci/dwc' by Bjorn Helgaas · 4 years, 5 months ago
- caecb05 PCI: Remove dev_err() when handing an error from platform_get_irq() by Krzysztof Wilczyński · 4 years, 6 months ago
- 5525493 PCI: designware: Use pci_is_root_bus() to check if bus is root bus by Rob Herring · 4 years, 6 months ago
- 936fa5c PCI: dwc: Convert to devm_platform_ioremap_resource_byname() by Dejin Zheng · 4 years, 6 months ago
- 7ecd4a8 PCI: Replace http:// links with https:// by Alexander A. Klimov · 4 years, 7 months ago
- 146d328 PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interrupt by Kishon Vijay Abraham I · 4 years, 11 months ago
- b0de922 PCI: keystone: Fix error handling when "num-viewport" DT property is not populated by Kishon Vijay Abraham I · 5 years ago
- 2d0c3fb PCI: keystone: Fix outbound region mapping by Yurii Monakov · 5 years ago
- 6df1987 PCI: keystone: Fix link training retries initiation by Yurii Monakov · 5 years ago
- 23284ad PCI: keystone: Add support for PCIe EP in AM654x Platforms by Kishon Vijay Abraham I · 6 years ago
- fbb2de8 PCI: keystone: Add support to set the max link speed from DT by Kishon Vijay Abraham I · 6 years ago
- b22af42 PCI: keystone: Invoke phy_reset() API before enabling PHY by Kishon Vijay Abraham I · 6 years ago
- 18b0415 PCI: keystone: Add support for PCIe RC in AM654x Platforms by Kishon Vijay Abraham I · 6 years ago
- f316a2b PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64 by Kishon Vijay Abraham I · 6 years ago
- 156c6fe PCI: keystone: Explicitly set the PCIe mode by Kishon Vijay Abraham I · 6 years ago
- b1dee41 PCI: keystone: Move resources initialization to prepare for EP support by Kishon Vijay Abraham I · 6 years ago
- 2341ab4 PCI: keystone: Use platform_get_resource_byname() to get memory resources by Kishon Vijay Abraham I · 6 years ago
- f3560a9 PCI: keystone: Perform host initialization in a single function by Kishon Vijay Abraham I · 6 years ago
- 0790eb1 PCI: keystone: Cleanup error_irq configuration by Kishon Vijay Abraham I · 6 years ago
- 9afb20d PCI: keystone: Add start_link()/stop_link() dw_pcie_ops by Kishon Vijay Abraham I · 6 years ago
- 117c3b6 PCI: keystone: Use Keystone specific msi_irq_chip by Kishon Vijay Abraham I · 6 years ago
- 66c10ec PCI: keystone: Cleanup ks_pcie_msi_irq_handler() by Kishon Vijay Abraham I · 6 years ago
- f6f2900 PCI: keystone: Use hwirq to get the MSI IRQ number offset by Kishon Vijay Abraham I · 6 years ago
- 1146c29 PCI: keystone: Add separate functions for configuring MSI and legacy interrupt by Kishon Vijay Abraham I · 6 years ago
- 1beb551 PCI: keystone: Cleanup interrupt related macros by Kishon Vijay Abraham I · 6 years ago
- 261de72 PCI: keystone: Cleanup macros defined in pci-keystone.c by Kishon Vijay Abraham I · 6 years ago
- c0b8558 PCI: keystone: Reorder header file in alphabetical order by Kishon Vijay Abraham I · 6 years ago
- daaaa66 PCI: keystone: Add debug error message for all errors by Kishon Vijay Abraham I · 6 years ago
- 0523cdc PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interrupt status by Kishon Vijay Abraham I · 6 years ago
- 23fe5bd PCI: keystone: Cleanup ks_pcie_link_up() by Kishon Vijay Abraham I · 6 years ago
- f9127db PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode() by Kishon Vijay Abraham I · 6 years ago
- e75043a PCI: keystone: Cleanup outbound window configuration by Kishon Vijay Abraham I · 6 years ago
- b4f1af8 PCI: keystone: Get number of outbound windows from DT by Kishon Vijay Abraham I · 6 years ago
- 44c747a PCI: keystone: Cleanup configuration space access by Kishon Vijay Abraham I · 6 years ago
- 8047eb5 PCI: keystone: Invoke runtime PM APIs to enable clock by Kishon Vijay Abraham I · 6 years ago
- 4922923 PCI: keystone: Cleanup PHY handling by Kishon Vijay Abraham I · 6 years ago
- b51a625 PCI: keystone: Use SYSCON APIs to get device ID from control module by Kishon Vijay Abraham I · 6 years ago
- a1cabd2 PCI: keystone: Use uniform function naming convention by Kishon Vijay Abraham I · 6 years ago
- c81ab80 PCI: keystone: Remove redundant platform_set_drvdata() invocation by Kishon Vijay Abraham I · 6 years ago
- b492aca PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.c by Kishon Vijay Abraham I · 6 years ago
- 1f79f98 PCI: keystone: Remove unused argument from ks_dw_pcie_host_init() by Kishon Vijay Abraham I · 6 years ago
- 2433a18 PCI: keystone: Do not initiate link training multiple times by Kishon Vijay Abraham I · 6 years ago
- 1e10f73 PCI: keystone: Move dw_pcie_setup_rc() out of ks_pcie_establish_link() by Kishon Vijay Abraham I · 6 years ago
- 00a2c40 PCI: keystone: Use quirk to set MRRS for PCI host bridge by Kishon Vijay Abraham I · 6 years ago
- 148e340 PCI: keystone: Use quirk to limit MRRS for K2G by Kishon Vijay Abraham I · 6 years ago
- 8519bc8 PCI: keystone: Drop unnecessary root_bus_nr setting by Shawn Guo · 7 years ago
- 6e0832f PCI: Collect all native drivers under drivers/pci/controller/ by Shawn Lin · 7 years ago[Renamed from drivers/pci/dwc/pci-keystone.c]
- 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