summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: layerscape: update the searching compatible of LX2160A PCIeHou Zhiqiang2022-02-012-7/+6
* pci: Fix setting controller's last_busnoPali Rohár2022-01-281-0/+2
* pci: iproc: Set all 24 bits of PCI class codePali Rohár2022-01-241-5/+4
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-01-203-13/+21
|\
| * pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár2022-01-202-3/+19
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-201-10/+2
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-194-7/+7
|/
* pci: Work around PCIe link training failuresMaciej W. Rozycki2022-01-141-0/+170
* arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.cPali Rohár2022-01-142-1/+43
* pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe()Pali Rohár2022-01-141-0/+23
* pci: pci_mvebu: Split initialization of PCIe ports into 3 phasesPali Rohár2022-01-141-22/+84
* pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macroPali Rohár2022-01-141-2/+4
* pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() functionPali Rohár2022-01-141-18/+9
* pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mappingPali Rohár2022-01-141-25/+59
* pci: sh7751: Fix access to config space via PCI_CONF1_ADDRESS() macroPali Rohár2022-01-121-27/+2
* pci: sh7780: Use PCI_CONF1_ADDRESS() macroPali Rohár2022-01-121-4/+4
* pci: mediatek: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-01-121-9/+8
* pci: fsl: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-01-121-4/+6
* pci: tegra: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-01-121-8/+3
* pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-01-121-13/+4
* pci: msc01: Use PCI_CONF1_ADDRESS() macroPali Rohár2022-01-121-5/+2
* pci: mpc85xx: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-01-121-2/+2
* pci: gt64120: Use PCI_CONF1_ADDRESS() macroPali Rohár2022-01-121-5/+2
* pci: When disabling pref MEM set all base bitsPali Rohár2022-01-121-1/+1
* pci: Disable I/O forwarding during autoconfiguration if unsupportedPali Rohár2022-01-121-0/+8
* pci: Fix register for determining type of IO base addressPali Rohár2022-01-121-1/+1
* pci: pci_octeontx: Use PCIE_ECAM_OFFSET() macroPali Rohár2022-01-121-41/+20
* pci: pcie_iproc: Use PCIE_ECAM_OFFSET() macroPali Rohár2022-01-121-14/+3
* pci: pcie-brcmstb: Use PCIE_ECAM_OFFSET() macroPali Rohár2022-01-121-6/+1
* Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini2021-12-271-0/+6
* pci: Remove unused FSL_PCI_INIT codeTom Rini2021-12-272-937/+0
* pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTRPali Rohár2021-12-211-3/+0
* pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size()Pali Rohár2021-12-211-6/+6
* pci: pci_mvebu: Move setup for BAR[0] where other BARs are setupPali Rohár2021-12-211-5/+7
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-202-48/+61
|\
| * arm: a37xx: pci: Do not allow setting ROM BAR on PCI BridgePali Rohár2021-12-151-24/+30
| * pci: pci_mvebu: Do not allow setting ROM BAR on PCI BridgePali Rohár2021-12-151-24/+31
| * pci: pci_mvebu, pci_aardvark: Fix size of configuration cacheMarek Behún2021-12-152-2/+2
* | arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe driversPali Rohár2021-12-192-0/+2
* | fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún2021-12-192-8/+8
* | RFC: arm: pci: Add PCI cam support to PCI-E ecam driverAlistair Delva2021-11-171-3/+12
* | pci: Add standard PCIe ECAM macrosPali Rohár2021-11-176-41/+11
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2021-11-115-26/+61
|\
| * pci: layerscape: Fix the LUT and msi-map mismatch issueHou Zhiqiang2021-11-095-10/+16
| * pci: layerscape: add official ls1028a binding supportMichael Walle2021-11-091-16/+45
* | pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macroPali Rohár2021-11-101-6/+5
|/
* arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár2021-11-031-0/+3
* pci: pci_mvebu: Fix comment about driver class namePali Rohár2021-11-031-1/+1
* pci: pci_mvebu: Setup PCI controller to Root Complex modePali Rohár2021-11-031-0/+6
* pci: pci_mvebu: Do not automatically enable bus mastering on PCI BridgePali Rohár2021-11-031-8/+0