summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-11-29pci: Add external gpio control for sideband signalMason Huo1-9/+25
2023-11-29pci: starfive: Add StarFive VisionFive 2 board supportHal Feng1-0/+9
2023-09-11drivers: pci: Update reset & link wait timing as spec required.Kevin.xie1-4/+45
2023-07-26pci: Getw correct config addr to support multi PCIMinda Chen1-8/+8
2023-02-22pci: Add Starfive JH7110 pcie driverMason Huo3-0/+520
2021-09-14pci: Drop DM_PCISimon Glass1-37/+3
2021-09-14pci: Drop PCI_INDIRECT_BRIDGESimon Glass2-72/+0
2021-09-10arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún1-1/+1
2021-09-10arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár1-15/+43
2021-09-10arm: a37xx: pci: Disable returning CRS responsePali Rohár1-1/+12
2021-08-11arm: a37xx: pci: Fix handling PIO config error responsesPali Rohár1-26/+26
2021-08-06pci: ppc: Drop ftpci100 driverSimon Glass2-320/+0
2021-08-06pci: imx: Drop use of DM_PCISimon Glass1-81/+0
2021-08-06pci: msc01: Drop use of DM_PCISimon Glass1-64/+0
2021-08-06pci: gt64120: Drop use of DM_PCISimon Glass1-64/+0
2021-08-05pci: Drop DM_PCI check from pci_commonSimon Glass1-2/+2
2021-07-19pci: Require DM_PCITom Rini4-983/+5
2021-07-18pci: msc01: convert to driver modelDaniel Schwierzeck1-1/+71
2021-07-18pci: gt64120: convert to driver modelDaniel Schwierzeck1-1/+73
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck2-3/+19
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-5/+24
2021-07-15Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-4/+35
2021-07-15x86: pci: Allow binding of some devices before relocationSimon Glass1-1/+32
2021-07-15pci: Use const for pci_find_device_id() etc.Simon Glass1-3/+3
2021-07-15arm: a37xx: pci: Fix typo in commentPali Rohár1-1/+1
2021-07-15arm: a37xx: pci: Extend validation for PCIe resources and oubound windowsPali Rohár1-3/+4
2021-07-14pci: uniphier: Add UniPhier PCIe controller driverKunihiko Hayashi3-0/+435
2021-07-10pci: imx: use reset-gpios if defined by device-treeTim Harvey1-5/+24
2021-07-08ppc: Remove caddy2 / vme8349 boardsTom Rini1-2/+1
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2021-07-06pci: synquacer: Add SynQuacer ECAM based PCIe driverMasami Hiramatsu3-0/+613
2021-07-06dm: pci: Skip setting VGA bridge bits if parent device is the host busMasami Hiramatsu1-0/+3
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini1-0/+4
2021-06-18pci: pcie_dw_rockchip: Replace msleep occurences by udelayAnand Moon1-5/+5
2021-06-18pci: pcie_dw_rockchip: Drop the unused variable warningAnand Moon1-2/+0
2021-06-18pci: pcie_dw_rockchip: Fixed the below compilation errorAnand Moon1-2/+2
2021-06-17pci: layerscape-ep: Add check of the PCIe controller enablementHou Zhiqiang1-0/+4
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár1-1/+157
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár1-1/+1
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár1-0/+6
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár1-5/+0
2021-05-31drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan1-25/+29
2021-05-31drivers: pci: add pcie support for fu740Green Wan3-0/+518
2021-05-16pcie: designware: mvebu: do not configure ATU for IO when not usedMarcin Wojtas1-12/+25
2021-05-02pci: imx: disable imx6sdl LTSSM upon driver removeTim Harvey1-1/+1
2021-05-02pci: pci-uclass: Add board_pci_fixup_dev for DM_PCITim Harvey1-0/+6
2021-05-02pci: Update the highest subordinate bus number for bridge setupMasami Hiramatsu1-0/+3
2021-04-29arm: a37xx: pci: Fix processing PIO transfersPali Rohár1-14/+28
2021-04-28mips: octeon: Add Octeon PCIe host controller driverStefan Roese3-0/+166