summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-plat.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam1-0/+2
2024-04-10PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...Manivannan Sadhasivam1-0/+9
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-6/+5
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda1-1/+1
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal1-1/+1
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal1-5/+4
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+1
2022-07-06PCI: dwc-plat: Drop dw_plat_pcie_of_match[] forward declarationSerge Semin1-2/+0
2022-07-06PCI: dwc-plat: Drop unused regmap pointerSerge Semin1-2/+0
2022-07-06PCI: dwc-plat: Simplify dw_plat_pcie_probe() return valuesSerge Semin1-4/+5
2022-07-06PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-1/+1
2022-07-06PCI: dwc: Add start_link/stop_link inlinesSerge Semin1-10/+0
2022-01-04PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei1-4/+2
2021-08-31PCI: dwc: Remove surplus break statement after returnKrzysztof WilczyƄski1-1/+0
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-8/+0
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-1/+0
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-3/+0
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring1-6/+0
2020-11-19PCI: dwc: Drop the .set_num_vectors() host opRob Herring1-6/+1
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring1-43/+2
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring1-3/+1
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-2/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-04-15PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I1-1/+1
2019-03-07Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-4/+13
2019-02-15PCI: designware-plat: Remove setting epc->features in Designware plat EP driverKishon Vijay Abraham I1-4/+0
2019-02-14PCI: designware-plat: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I1-0/+13
2019-02-01PCI: dwc: Remove unnecessary header include (signal.h)Gustavo Pimentel1-1/+0
2019-02-01PCI: dwc: Remove unnecessary header include (of_gpio.h)Gustavo Pimentel1-1/+0
2018-07-19pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel1-0/+1
2018-07-19PCI: dwc: Add legacy interrupt callback handlerGustavo Pimentel1-2/+1
2018-07-19PCI: dwc: Add MSI-X callbacks handlerGustavo Pimentel1-0/+2
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel1-1/+1
2018-07-19PCI: dwc: Fix EP link notification implementationGustavo Pimentel1-0/+3
2018-07-13PCI: designware-plat: Drop unnecessary root_bus_nr settingShawn Guo1-1/+0
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+259