summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pci-keystone.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-11PCI: keystone: Exit ks_pcie_probe() for invalid modeSiddharth Vadapalli1-0/+2
2025-10-19PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli1-2/+2
2024-12-14PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-12-14PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
2024-10-17PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter1-1/+1
2024-09-12PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I1-1/+43
2024-08-03PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_se...Aleksandr Mishin1-5/+15
2024-08-03PCI: keystone: Don't enable BAR 0 for AM654xSiddharth Vadapalli1-34/+18
2024-08-03PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()Siddharth Vadapalli1-42/+42
2024-01-26PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli1-0/+9
2023-11-28PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2022-08-04Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin1-1/+1
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin1-6/+6
2022-07-06PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas1-1/+1
2022-07-06PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-10/+10
2022-02-18PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-4/+4
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas1-3/+1
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-3/+3
2022-01-07PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-...Kishon Vijay Abraham I1-3/+24
2022-01-04PCI: keystone: Prefer of_device_get_match_data()Fan Fei1-3/+1
2021-11-18PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-3/+3
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-9/+5
2021-05-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-1/+2
2021-03-22PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I1-1/+2
2021-03-12PCI: Fix kernel-doc errorsKrzysztof Wilczyński1-3/+8
2020-11-19Revert "PCI: dwc/keystone: Drop duplicated 'num-viewport'"Rob Herring1-1/+10
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring1-18/+1
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-2/+0
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-9/+0
2020-11-19PCI: dwc: Rework MSI initializationRob Herring1-9/+0
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring1-28/+1
2020-10-13PCI: keystone: Remove iATU register mappingKunihiko Hayashi1-16/+4
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-33/+0
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring1-13/+0
2020-09-08PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offsetRob Herring1-6/+5
2020-09-08PCI: dwc/keystone: Drop duplicated 'num-viewport'Rob Herring1-10/+1
2020-09-08PCI: dwc: Simplify config space handlingRob Herring1-8/+0
2020-09-08PCI: dwc: Remove storing of PCI resourcesRob Herring1-2/+6
2020-09-08PCI: dwc: keystone: Convert .scan_bus() callback to use add_busRob Herring1-3/+9
2020-09-08PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring1-22/+18
2020-08-06Merge branch 'pci/irq-error'Bjorn Helgaas1-3/+1
2020-08-06Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-2/+2
2020-08-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-2/+1
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński1-3/+1
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring1-2/+2
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-2/+1
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2020-04-02PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I1-1/+4