summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: thunder: Drop error data fabrication when config read failsNaveen Naidu2021-11-182-33/+17
| | * | | PCI: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-6/+2
| | * | | PCI: Use PCI_SET_ERROR_RESPONSE() for disconnected devicesNaveen Naidu2021-11-181-3/+3
| | * | | PCI: Set error response data when config read failsNaveen Naidu2021-11-181-2/+8
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2022-01-135-6/+6
| |\ \ \
| | * | | PCI: Correct misspelled wordsKrzysztof Wilczyński2022-01-075-6/+6
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/bridge-emul'Bjorn Helgaas2022-01-133-17/+65
| |\ \ \
| | * | | PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe devicePali Rohár2021-12-061-0/+1
| | * | | PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár2021-12-063-5/+12
| | * | | PCI: pci-bridge-emul: Fix definitions of reserved bitsPali Rohár2021-12-061-11/+25
| | * | | PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config spacePali Rohár2021-12-061-0/+21
| | * | | PCI: pci-bridge-emul: Make expansion ROM Base Address register read-onlyPali Rohár2021-12-061-1/+6
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/xilinx-nwl'Bjorn Helgaas2022-01-131-23/+7
| |\ \ \
| | * | | PCI: xilinx-nwl: Simplify code and fix a memory leakChristophe JAILLET2021-12-011-23/+7
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2022-01-132-5/+3
| |\ \ \
| | * | | PCI: xgene: Fix IB window setupRob Herring2021-11-301-1/+1
| | * | | PCI: xgene-msi: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-4/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2022-01-131-0/+59
| |\ \ \
| | * | | PCI: vmd: Add DID 8086:A77F for all Intel Raptor Lake SKU'sKarthik L Gopalakrishnan2022-01-051-0/+4
| | * | | PCI: vmd: Honor ACPI _OSC on PCIe featuresKai-Heng Feng2022-01-041-0/+18
| | * | | PCI: vmd: Clean up domain before enumerationNirmal Patel2021-12-011-0/+37
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2022-01-131-5/+5
| |\ \ \
| | * | | PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()Marek Vasut2021-12-011-5/+5
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2022-01-132-8/+8
| |\ \ \
| | * | | PCI: qcom-ep: Constify static dw_pcie_ep_opsRikard Falkeborn2022-01-041-1/+1
| | * | | PCI: qcom: Use __be16 type to store return value from cpu_to_be16()Manivannan Sadhasivam2021-12-061-1/+1
| | * | | PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET2021-11-291-6/+6
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas2022-01-132-133/+395
| |\ \ \
| | * | | PCI: mvebu: Add support for compiling driver as modulePali Rohár2022-01-062-16/+77
| | * | | PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulate...Pali Rohár2022-01-041-0/+23
| | * | | PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridgePali Rohár2022-01-041-1/+10
| | * | | PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridgePali Rohár2022-01-041-10/+1
| | * | | PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridgePali Rohár2022-01-041-0/+28
| | * | | PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridgePali Rohár2022-01-041-2/+97
| | * | | PCI: mvebu: Set PCI Bridge Class Code to PCI BridgePali Rohár2022-01-041-1/+27
| | * | | PCI: mvebu: Setup PCIe controller to Root Complex modePali Rohár2022-01-041-1/+7
| | * | | PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE regis...Pali Rohár2022-01-041-27/+55
| | * | | PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár2022-01-041-7/+0
| | * | | PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár2022-01-041-20/+32
| | * | | PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár2022-01-041-0/+10
| | * | | PCI: mvebu: Handle invalid size of read config requestPali Rohár2022-01-041-0/+3
| | * | | PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár2022-01-041-0/+5
| | * | | PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár2022-01-041-3/+12
| | * | | PCI: mvebu: Check for valid portsPali Rohár2022-01-041-0/+7
| | * | | PCI: mvebu: Remove custom mvebu_pci_host_probe() functionPali Rohár2021-12-011-40/+1
| | * | | PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár2021-11-301-9/+4
| | |/ /
| * | | Merge branch 'pci/host/mt7621'Bjorn Helgaas2022-01-133-41/+6
| |\ \ \
| | * | | PCI: mt7621: Allow COMPILE_TEST for all archesSergio Paracuellos2022-01-121-1/+1
| | * | | PCI: mt7621: Add missing MODULE_LICENSE()Sergio Paracuellos2022-01-121-0/+2
| | * | | PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos2022-01-121-37/+0