aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20PCI: Make saved capability state private to coreBjorn Helgaas1-2/+21
2021-08-20PCI: Add schedule point in proc_bus_pci_read()Krzysztof Wilczyński1-0/+1
2021-08-20PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2-3/+3
2021-08-20PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian1-0/+4
2021-08-20PCI/PTM: Remove error message at bootJakub Kicinski1-3/+1
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit1-0/+23
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit1-0/+33
2021-08-20PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit1-0/+26
2021-08-20Merge tag 'pci-v5.14-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-1/+2
2021-08-20PCI: keembay: Add support for Intel Keem BaySrikanth Thokala3-0/+489
2021-08-20PCI: aardvark: Configure PCIe resources from 'ranges' DT propertyPali Rohár1-1/+194
2021-08-19Merge tag 'soc-fixes-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+4
2021-08-19PCI/sysfs: Use correct variable for the legacy_mem sysfs objectKrzysztof Wilczyński1-1/+1
2021-08-19PCI: Increase D3 delay for AMD Renoir/Cezanne XHCIMarcin Bachry1-0/+1
2021-08-19PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I1-0/+19
2021-08-19PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I1-4/+36
2021-08-19PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani4-0/+38
2021-08-19PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2-2/+2
2021-08-19PCI: cadence: Add support to configure virtual functionsKishon Vijay Abraham I2-21/+128
2021-08-19PCI: cadence: Simplify code to get register base address for configuring BARKishon Vijay Abraham I2-14/+7
2021-08-19PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I8-163/+297
2021-08-19PCI: endpoint: Add support to link a physical function to a virtual functionKishon Vijay Abraham I1-0/+24
2021-08-19PCI: endpoint: Add support to add virtual function in endpoint coreKishon Vijay Abraham I2-2/+98
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede8-44/+44
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni3-0/+30
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni2-25/+16
2021-08-18PCI: Use acpi_pci_power_manageable()Shanker Donthineni1-8/+10
2021-08-18PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni2-4/+10
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede3-0/+125
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede5-7/+5
2021-08-17PCI: Add array to track reset method orderingAmey Narkhede3-44/+63
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede3-39/+38
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede2-6/+5
2021-08-16PCI: rcar: Add L1 link state fix into data abort hookMarek Vasut2-0/+93
2021-08-13PCI: hv: Support for create interrupt v3Sunil Muthuswamy1-5/+62
2021-08-13PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon1-0/+12
2021-08-12ARM: ixp4xx: fix building both pci driversArnd Bergmann1-4/+4
2021-08-12PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter1-1/+1
2021-08-12PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit1-6/+3
2021-08-12PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit1-23/+19
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2-50/+14
2021-08-12PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit1-17/+12
2021-08-12PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit1-54/+32
2021-08-12PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit1-30/+30
2021-08-10PCI/MSI: Use new mask/unmask functionsThomas Gleixner1-81/+21
2021-08-10PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner1-0/+72
2021-08-10PCI/MSI: Cleanup msi_mask()Thomas Gleixner1-14/+11
2021-08-10PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner1-17/+8
2021-08-10PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner1-15/+11
2021-08-10PCI/MSI: Rename msi_desc::maskedThomas Gleixner1-15/+15