summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware-plat.c
Commit message (Expand)AuthorAgeFilesLines
* 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