summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_SYS_FSL_PCI_VER_3_X to KconfigTom Rini2022-07-051-0/+4
* Convert CONFIG_PCI_MSC01 to KconfigTom Rini2022-07-051-0/+4
* Convert CONFIG_SH7751_PCI to KconfigTom Rini2022-07-051-0/+6
* Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to KconfigTom Rini2022-07-051-0/+4
* Convert CONFIG_PCI_GT64120 to KconfigTom Rini2022-07-051-0/+4
* Convert CONFIG_PCI_SCAN_SHOW to KconfigTom Rini2022-07-051-0/+4
* pci: Remove pci_sh4 and related defines.Tom Rini2022-07-052-83/+0
* Convert CONFIG_PCIE_IMX to KconfigTom Rini2022-07-051-0/+4
* Merge branch 'master' into nextTom Rini2022-06-201-2/+2
|\
| * pci: tegra: Update error prints with new linesPeter Robinson2022-06-131-2/+2
* | pci: Handle failed calloc in decode_regions()Pierre-Clément Tosi2022-06-061-5/+10
|/
* pci: Add config for Enhanced AllocationAndrew Scull2022-05-032-2/+17
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-031-3/+3
* pci: Update dm_pci_bus_to_virt() parametersAndrew Scull2022-05-031-2/+2
* pci: Match region flags using a maskAndrew Scull2022-05-031-85/+25
* pci: Map bars with offset and lengthAndrew Scull2022-05-031-9/+18
* pci: Range check address conversionsAndrew Scull2022-05-031-22/+35
* pci: Check region ranges are addressableAndrew Scull2022-05-031-1/+16
* pci: Fix use of flags in dm_pci_map_bar()Andrew Scull2022-05-031-5/+5
* pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"Pali Rohár2022-04-261-1/+1
* pci: imx: remove weak overrides no longer usedTim Harvey2022-04-211-8/+2
* pci: imx: use vpcie-supply if defined by device-treeTim Harvey2022-04-211-2/+17
* video: Drop video_fb headerSimon Glass2022-03-281-1/+0
* pci: Add defines for normal and subtractive PCI bridgesPali Rohár2022-03-259-12/+12
* Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-141-73/+60
|\
| * pci: pci_mvebu: Cleanup macro namesPali Rohár2022-03-041-70/+60
| * pci: pci_mvebu: Remove unused SELECT and lane_maskPali Rohár2022-03-041-3/+0
* | powerpc: Remove unused MPC8540/60ADS codeTom Rini2022-03-031-1/+0
|/
* pci: mvebu: Ensure that root port is always on root zero busPali Rohár2022-02-171-30/+22
* arm: a37xx: pci: Update comment about Command/Direct modePali Rohár2022-02-171-1/+1
* arm: a37xx: pci: Register controller also when no PCIe card is connectedPali Rohár2022-02-171-9/+3
* arm: a37xx: pci: Do not try to access other buses when link is downPali Rohár2022-02-171-17/+21
* arm: a37xx: pci: Ensure that root port is always on root zero busPali Rohár2022-02-171-12/+6
* arm: a37xx: pci: Use dev_read_addr()Pali Rohár2022-02-171-1/+1
* arm: a37xx: pci: Cleanup macro namesPali Rohár2022-02-171-202/+192
* arm: a37xx: pci: Use standard register macros from pci.hPali Rohár2022-02-171-52/+30
* 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