aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2024-11-16PCI/bwctrl: Add pcie_set_target_speed() to set PCIe Link SpeedIlpo Järvinen3-19/+198
2024-11-16PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen8-9/+221
2024-11-15PCI: Add ACS quirk for Wangxun FF5xxx NICsMengyuan Lou1-6/+9
2024-11-15PCI: Fix typosBjorn Helgaas2-8/+11
2024-11-15PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodesAndrea della Porta1-1/+1
2024-11-13PCI: hotplug: Add OCTEON PCI hotplug controller driverShijith Thotton3-0/+438
2024-11-13PCI: Warn if a running device is unaware of resetKeith Busch1-0/+4
2024-11-13PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch3-1/+28
2024-11-13PCI: Enable runtime PM of the host bridgeKrishna chaitanya chundru1-0/+11
2024-11-13PCI: starfive: Enable controller runtime PM before probing host bridgeMayank Rana1-3/+7
2024-11-13PCI: mediatek-gen3: Remove unneeded semicolonYang Li1-1/+1
2024-11-13PCI: cadence: Lower severity of message when phy-names property is absent in DTSBartosz Wawrzyniak1-2/+2
2024-11-12Merge tag 'reset-for-v6.13' of git://git.pengutronix.de/pza/linux into soc/driversArnd Bergmann1-0/+1
2024-11-11PCI: Unexport pci_walk_bus_locked()Keith Busch2-1/+3
2024-11-11PCI: Abstract LBMS seen check into pcie_lbms_seen()Ilpo Järvinen1-2/+6
2024-11-11PCI: Refactor pcie_update_link_speed()Ilpo Järvinen3-7/+14
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen3-16/+46
2024-11-11PCI: Convert __pci_walk_bus() to be recursiveKeith Busch1-25/+11
2024-11-11PCI: Move __pci_walk_bus() mutex to where we need itKeith Busch1-7/+5
2024-11-11PCI: Make pci_destroy_dev() concurrent safeKeith Busch2-1/+7
2024-11-11PCI: Make pci_stop_dev() concurrent safeKeith Busch3-12/+18
2024-11-07PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I1-0/+11
2024-11-07PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I1-0/+1
2024-11-07PCI: microchip: Add support for using either Root Port 1 or 2Conor Dooley1-59/+67
2024-11-07PCI: Deprecate pcim_iounmap_regions()Philipp Stanner1-1/+4
2024-11-06PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-7/+23
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 supportedManivannan Sadhasivam1-1/+3
2024-11-01Merge tag 'pci-v6.12-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus 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