summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/25Sep2020Tom 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
* pci: rockchip: Drop legacy PHY driverJagan Teki2020-07-224-354/+74
* pci: rockchip: Switch to generic-phyJagan Teki2020-07-223-10/+16
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-176-10/+10
* Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/10Jul2020-bTom Rini2020-07-105-11/+633
|\
| * pci: Add driver for Broadcom BCM2711 SoC PCIe controllerSylwester Nawrocki2020-07-103-0/+633
| * pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki2020-07-092-11/+0
* | video: pci: Set up the copy framebufferSimon Glass2020-07-091-1/+21
|/
* pci: rockchip: Mark inline functions as static inlineTom Rini2020-07-011-3/+2
* pci: Make Rockchip PCIe voltage regulators optionalMark Kettenis2020-05-291-13/+20
* pci: Add Rockchip PCIe PHY controller driverJagan Teki2020-05-224-14/+306
* pci: Add Rockchip PCIe controller driverJagan Teki2020-05-224-0/+555
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1811-0/+11
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1813-0/+13
* common: Drop log.h from common headerSimon Glass2020-05-1822-0/+22
* common: Drop init.h from common headerSimon Glass2020-05-187-0/+7
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* pci: Avoid auto-config when chain loadingSimon Glass2020-04-301-2/+2