summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/cadence
Commit message (Expand)AuthorAgeFilesLines
* PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_mapKishon Vijay Abraham I2021-01-191-6/+1
* PCI: cadence: Implement ->msi_map_irq() opsKishon Vijay Abraham I2021-01-191-0/+53
* 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
| * PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-102-4/+2
| * PCI: cadence: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-061-19/+7
* | Merge branch 'remotes/lorenzo/pci/runtime-pm'Bjorn Helgaas2020-08-051-2/+1
|\ \
| * | PCI: cadence: Fix runtime PM imbalance on errorDinghao Liu2020-07-071-2/+1
| |/
* | PCI: j721e: Add TI J721E PCIe driverKishon Vijay Abraham I2020-08-035-2/+527
* | PCI: cadence: Add MSI-X support to Endpoint driverAlan Douglas2020-07-282-1/+117
* | PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I2020-07-271-2/+7
* | PCI: cadence: Add new *ops* for CPU addr fixupKishon Vijay Abraham I2020-07-274-13/+24
* | PCI: cadence: Allow pci_host_bridge to have custom pci_opsKishon Vijay Abraham I2020-07-271-1/+2
* | PCI: cadence: Add support to start link and verify link statusKishon Vijay Abraham I2020-07-273-1/+72
* | PCI: cadence: Convert all r/w accessors to perform only 32-bit accessesKishon Vijay Abraham I2020-07-272-18/+62
* | PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error pathKishon Vijay Abraham I2020-07-272-12/+3
* | PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" propertyKishon Vijay Abraham I2020-07-272-17/+263
|/
* Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-06-041-1/+1
|\
| * PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar2020-05-111-1/+1
* | PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DTKishon Vijay Abraham I2020-05-182-4/+4
* | PCI: cadence: Remove "cdns,max-outbound-regions" DT propertyKishon Vijay Abraham I2020-05-182-8/+0
|/
* Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-281-1/+1
* Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2019-11-281-1/+1
* PCI: cadence: Move all files to per-device cadence directoryTom Joseph2019-11-117-0/+1636