aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31PCI: artpec6: Remove local code block from switch statementKrzysztof Wilczyński1-4/+2
2021-08-31PCI: artpec6: Remove surplus break statement after returnKrzysztof Wilczyński1-1/+0
2021-08-31PCI: visconti: Add Toshiba Visconti PCIe host controller driverNobuhiro Iwamatsu3-0/+342
2021-08-31PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes1-2/+7
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-205/+99
2021-08-30Merge branches 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'Rafael J. Wysocki1-12/+19
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+6
2021-08-27PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki1-0/+3
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao2-1/+15
2021-08-26PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy1-7/+21
2021-08-26PCI: mediatek: Use PCI domain to handle ports detectionChuanjia Liu1-12/+17
2021-08-26PCI: mediatek: Add new method to get irq numberChuanjia Liu1-1/+5
2021-08-26PCI: mediatek: Add new method to get shared pcie-cfg base addressChuanjia Liu1-0/+17
2021-08-26PCI: aardvark: Fix masking and unmasking legacy INTx interruptsPali Rohár1-0/+9
2021-08-24PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes1-0/+9
2021-08-24Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes1-3/+0
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song1-115/+10
2021-08-23PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng1-0/+7
2021-08-23PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng1-5/+8
2021-08-23PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng1-4/+5
2021-08-23PCI: hv: Generify PCI probingArnd Bergmann1-27/+30
2021-08-23PCI: Support populating MSI domains of root buses via bridgesBoqun Feng1-1/+5
2021-08-23PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng1-1/+5
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