summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini5-10/+10
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini7-36/+36
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-10-31Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2-3/+1
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30pci: Drop test for DM_VIDEOSimon Glass1-2/+0
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek1-12/+3
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek1-4/+3
2022-10-18dm: pci: Fix device PCI iterationMichal Suchanek1-2/+2
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass4-5/+5
2022-08-26pci: Add checks to prevent config space overflowPali Rohár1-1/+9
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-06Convert CONFIG_SYS_FSL_PCI_VER_3_X to KconfigTom Rini1-0/+4
2022-07-06Convert CONFIG_PCI_MSC01 to KconfigTom Rini1-0/+4
2022-07-06Convert CONFIG_SH7751_PCI to KconfigTom Rini1-0/+6
2022-07-06Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to KconfigTom Rini1-0/+4
2022-07-06Convert CONFIG_PCI_GT64120 to KconfigTom Rini1-0/+4
2022-07-06Convert CONFIG_PCI_SCAN_SHOW to KconfigTom Rini1-0/+4
2022-07-06pci: Remove pci_sh4 and related defines.Tom Rini2-83/+0
2022-07-06Convert CONFIG_PCIE_IMX to KconfigTom Rini1-0/+4
2022-06-20Merge branch 'master' into nextTom Rini1-2/+2
2022-06-14pci: tegra: Update error prints with new linesPeter Robinson1-2/+2
2022-06-07pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi1-5/+10
2022-05-04pci: Add config for Enhanced AllocationAndrew Scull2-2/+17
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-3/+3
2022-05-04pci: Update dm_pci_bus_to_virt() parametersAndrew Scull1-2/+2
2022-05-04pci: 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-15Merge 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-04powerpc: 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