summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: microchip: Rename mc_port to mc_pcieBjorn Helgaas2022-01-031-21/+21
| | * | PCI: mediatek-gen3: Rename mtk_pcie_port to mtk_gen3_pcieFan Fei2022-01-031-186/+186
| | * | PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcieBjorn Helgaas2022-01-031-42/+42
| | * | PCI: iproc: Rename iproc_pcie_pltfm_ to iproc_pltfm_pcie_Bjorn Helgaas2022-01-031-8/+8
| | * | PCI: iproc: Rename iproc_pcie_bcma_ to iproc_bcma_pcie_Bjorn Helgaas2022-01-031-11/+11
| | * | PCI: intel-gw: Rename intel_pcie_port to intel_pcieFan Fei2022-01-031-102/+102
| | * | PCI: j721e: Drop redundant struct device *Bjorn Helgaas2022-01-031-8/+6
| | * | PCI: j721e: Drop pointless of_device_get_match_data() castBjorn Helgaas2022-01-031-2/+2
| | * | PCI: kirin: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * | PCI: keystone: Prefer of_device_get_match_data()Fan Fei2022-01-031-3/+1
| | * | PCI: dra7xx: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * | PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * | PCI: cadence: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * | PCI: artpec6: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * | PCI: altera: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+4
| * | | Merge branch 'pci/errors'Bjorn Helgaas2022-01-1323-120/+79
| |\ \ \
| | * | | PCI: xgene: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-5/+5
| | * | | PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-1/+1
| | * | | PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-3/+3
| | * | | PCI: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-6/+6
| | * | | PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
| | * | | PCI/PME: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
| | * | | PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-2/+2
| | * | | PCI: pciehp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-5/+5
| | * | | PCI: vmd: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-181-1/+1
| | * | | PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu2021-11-182-10/+10
| | * | | PCI: rockchip-host: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: rcar-host: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: altera: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: mvebu: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-6/+2
| | * | | PCI: aardvark: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: histb: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: exynos: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-9/+2
| | * | | PCI: iproc: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | | 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-085-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
| | |/ /