aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2026-03-27PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()Koichiro Den1-0/+9
2026-03-27PCI: Fix alignment calculation for resource size larger than alignIlpo Järvinen1-1/+8
2026-03-27PCI: Align head space betterIlpo Järvinen1-1/+38
2026-03-27PCI: Rename window_alignment() to pci_min_window_alignment()Ilpo Järvinen2-3/+6
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen1-1/+2
2026-03-26PCI: Fix premature removal from realloc_head list during resource assignmentIlpo Järvinen1-4/+4
2026-03-26PCI: Prevent shrinking bridge window from its required sizeIlpo Järvinen1-2/+40
2026-03-26PCI: Prevent assignment to unsupported bridge windowsAhmed Naseef1-0/+6
2026-03-27PCI: of: Remove max-link-speed generation validationHans Zhang1-12/+7
2026-03-27PCI: controller: Validate max-link-speedHans Zhang3-4/+5
2026-03-27PCI: j721e: Validate max-link-speed from DTHans Zhang1-1/+2
2026-03-27PCI: dwc: Use pcie_get_link_speed() helper for safe array accessHans Zhang6-9/+9
2026-03-27PCI: Add pcie_get_link_speed() helper for safe array accessHans Zhang2-0/+18
2026-03-26PCI: sky1: Use boolean true for is_rc fieldHans Zhang1-1/+1
2026-03-26PCI: qcom: Advertise Hotplug Slot Capability with no Command Completion supportKrishna Chaitanya Chundru1-6/+11
2026-03-26PCI: dwc: Expose PCIe event counters for groups 5 to 7 over debugfsHans Zhang1-1/+51
2026-03-26PCI: imx6: Separate PERST# assertion from core reset functionsSherry Sun1-11/+18
2026-03-26PCI: imx6: Change imx_pcie_deassert_core_reset() return type to voidSherry Sun1-11/+3
2026-03-26PCI: endpoint: Improve error messagesManivannan Sadhasivam1-5/+10
2026-03-26PCI: endpoint: Print the EPF name in the error log of pci_epf_make()Manivannan Sadhasivam1-1/+2
2026-03-26PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SXRichard Zhu1-0/+1
2026-03-25PCI: mediatek-gen3: Integrate new pwrctrl APIChen-Yu Tsai2-8/+32
2026-03-25PCI: mediatek-gen3: Disable device if further setup failsChen-Yu Tsai1-1/+6
2026-03-25PCI: mediatek-gen3: Split out device power helpersChen-Yu Tsai1-35/+51
2026-03-25PCI: mediatek-gen3: Add error path for resume driver callbacksChen-Yu Tsai1-4/+6
2026-03-25PCI: mediatek-gen3: Move controller setup steps before PERST# controlChen-Yu Tsai1-25/+25
2026-03-25PCI: mediatek-gen3: Move mtk_pcie_setup_irq() out of mtk_pcie_setup()Chen-Yu Tsai1-11/+14
2026-03-25PCI: mediatek-gen3: Clean up mtk_pcie_parse_port() with dev_err_probe()Chen-Yu Tsai1-26/+10
2026-03-25PCI/VGA: Pass errors from pci_set_vga_state() upSimon Richter1-2/+11
2026-03-25PCI/VGA: Pass vga_get_uninterruptible() errors to userspaceSimon Richter1-1/+6
2026-03-25PCI: hv: Set default NUMA node to 0 for devices without affinity infoLong Li1-0/+8
2026-03-24PCI: sky1: Fix missing cleanup of ECAM config on probe failureFelix Gu1-1/+3
2026-03-23PCI/pwrctrl: Fix pci_pwrctrl_is_required() device node leakFelix Gu1-1/+3
2026-03-23PCI/pwrctrl: Do not power off on pwrctrl device removalChen-Yu Tsai2-13/+0
2026-03-23PCI: dwc: rcar-gen4: Change EPC BAR alignment to 4K as per the documentationKoichiro Den1-1/+1
2026-03-21PCI: dwc: rcar-gen4: Mark BAR0 and BAR2 as Resizable BARs in endpoint modeKoichiro Den1-0/+2
2026-03-21PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()Ryder Lee1-1/+1
2026-03-19Merge tag 'pci-v7.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-13/+46
2026-03-19PCI: eswin: Add ESWIN PCIe Root Complex driverSenchuan Zhang3-0/+419
2026-03-18PCI/pwrctrl: generic: Add UPD720201/UPD720202 USB 3.0 xHCI Host Controller su...Neil Armstrong1-0/+4
2026-03-18PCI/pwrctrl: generic: Simplify dev_err_probe() usageNeil Armstrong1-6/+3
2026-03-18PCI/pwrctrl: generic: Rename pci-pwrctrl-slot as genericNeil Armstrong4-10/+11
2026-03-17PCI: rpaphp: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-03-17PCI: pnv_php: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-12/+7
2026-03-17PCI/CXL: Hide SBR from reset_methods if masked by CXLVidya Sagar1-5/+1
2026-03-17PCI: endpoint: pci-epf-test: Roll back BAR mapping when subrange setup failsKoichiro Den1-0/+5
2026-03-16PCI/pwrctrl: Create pwrctrl devices only for PCI device nodesManivannan Sadhasivam1-2/+9
2026-03-16PCI/pwrctrl: Ensure that remote endpoint node parent has supply requirementManivannan Sadhasivam1-13/+34
2026-03-16PCI/DPC: Hold pci_dev reference during error recoverySizhe Liu1-0/+2
2026-03-15PCI: endpoint: pci-epf-test: Advertise reserved BARsNiklas Cassel1-0/+24