aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass20-0/+20
2021-01-27pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese2-81/+41
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár1-3/+2
2021-01-27pci: pci_mvebu: Define an IO region as wellPhil Sutter1-1/+27
2021-01-27pci: Make auto-config code a little more robustPhil Sutter1-4/+5
2021-01-21pci: Add Rockchip dwc based PCIe controller driverShawn Lin3-0/+887
2021-01-15common: board_r: Drop initr_pci wrapperOvidiu Panait2-3/+7
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2-10/+10
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini6-16/+41
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-3/+3
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-1/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass2-6/+6
2020-12-28Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár1-3/+0
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass1-1/+1
2020-12-18pci: Update to use new sequence numbersSimon Glass2-23/+32
2020-12-18dm: Avoid accessing seq directlySimon Glass14-56/+56
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass5-20/+20
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2-4/+2
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass17-39/+39
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-12/+12
2020-12-13dm: 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-12-10pci: layerscape: fix a dead loop issueHou Zhiqiang1-0/+2
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal3-5/+10
2020-12-10pci: ls_pcie_g4: Add size check for config resourceWasim Khan1-0/+8
2020-12-10pci: layerscape: Add size check for config resourceWasim Khan1-1/+7
2020-12-10pci: ls_pcie_g4: Print pcie controller number starting from 1Wasim Khan1-4/+7
2020-12-10pci: layerscape: Update print of pcie controllerWasim Khan2-3/+7
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