summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/cadence
Commit message (Expand)AuthorAgeFilesLines
* PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-1/+1
* PCI: Explicitly include correct DT includesRob Herring2023-07-183-3/+3
* Merge branch 'pci/controller/remove-void-callbacks'Bjorn Helgaas2023-06-261-4/+2
|\
| * PCI: j721e: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
* | PCI: cadence: Fix Gen2 Link Retraining processSiddharth Vadapalli2023-05-081-0/+27
|/
* PCI: Use consistent controller Kconfig menu entry languageBjorn Helgaas2023-04-201-5/+5
* PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas2022-11-101-1/+0
* PCI: Convert to new *_PM_OPS macrosBjorn Helgaas2022-07-271-4/+2
* PCI: cadence: Clear FLR in device capabilities registerParshuram Thombare2022-05-123-1/+23
* PCI: cadence: Allow PTM Responder to be enabledChristian Gmeiner2022-05-122-0/+14
* PCI: cadence: Fix find_first_zero_bit() limitDan Carpenter2022-04-081-2/+1
* PCI: j721e: Initialize pcie->cdns_pcie before using itBjorn Helgaas2022-02-011-43/+42
* Merge branch 'pci/driver-cleanup'Bjorn Helgaas2022-01-132-14/+10
|\
| * PCI: j721e: Drop redundant struct device *Bjorn Helgaas2022-01-031-8/+6
| * PCI: j721e: Drop pointless of_device_get_match_data() castBjorn Helgaas2022-01-031-2/+2
| * PCI: cadence: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
* | PCI: Correct misspelled wordsKrzysztof Wilczyński2022-01-071-1/+1
|/
* PCI: cadence: Add cdns_plat_pcie_probe() missing returnLi Chen2021-11-031-0/+2
* PCI: j721e: Fix j721e_pcie_probe() error pathChristophe JAILLET2021-11-031-1/+1
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-09-022-53/+155
|\
| * PCI: cadence: Add support to configure virtual functionsKishon Vijay Abraham I2021-08-192-21/+128
| * PCI: cadence: Simplify code to get register base address for configuring BARKishon Vijay Abraham I2021-08-192-14/+7
| * PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-191-21/+23
* | PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I2021-08-191-0/+19
* | PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I2021-08-191-4/+36
* | PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani2021-08-194-0/+38
* | PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2021-08-192-2/+2
|/
* PCI: Fix kernel-doc formattingKrzysztof Wilczyński2021-07-061-2/+5
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-2/+22
|\
| * Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2021-05-041-1/+21
| |\
| | * PCI: j721e: Add support to provide refclk to PCIe connectorKishon Vijay Abraham I2021-03-231-1/+21
| * | PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-111-1/+1
| |/
* / treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/
* Merge branch 'pci/ntb'Bjorn Helgaas2021-02-241-6/+54
|\
| * PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I2021-02-231-6/+1
| * PCI: cadence: Implement ->msi_map_irq() opsKishon Vijay Abraham I2021-02-231-0/+53
* | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2021-02-243-19/+76
|\ \
| * | PCI: cadence: Retrain Link to work around Gen2 training defectNadeem Athani2021-02-103-19/+76
| |/
* / PCI: cadence: Fix DMA range mapping early return errorKrzysztof Wilczyński2021-02-181-2/+3
|/
* PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle argKishon Vijay Abraham I2020-12-101-9/+19
* PCI: cadence: Do not error if "cdns,max-outbound-regions" is not foundKishon Vijay Abraham I2020-11-202-6/+4
* PCI: cadence: Simplify cdns_pcie_host_init_address_translation() return expre...Qinglang Miao2020-10-021-6/+2
* PCI: cadence-ep: Remove obsolete path from commentFlavio Suligoi2020-09-071-1/+0
* Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-055-94/+50
|\
| * PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
| * PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-6/+0
| * PCI: cadence: Remove private bus number and range storageRob Herring2020-07-234-26/+24
| * PCI: cadence: Use bridge resources for outbound window setupRob Herring2020-07-231-21/+16
| * PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
| * PCI: controller: Remove duplicate error messageDejin Zheng2020-07-231-3/+1