summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-09-25PCI: rcar-gen4: Fix inverted break condition in PHY initializationMarek Vasut
2025-09-25PCI: rcar-gen4: Assure reset occurs before DBI accessMarek Vasut
2025-09-25PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertionMarek Vasut
2025-09-25PCI: Set up bridge resources earlierIlpo Järvinen
2025-09-25Merge tag 'thunderbolt-for-v6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman
2025-09-25PCI: rcar-host: Drop PMSR spinlockMarek Vasut
2025-09-25PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'Krishna Chaitanya Chundru
2025-09-25PCI: qcom: Prepare for the DWC ECAM enablementKrishna Chaitanya Chundru
2025-09-25PCI: dwc: Prepare the driver for enabling ECAM mechanism using iATU 'CFG Shif...Krishna Chaitanya Chundru
2025-09-25PCI: dwc: Add support for ELBI resource mappingKrishna Chaitanya Chundru
2025-09-24PCI: Don't print stale information about resourceIlpo Järvinen
2025-09-24PCI: tegra194: Handle errors in BPMP responseVidya Sagar
2025-09-24PCI: tegra194: Reset BARs when running in PCIe endpoint modeNiklas Cassel
2025-09-24PCI/sysfs: Ensure devices are powered for config readsBrian Norris
2025-09-24PCI: tegra194: Set pci_epc_features::msi_capable to trueNiklas Cassel
2025-09-24PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()Niklas Cassel
2025-09-23PCI: qcom: Remove custom ASPM enablement codeManivannan Sadhasivam
2025-09-23PCI/ASPM: Enable all ClockPM and ASPM states for devicetree platformsManivannan Sadhasivam
2025-09-22PCI/PM: Skip resuming to D0 if device is disconnectedMario Limonciello
2025-09-22PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang
2025-09-17PCI/sysfs: Expose PCI device serial numberMatthew Wood
2025-09-17PCI: qcom: Move host bridge 'phy' and 'reset' pointers to struct qcom_pcie_portManivannan Sadhasivam
2025-09-16PCI: Alter misleading recursion to pci_bus_release_bridge_resources()Ilpo Järvinen
2025-09-16PCI: Pass bridge window to pci_bus_release_bridge_resources()Ilpo Järvinen
2025-09-16PCI: Add pci_setup_one_bridge_window()Ilpo Järvinen
2025-09-16PCI: Refactor remove_dev_resources() to use pbus_select_window()Ilpo Järvinen
2025-09-16PCI: Refactor distributing available memory to use loopsIlpo Järvinen
2025-09-16PCI: Use pbus_select_window_for_type() during mem window sizingIlpo Järvinen
2025-09-16PCI: Use pbus_select_window() in space available checkerIlpo Järvinen
2025-09-16PCI: Rename resource variable from r to resIlpo Järvinen
2025-09-16PCI: Use pbus_select_window_for_type() during IO window sizingIlpo Järvinen
2025-09-16PCI: Use pbus_select_window() during BAR resizeIlpo Järvinen
2025-09-16PCI: Warn if bridge window cannot be released when resizing BARIlpo Järvinen
2025-09-16PCI: Fix finding bridge window in pci_reassign_bridge_resources()Ilpo Järvinen
2025-09-16PCI: Add bridge window selection functionsIlpo Järvinen
2025-09-16PCI: Add defines for bridge window indexingIlpo Järvinen
2025-09-16PCI: Preserve bridge window resource type flagsIlpo Järvinen
2025-09-16PCI: Enable bridge even if bridge window fails to assignIlpo Järvinen
2025-09-16PCI: Use pci_release_resource() instead of release_resource()Ilpo Järvinen
2025-09-16PCI: Disable non-claimed bridge windowIlpo Järvinen
2025-09-16PCI: Always claim bridge window before its setupIlpo Järvinen
2025-09-16PCI: Refactor find_bus_resource_of_type() logic checksIlpo Järvinen
2025-09-16PCI: Move find_bus_resource_of_type() earlierIlpo Järvinen
2025-09-16PCI: Fix failure detection during resource resizeIlpo Järvinen
2025-09-16PCI: Fix pdev_resources_assignable() disparityIlpo Järvinen
2025-09-16PCI: Ensure relaxed tail alignment does not increase min_alignIlpo Järvinen
2025-09-16PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before releaseShin'ichiro Kawasaki
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie