summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-designware.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang1-0/+1
2021-02-24PCI: dwc: Add upper limit address for outbound iATUShradha Todi1-0/+1
2021-02-24PCI: dwc: Change size to u64 for EP outbound iATUShradha Todi1-1/+1
2021-02-24PCI: dwc: Work around ECRC configuration issueVidya Sagar1-0/+1
2020-11-19PCI: dwc: Detect number of iATU windowsRob Herring1-1/+1
2020-11-19PCI: dwc: Move inbound and outbound windows to common structRob Herring1-2/+2
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-10/+0
2020-11-19PCI: dwc: Rework MSI initializationRob Herring1-0/+1
2020-11-19PCI: dwc: Drop the .set_num_vectors() host opRob Herring1-1/+0
2020-11-18PCI: dwc: Add support to program ATU for >4GB memoryVidya Sagar1-1/+2
2020-11-18PCI: dwc: Support multiple ATU memory regionsRob Herring1-4/+2
2020-10-13PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang1-1/+1
2020-09-21PCI: designware-ep: Modify MSI and MSIX CAP way of findingXiaowei Bao1-2/+16
2020-09-21PCI: designware-ep: Add the doorbell mode of MSI-X in EP modeXiaowei Bao1-0/+12
2020-09-21PCI: designware-ep: Add multiple PFs support for DWCXiaowei Bao1-2/+16
2020-09-10PCI: dwc: Move N_FTS setup to common setupRob Herring1-1/+2
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-1/+1
2020-09-08PCI: dwc: Make ATU accessors privateRob Herring1-12/+0
2020-09-08PCI: dwc: Remove read_dbi2 codeRob Herring1-8/+0
2020-09-08PCI: dwc/tegra: Use common Designware port logic register definitionsRob Herring1-0/+6
2020-09-08PCI: dwc: Ensure FAST_LINK_MODE is clearedRob Herring1-0/+1
2020-09-08PCI: dwc: Add a 'num_lanes' field to struct dw_pcieRob Herring1-0/+1
2020-09-08PCI: dwc: Simplify config space handlingRob Herring1-4/+0
2020-09-08PCI: dwc: Remove storing of PCI resourcesRob Herring1-6/+0
2020-09-08PCI: dwc: Remove root_bus pointerRob Herring1-1/+0
2020-09-08PCI: dwc: Convert to use pci_host_probe()Rob Herring1-1/+0
2020-09-08PCI: dwc: Remove dwc specific config accessor opsRob Herring1-6/+0
2020-09-08PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring1-0/+8
2020-09-07PCI: dwc: Allow overriding bridge pci_opsRob Herring1-0/+1
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-1/+0
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring1-1/+0
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2020-05-22PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak1-1/+2
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I1-0/+1
2020-02-25PCI: dwc: Add API to notify core initialization completionVidya Sagar1-0/+5
2020-02-25PCI: dwc: Refactor core initialization code for EP modeVidya Sagar1-0/+6
2020-01-09PCI: dwc: intel: PCIe RC controller driverDilip Kota1-0/+12
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-08-13PCI: dwc: Add support to enable CDM register checkVidya Sagar1-0/+9
2019-08-13PCI: dwc: Add extended configuration space capability search APIVidya Sagar1-0/+1
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar1-0/+2
2019-06-27PCI: dwc: Cleanup DBI,ATU read and write APIsVidya Sagar1-18/+16
2019-06-27PCI: dwc: Add API support to de-initialize hostVidya Sagar1-0/+5
2019-05-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-8/+13
2019-05-13Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas1-0/+3
2019-05-07PCI: dwc: Save root bus for driver remove hooksJisheng Zhang1-0/+1
2019-05-07PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang1-0/+1
2019-05-01PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov1-0/+3
2019-04-16PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I1-2/+10
2019-04-15PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I1-1/+1