aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-06PCI: vmd: Set devices to D0 before enabling PM L1 SubstatesJian-Hong Pan1-4/+9
2024-11-06PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUsNirmal Patel1-0/+4
2024-11-06PCI: imx6: Fix suspend/resume support on i.MX6QDLStefan Eichenberger1-11/+46
2024-11-06PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked)Jian-Hong Pan1-0/+6
2024-11-06PCI: mediatek-gen3: Add support for restricting link widthAngeloGioacchino Del Regno1-0/+20
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::llseek()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh2-6/+6
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh2-2/+2
2024-11-05PCI/sysfs: Calculate bin_attribute size through bin_size()Thomas Weißschuh1-12/+16
2024-11-04PCI: endpoint: test: Synchronously cancel command handler workDamien Le Moal1-2/+2
2024-11-04PCI: dwc: endpoint: Implement the pci_epc_ops::align_addr() operationDamien Le Moal1-0/+15
2024-11-04PCI: mediatek-gen3: Add support for setting max-link-speed limitAngeloGioacchino Del Regno1-2/+53
2024-11-04PCI: qcom: Disable ASPM L0s for X1E80100Qiang Yu1-1/+1
2024-11-04PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoCQiang Yu1-1/+11
2024-11-04PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS millisecondsSiddharth Vadapalli1-14/+12
2024-11-03PCI: qcom: Add support for IPQ9574devi priya1-0/+1
2024-11-03PCI: j721e: Add PCIe support for J722S SoCSiddharth Vadapalli1-0/+11
2024-11-03PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert()Manivannan Sadhasivam1-3/+4
2024-11-03PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()Manivannan Sadhasivam1-2/+4
2024-11-02PCI: qcom: Enable MSI interrupts together with Link up if 'Global IRQ' is sup...Manivannan Sadhasivam1-1/+3
2024-11-01Merge tag 'pci-v6.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+9
2024-10-30PCI: Fix use-after-free of slot->bus on hot removeLukas Wunner1-1/+3
2024-10-30PCI: Make pcim_iounmap_region() a public functionPhilipp Stanner1-1/+2
2024-10-30PCI: Remove pcim_iomap_regions_request_all()Philipp Stanner1-56/+0
2024-10-30PCI: Make pcim_request_all_regions() a public functionPhilipp Stanner1-1/+2
2024-10-29PCI: Fix pci_enable_acs() support for the ACS quirksJason Gunthorpe1-5/+9
2024-10-27PCI: dwc: endpoint: Clear outbound address on unmapDamien Le Moal1-0/+1
2024-10-25Merge tag 'pci-v6.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+52
2024-10-24misc: Add support for LAN966x PCI deviceHerve Codina1-0/+1
2024-10-23PCI/pwrctl: Abandon QCom WCN probe on pre-pwrseq device-treesBartosz Golaszewski1-5/+50
2024-10-22PCI/ASPM: Disable L1 before disabling L1 PM SubstatesAjay Agarwal1-42/+50
2024-10-22PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()Ilpo Järvinen1-19/+15
2024-10-22PCI: cpqphp: Use define to read class/revision dwordIlpo Järvinen1-2/+2
2024-10-22PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presenceIlpo Järvinen1-16/+6
2024-10-22PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen1-5/+10
2024-10-18PCI: Improve pdev_sort_resources() warning messageIlpo Järvinen1-2/+3
2024-10-18PCI: cpqphp: Remove unused struct ctrl_dbg.ctrlChristophe JAILLET1-1/+0
2024-10-18PCI: cpcihp: Remove unused struct cpci_hp_controller_ops.hardware_testGuilherme Giacomo Simoes1-1/+0
2024-10-18PCI: Simplify pci_read_bridge_bases() logicIlpo Järvinen1-8/+9
2024-10-18PCI: Move struct pci_bus_resource into bus.cIlpo Järvinen1-0/+12
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen2-6/+3
2024-10-16PCI: endpoint: test: Use pci_epc_mem_map/unmap()Damien Le Moal1-179/+193
2024-10-16PCI: endpoint: Introduce pci_epc_mem_map()/unmap()Damien Le Moal1-0/+103
2024-10-15PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)1-1/+1
2024-10-13PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req()Gregory Price1-1/+13
2024-10-12PCI: Hold rescan lock while adding devices during host probeBartosz Golaszewski1-0/+2
2024-10-12PCI: endpoint: Improve pci_epc_mem_alloc_addr()Damien Le Moal1-3/+6
2024-10-12PCI: endpoint: Introduce pci_epc_function_is_valid()Damien Le Moal1-48/+31
2024-10-10PCI: Add ALIGN_DOWN_IF_NONZERO() helperIlpo Järvinen1-6/+7
2024-10-10PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M()Ilpo Järvinen1-1/+2