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