aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2022-06-13pci: tegra: Update error prints with new linesPeter Robinson1-2/+2
2022-05-03pci: Add config for Enhanced AllocationAndrew Scull2-2/+17
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-3/+3
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull1-2/+2
2022-05-03pci: Match region flags using a maskAndrew Scull1-85/+25
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-9/+18
2022-05-03pci: Range check address conversionsAndrew Scull1-22/+35
2022-05-03pci: Check region ranges are addressableAndrew Scull1-1/+16
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull1-5/+5
2022-04-26pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"Pali Rohár1-1/+1
2022-04-21pci: imx: remove weak overrides no longer usedTim Harvey1-8/+2
2022-04-21pci: imx: use vpcie-supply if defined by device-treeTim Harvey1-2/+17
2022-03-28video: Drop video_fb headerSimon Glass1-1/+0
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár9-12/+12
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini1-73/+60
2022-03-04pci: pci_mvebu: Cleanup macro namesPali Rohár1-70/+60
2022-03-04pci: pci_mvebu: Remove unused SELECT and lane_maskPali Rohár1-3/+0
2022-03-03powerpc: Remove unused MPC8540/60ADS codeTom Rini1-1/+0
2022-02-17pci: mvebu: Ensure that root port is always on root zero busPali Rohár1-30/+22
2022-02-17arm: a37xx: pci: Update comment about Command/Direct modePali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Register controller also when no PCIe card is connectedPali Rohár1-9/+3
2022-02-17arm: a37xx: pci: Do not try to access other buses when link is downPali Rohár1-17/+21
2022-02-17arm: a37xx: pci: Ensure that root port is always on root zero busPali Rohár1-12/+6
2022-02-17arm: a37xx: pci: Use dev_read_addr()Pali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Cleanup macro namesPali Rohár1-202/+192
2022-02-17arm: a37xx: pci: Use standard register macros from pci.hPali Rohár1-52/+30
2022-02-01pci: layerscape: update the searching compatible of LX2160A PCIeHou Zhiqiang2-7/+6
2022-01-28pci: Fix setting controller's last_busnoPali Rohár1-0/+2
2022-01-24pci: iproc: Set all 24 bits of PCI class codePali Rohár1-5/+4
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini3-13/+21
2022-01-20pci: pci_mvebu: Add support for Kirkwood PCIe controllersPali Rohár2-3/+19
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún1-10/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt4-7/+7
2022-01-14pci: Work around PCIe link training failuresMaciej W. Rozycki1-0/+170
2022-01-14arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.cPali Rohár2-1/+43
2022-01-14pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe()Pali Rohár1-0/+23
2022-01-14pci: pci_mvebu: Split initialization of PCIe ports into 3 phasesPali Rohár1-22/+84
2022-01-14pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macroPali Rohár1-2/+4
2022-01-14pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() functionPali Rohár1-18/+9
2022-01-14pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mappingPali Rohár1-25/+59
2022-01-12pci: sh7751: Fix access to config space via PCI_CONF1_ADDRESS() macroWIP/2022-01-12-pci-updatesPali Rohár1-27/+2
2022-01-12pci: sh7780: Use PCI_CONF1_ADDRESS() macroPali Rohár1-4/+4
2022-01-12pci: mediatek: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-9/+8
2022-01-12pci: fsl: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-4/+6
2022-01-12pci: tegra: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-8/+3
2022-01-12pci: mvebu: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-13/+4
2022-01-12pci: msc01: Use PCI_CONF1_ADDRESS() macroPali Rohár1-5/+2
2022-01-12pci: mpc85xx: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár1-2/+2
2022-01-12pci: gt64120: Use PCI_CONF1_ADDRESS() macroPali Rohár1-5/+2
2022-01-12pci: When disabling pref MEM set all base bitsPali Rohár1-1/+1