summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pci-dra7xx.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas1-5/+3
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov1-1/+1
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas1-5/+3
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-6/+6
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2022-01-03PCI: dra7xx: Prefer of_device_get_match_data()Fan Fei1-4/+2
2021-09-30PCI: dra7xx: Get an optional clockLuca Ceresoli1-0/+13
2021-09-30PCI: dra7xx: Remove unused includeLuca Ceresoli1-1/+0
2021-09-30PCI: dra7xx: Make it a kernel moduleLuca Ceresoli1-1/+7
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-10/+6
2021-03-10PCI: pci-dra7xx: Prepare for deferred probe with module_platform_driverTony Lindgren1-6/+7
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-1/+0
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-2/+0
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-2/+0
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring1-0/+3
2020-11-19PCI: dwc/dra7xx: Use the common MSI irq_chipRob Herring1-125/+0
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring1-8/+0
2020-10-13PCI: dwc: Fix MSI page leakage in suspend/resumeJisheng Zhang1-1/+17
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-26/+0
2020-09-08PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offsetRob Herring1-3/+1
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas1-6/+2
2020-08-05Merge branch 'remotes/lorenzo/pci/runtime-pm'Bjorn Helgaas1-2/+1
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-7/+4
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski1-6/+2
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-7/+4
2020-07-07PCI: dwc: pci-dra7xx: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2020-05-22PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun1-5/+3
2020-03-27PCI: dwc: pci-dra7xx: Fix MSI IRQ handlingVignesh Raghavendra1-36/+195
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-07-09PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing1-0/+1
2019-05-13Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-0/+1
2019-04-15PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I1-1/+1
2019-03-29PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()Wen Yang1-0/+1
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-0/+13
2019-02-14PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I1-0/+13
2019-01-31PCI: dwc: dra7xx: Invoke phy_set_mode() API to set PHY mode to PHY_MODE_PCIEKishon Vijay Abraham I1-0/+4
2019-01-31PCI: dwc: dra7xx: Enable x2 mode support for dra74x, dra76x and dra72xKishon Vijay Abraham I1-0/+77
2018-09-25PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC modeVignesh R1-3/+8
2018-07-19PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signaturesGustavo Pimentel1-1/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+846