summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-181-1/+1
* pci: Update to use new sequence numbersSimon Glass2020-12-182-23/+32
* dm: Avoid accessing seq directlySimon Glass2020-12-1814-56/+56
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-135-20/+20
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-132-4/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1317-39/+39
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-12/+12
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-137-21/+21
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1325-30/+30
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-132-4/+4
* dm: pci: fsl: Correct the workaround of erratum A-007815Hou Zhiqiang2020-10-232-4/+18
* pci: layerscape: add a way of specifying additional iommu mappingsLaurentiu Tudor2020-10-232-0/+340
* pci: layerscape: move pci node search in a common functionLaurentiu Tudor2020-10-231-42/+34
* pci: layerscape: move per-pci device fdt fixup in a functionLaurentiu Tudor2020-10-231-26/+34
* Merge branch 'next'Tom Rini2020-10-051-1/+2
|\
| * PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu2020-09-101-6/+13
| * Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-071-1/+2
| |\
| | * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-261-1/+2
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-09-252-0/+32
|\ \ \
| * | | pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2Hou Zhiqiang2020-09-241-0/+26
| * | | pci: layerscape: Fix spurious writes and panicMichael Walle2020-09-231-0/+6
* | | | arm64: a37xx: pci: Disable link training when unloading driverPali Rohár2020-09-241-0/+5
|/ / /
* / / PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu2020-09-101-6/+13
|/ /
* | arm64: a37xx: pci: Depends on DM_GPIOPali Rohár2020-08-312-8/+3
* | arm64: a37xx: pci: Assert PERST# signal when unloading driverPali Rohár2020-08-311-6/+21
* | arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DTPali Rohár2020-08-311-3/+3
* | pci: kconfig: Setup proper dependency for PCIE_ROCKCHIPMichal Simek2020-08-271-0/+1
|/
* pci: Add PCI controller driver for OcteonTX / TX2Suneel Garapati2020-08-253-0/+373
* pci: pci-uclass: Check validity of ofnodeSuneel Garapati2020-08-251-3/+7
* pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati2020-08-252-0/+35
* pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati2020-08-251-5/+62
* pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2020-08-252-0/+124
* pci: pci-uclass: Add support for Enhanced Allocation in BridgesSuneel Garapati2020-08-251-6/+18
* pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati2020-08-252-3/+16
* pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati2020-08-251-1/+2
* pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati2020-08-251-2/+2
* pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese2020-08-251-6/+8
* pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese2020-08-251-16/+1
* PCI: mediatek: Add PCIe support for MT7622Chuanjia Liu2020-08-191-3/+459
* drivers: pcie: add Broadcom IPROC PCIe RC driverSrinath Mannam2020-08-143-0/+1295
* drivers: pci: add api to get dma regionsRayagonda Kokatanur2020-08-141-0/+42
* pci: Drop dm.h inclusion from header fileSimon Glass2020-08-034-2/+3
* pci: layerscape: Add specific config entry for RC and EP mode driverHou Zhiqiang2020-07-272-8/+28
* pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2Xiaowei Bao2020-07-272-2/+15
* pci: layerscape: Modify the ls_pcie_dump_atu functionXiaowei Bao2020-07-274-14/+18
* pci_ep: layerscape: Add the SRIOV VFs of PF supportXiaowei Bao2020-07-273-13/+42
* pci_ep: layerscape: Add Support for ls2085a and ls2080a EP modeXiaowei Bao2020-07-271-5/+13
* pci_ep: layerscape: Add the workaround for errata A-009460Xiaowei Bao2020-07-271-0/+9
* pcie_ep: layerscape: Add the multiple function supportXiaowei Bao2020-07-273-48/+98
* pci: layerscape: Split the EP and RC driverXiaowei Bao2020-07-276-497/+735