summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-keystone.c
AgeCommit message (Expand)Author
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-05-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2021-03-22PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I
2021-03-11PCI: Fix kernel-doc errorsKrzysztof Wilczyński
2020-11-19Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring
2020-11-19PCI: dwc: Move link handling into common codeRob Herring
2020-11-19PCI: dwc: Rework MSI initializationRob Herring
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring
2020-10-13PCI: keystone: Remove iATU register mappingKunihiko Hayashi
2020-09-10PCI: dwc: Centralize link gen settingRob Herring
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring
2020-09-08PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offsetRob Herring
2020-09-08PCI: dwc/keystone: Drop duplicated 'num-viewport'Rob Herring
2020-09-08PCI: dwc: Simplify config space handlingRob Herring
2020-09-08PCI: dwc: Remove storing of PCI resourcesRob Herring
2020-09-08PCI: dwc: keystone: Convert .scan_bus() callback to use add_busRob Herring
2020-09-08PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov
2020-04-02PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I
2020-01-21PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I
2020-01-10PCI: keystone: Fix outbound region mappingYurii Monakov
2020-01-10PCI: keystone: Fix link training retries initiationYurii Monakov
2019-05-01PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I
2019-04-15PCI: keystone: Add support to set the max link speed from DTKishon Vijay Abraham I
2019-04-15PCI: keystone: Invoke phy_reset() API before enabling PHYKishon Vijay Abraham I
2019-04-15PCI: keystone: Add support for PCIe RC in AM654x PlatformsKishon Vijay Abraham I
2019-04-15PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64Kishon Vijay Abraham I
2019-04-15PCI: keystone: Explicitly set the PCIe modeKishon Vijay Abraham I
2019-04-15PCI: keystone: Move resources initialization to prepare for EP supportKishon Vijay Abraham I
2019-04-11PCI: keystone: Use platform_get_resource_byname() to get memory resourcesKishon Vijay Abraham I
2019-04-11PCI: keystone: Perform host initialization in a single functionKishon Vijay Abraham I
2019-04-11PCI: keystone: Cleanup error_irq configurationKishon Vijay Abraham I
2019-04-11PCI: keystone: Add start_link()/stop_link() dw_pcie_opsKishon Vijay Abraham I
2019-04-04PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I
2019-04-04PCI: keystone: Cleanup ks_pcie_msi_irq_handler()Kishon Vijay Abraham I
2019-04-04PCI: keystone: Use hwirq to get the MSI IRQ number offsetKishon Vijay Abraham I
2019-04-04PCI: keystone: Add separate functions for configuring MSI and legacy interruptKishon Vijay Abraham I
2019-04-04PCI: keystone: Cleanup interrupt related macrosKishon Vijay Abraham I
2018-10-17PCI: keystone: Cleanup macros defined in pci-keystone.cKishon Vijay Abraham I
2018-10-17PCI: keystone: Reorder header file in alphabetical orderKishon Vijay Abraham I
2018-10-17PCI: keystone: Add debug error message for all errorsKishon Vijay Abraham I
2018-10-17PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interr...Kishon Vijay Abraham I