summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-plat.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam2024-07-091-1/+1
* PCI: endpoint: Remove "core_init_notifier" flagManivannan Sadhasivam2024-04-101-0/+2
* PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...Manivannan Sadhasivam2024-04-101-0/+9
* Merge branch 'pci/irq-clean-up'Bjorn Helgaas2024-01-151-6/+5
|\
| * PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal2023-12-191-1/+1
| * PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal2023-12-181-5/+4
* | PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda2024-01-061-1/+1
|/
* PCI: Explicitly include correct DT includesRob Herring2023-07-181-1/+1
* PCI: dwc-plat: Drop dw_plat_pcie_of_match[] forward declarationSerge Semin2022-07-051-2/+0
* PCI: dwc-plat: Drop unused regmap pointerSerge Semin2022-07-051-2/+0
* PCI: dwc-plat: Simplify dw_plat_pcie_probe() return valuesSerge Semin2022-07-051-4/+5
* PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin2022-07-051-1/+1
* PCI: dwc: Add start_link/stop_link inlinesSerge Semin2022-07-051-10/+0
* PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
* PCI: dwc: Remove surplus break statement after returnKrzysztof WilczyƄski2021-08-311-1/+0
* PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-191-8/+0
* PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-191-1/+0
* PCI: dwc: Move link handling into common codeRob Herring2020-11-191-3/+0
* PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-191-6/+0
* PCI: dwc: Drop the .set_num_vectors() host opRob Herring2020-11-191-6/+1
* PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-191-43/+2
* PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring2020-09-081-3/+1
* PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-171-2/+1
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I2019-04-151-1/+1
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2019-03-061-4/+13
|\
| * PCI: designware-plat: Remove setting epc->features in Designware plat EP driverKishon Vijay Abraham I2019-02-151-4/+0
| * PCI: designware-plat: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I2019-02-141-0/+13
* | PCI: dwc: Remove unnecessary header include (signal.h)Gustavo Pimentel2019-02-011-1/+0
* | PCI: dwc: Remove unnecessary header include (of_gpio.h)Gustavo Pimentel2019-02-011-1/+0
|/
* pci-epf-test/pci_endpoint_test: Add MSI-X supportGustavo Pimentel2018-07-191-0/+1
* PCI: dwc: Add legacy interrupt callback handlerGustavo Pimentel2018-07-191-2/+1
* PCI: dwc: Add MSI-X callbacks handlerGustavo Pimentel2018-07-191-0/+2
* PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel2018-07-191-1/+1
* PCI: dwc: Fix EP link notification implementationGustavo Pimentel2018-07-191-0/+3
* PCI: designware-plat: Drop unnecessary root_bus_nr settingShawn Guo2018-07-131-1/+0
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+259