summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-12-19dm: Avoid accessing seq directlySimon Glass14-56/+56
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass5-20/+20
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2-4/+2
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass17-39/+39
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-12/+12
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass7-21/+21
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass25-30/+30
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2-4/+4
2020-10-23dm: pci: fsl: Correct the workaround of erratum A-007815Hou Zhiqiang2-4/+18
2020-10-23pci: layerscape: add a way of specifying additional iommu mappingsLaurentiu Tudor2-0/+340
2020-10-23pci: layerscape: move pci node search in a common functionLaurentiu Tudor1-42/+34
2020-10-23pci: layerscape: move per-pci device fdt fixup in a functionLaurentiu Tudor1-26/+34
2020-10-05Merge branch 'next'Tom Rini1-1/+2
2020-09-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2-0/+32
2020-09-24pci: layerscape: Fixup PCIe EP mode DT nodes for LX2160A rev2Hou Zhiqiang1-0/+26
2020-09-24arm64: a37xx: pci: Disable link training when unloading driverPali Rohár1-0/+5
2020-09-23pci: layerscape: Fix spurious writes and panicMichael Walle1-0/+6
2020-09-10PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu1-6/+13
2020-09-10PCI: mediatek: Release the resource when PCIe enable port failChuanjia Liu1-6/+13
2020-09-07Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini1-1/+2
2020-08-31arm64: a37xx: pci: Depends on DM_GPIOPali Rohár2-8/+3
2020-08-31arm64: a37xx: pci: Assert PERST# signal when unloading driverPali Rohár1-6/+21
2020-08-31arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DTPali Rohár1-3/+3
2020-08-27pci: kconfig: Setup proper dependency for PCIE_ROCKCHIPMichal Simek1-0/+1
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-1/+2
2020-08-25pci: Add PCI controller driver for OcteonTX / TX2Suneel Garapati3-0/+373
2020-08-25pci: pci-uclass: Check validity of ofnodeSuneel Garapati1-3/+7
2020-08-25pci: pci-uclass: Add support for Alternate-RoutingID capabilitySuneel Garapati2-0/+35
2020-08-25pci: pci-uclass: Add VF BAR map support for Enhanced AllocationSuneel Garapati1-5/+62
2020-08-25pci: pci-uclass: Add support for Single-Root I/O VirtualizationSuneel Garapati2-0/+124
2020-08-25pci: pci-uclass: Add support for Enhanced Allocation in BridgesSuneel Garapati1-6/+18
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati2-3/+16
2020-08-25pci: pci-uclass: Make DT subnode parse optionalSuneel Garapati1-1/+2
2020-08-25pci: pci-uclass: Fix incorrect argument in map_physmemSuneel Garapati1-2/+2
2020-08-25pci: pci-uclass: Dynamically allocate the PCI regionsStefan Roese1-6/+8
2020-08-25pci: pci-uclass: Remove #ifdef CONFIG_NR_DRAM_BANKS as its always setStefan Roese1-16/+1
2020-08-20PCI: mediatek: Add PCIe support for MT7622Chuanjia Liu1-3/+459
2020-08-14drivers: pcie: add Broadcom IPROC PCIe RC driverSrinath Mannam3-0/+1295
2020-08-14drivers: pci: add api to get dma regionsRayagonda Kokatanur1-0/+42
2020-08-04pci: Drop dm.h inclusion from header fileSimon Glass4-2/+3
2020-07-27pci: layerscape: Add specific config entry for RC and EP mode driverHou Zhiqiang2-8/+28
2020-07-27pci_ep: layerscape: Add the PCIe EP mode support for lx2160a-v2Xiaowei Bao2-2/+15
2020-07-27pci: layerscape: Modify the ls_pcie_dump_atu functionXiaowei Bao4-14/+18
2020-07-27pci_ep: layerscape: Add the SRIOV VFs of PF supportXiaowei Bao3-13/+42
2020-07-27pci_ep: layerscape: Add Support for ls2085a and ls2080a EP modeXiaowei Bao1-5/+13
2020-07-27pci_ep: layerscape: Add the workaround for errata A-009460Xiaowei Bao1-0/+9
2020-07-27pcie_ep: layerscape: Add the multiple function supportXiaowei Bao3-48/+98
2020-07-27pci: layerscape: Split the EP and RC driverXiaowei Bao6-497/+735
2020-07-22pci: rockchip: Drop legacy PHY driverJagan Teki4-354/+74
2020-07-22pci: rockchip: Switch to generic-phyJagan Teki3-10/+16