summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-11-18RFC: arm: pci: Add PCI cam support to PCI-E ecam driverAlistair Delva1-3/+12
2021-11-18pci: Add standard PCIe ECAM macrosPali Rohár6-41/+11
2021-11-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini5-26/+61
2021-11-10pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macroPali Rohár1-6/+5
2021-11-09pci: layerscape: Fix the LUT and msi-map mismatch issueHou Zhiqiang5-10/+16
2021-11-09pci: layerscape: add official ls1028a binding supportMichael Walle1-16/+45
2021-11-03arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár1-0/+3
2021-11-03pci: pci_mvebu: Fix comment about driver class namePali Rohár1-1/+1
2021-11-03pci: pci_mvebu: Setup PCI controller to Root Complex modePali Rohár1-0/+6
2021-11-03pci: pci_mvebu: Do not automatically enable bus mastering on PCI BridgePali Rohár1-8/+0
2021-11-03pci: pci_mvebu: Fix place of link up detectionPali Rohár1-10/+4
2021-11-03pci: pci_mvebu: Remove unused functionsPali Rohár1-16/+0
2021-11-03pci: pci_mvebu: Properly configure and use PCI Bridge (PCIe Root Port)Pali Rohár1-35/+164
2021-11-03pci: pci_mvebu: Fix read_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+15
2021-11-03pci: pci_mvebu: Fix write_config() with PCI_SIZE_8 or PCI_SIZE_16Pali Rohár1-2/+13
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár1-1/+1
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár1-0/+4
2021-10-15pci: Fix printf format for regionsPali Rohár1-1/+1
2021-10-15pci: Fix configuring BARsPali Rohár1-6/+25
2021-10-15pci: Skip configuring invalid P2P bridge devicesPali Rohár1-0/+9
2021-10-15pci: Skip configuring PCI Rom Address for unsupported header typesPali Rohár1-1/+2
2021-10-08arm: a37xx: pci: Update private structure documentationMarek Behún1-8/+9
2021-10-08arm: a37xx: pci: Cosmetic changeMarek Behún1-7/+7
2021-10-08arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár1-4/+22
2021-10-08arm: a37xx: pci: Do not automatically enable bus mastering on PCI BridgePali Rohár1-6/+0
2021-10-08arm: a37xx: pci: Add support for accessing PCI Bridge on root busPali Rohár1-19/+124
2021-10-08arm: a37xx: pci: Fix pcie_advk_link_up()Pali Rohár1-1/+2
2021-10-07pci: pcie_dw_meson: fix usb fail when pci link fails to go upNeil Armstrong1-7/+1
2021-10-03pci: pcie_layerscape_fixup_common: lx2_board_fix_fdt can be staticVladimir Oltean1-1/+1
2021-10-03pci: pcie_layerscape_fixup_common: include fdt_support.h for ft_pci_setupVladimir Oltean1-0/+1
2021-10-03pci: layerscape: ls_pcie_conf_address can be staticVladimir Oltean1-2/+2
2021-10-03pci: _dm_pci_phys_to_bus can be staticVladimir Oltean1-3/+3
2021-10-03pci: pci_read_config can be staticVladimir Oltean1-2/+2
2021-10-03pci: pci_write_config can be staticVladimir Oltean1-2/+2
2021-10-03pci: include pci_internal.h inside pci_auto.cVladimir Oltean1-0/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25dm: pci: Fix handling of errors when scanning devicePali Rohár1-8/+1
2021-09-23pci: Fix configuring io/memory base and limit registers of PCI bridgesPali Rohár1-10/+29
2021-09-16pci: Fix mismerge with v2021.10-rc4Tom Rini1-6/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini4-120/+59
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-09-02pci: iproc: fix compilation errors and warningsBharat Gooty1-3/+4
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-8/+0
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