summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese2021-01-272-81/+41
* arm64: a37xx: pci: Fix printing debug messagesPali Rohár2021-01-271-3/+2
* pci: pci_mvebu: Define an IO region as wellPhil Sutter2021-01-271-1/+27
* pci: Make auto-config code a little more robustPhil Sutter2021-01-271-4/+5
* pci: Add Rockchip dwc based PCIe controller driverShawn Lin2021-01-213-0/+887
* common: board_r: Drop initr_pci wrapperOvidiu Panait2021-01-152-3/+7
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-052-10/+10
|\
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-3/+3
| * dm: core: Rename sqq to seq_Simon Glass2021-01-051-1/+1
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-6/+6
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-056-16/+41
|\ \ | |/ |/|
| * Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár2020-12-281-3/+0
| * pci: layerscape: fix a dead loop issueHou Zhiqiang2020-12-101-0/+2
| * armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal2020-12-103-5/+10
| * pci: ls_pcie_g4: Add size check for config resourceWasim Khan2020-12-101-0/+8
| * pci: layerscape: Add size check for config resourceWasim Khan2020-12-101-1/+7
| * pci: ls_pcie_g4: Print pcie controller number starting from 1Wasim Khan2020-12-101-4/+7
| * pci: layerscape: Update print of pcie controllerWasim Khan2020-12-102-3/+7
* | 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