aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2022-08-12video: Rename structs and functions to avoid VBESimon Glass1-6/+6
2022-08-12video: Renname vbe.h to vesa.hSimon Glass1-1/+1
2022-08-09pci: pci_mvebu: Add support for reset-gpiosPali Rohár2-0/+15
2022-07-05Convert CONFIG_SYS_FSL_PCI_VER_3_X to KconfigTom Rini1-0/+4
2022-07-05Convert CONFIG_PCI_MSC01 to KconfigTom Rini1-0/+4
2022-07-05Convert CONFIG_SH7751_PCI to KconfigTom Rini1-0/+6
2022-07-05Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to KconfigTom Rini1-0/+4
2022-07-05Convert CONFIG_PCI_GT64120 to KconfigTom Rini1-0/+4
2022-07-05Convert CONFIG_PCI_SCAN_SHOW to KconfigTom Rini1-0/+4
2022-07-05pci: Remove pci_sh4 and related defines.Tom Rini2-83/+0
2022-07-05Convert CONFIG_PCIE_IMX to KconfigTom Rini1-0/+4
2022-06-20Merge branch 'master' into nextTom Rini1-2/+2
2022-06-13pci: tegra: Update error prints with new linesPeter Robinson1-2/+2
2022-06-06pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi1-5/+10
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