summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2026-04-13Merge branch 'pci/controller/dwc-layerscape'Bjorn Helgaas2-2/+16
2026-04-13Merge branch 'pci/controller/dwc-imx6'Bjorn Helgaas3-27/+35
2026-04-13Merge branch 'pci/controller/dwc-eswin'Bjorn Helgaas3-0/+419
2026-04-13Merge branch 'pci/controller/dwc-andes-qilai'Bjorn Helgaas3-0/+209
2026-04-13Merge branch 'pci/controller/dwc-amd-mdb'Bjorn Helgaas1-1/+1
2026-04-13Merge branch 'pci/controller/dwc'Bjorn Helgaas6-673/+111
2026-04-13Merge branch 'pci/controller/cadence-sky1'Bjorn Helgaas1-2/+4
2026-04-13Merge branch 'pci/controller/cadence-sg2042'Bjorn Helgaas3-0/+28
2026-04-13Merge branch 'pci/controller/cadence'Bjorn Helgaas1-31/+25
2026-04-13Merge branch 'pci/controller/aspeed'Bjorn Helgaas1-4/+4
2026-04-13Merge branch 'pci/controller/max-link-speed'Bjorn Helgaas10-14/+16
2026-04-13Merge branch 'pci/endpoint'Bjorn Helgaas15-123/+100
2026-04-09PCI: sg2042: Avoid L0s and L1 on Sophgo 2042 PCIe Root PortsYao Zi1-0/+2
2026-04-09PCI: cadence: Add flags for disabling ASPM capability for broken Root PortsYao Zi2-0/+26
2026-04-08PCI: tegra194: Add core monitor clock supportVidya Sagar1-0/+16
2026-04-08PCI: tegra194: Enable hardware hot reset mode in Endpoint modeVidya Sagar1-0/+2
2026-04-08PCI: tegra194: Enable DMA interruptVidya Sagar1-0/+18
2026-04-08PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registrationVidya Sagar1-1/+1
2026-04-08PCI: tegra194: Calibrate pipe to UPHY for Endpoint modeVidya Sagar1-0/+3
2026-04-08PCI: tegra194: Assert CLKREQ# explicitly by defaultVidya Sagar1-0/+2
2026-04-08PCI: tegra194: Fix CBB timeout caused by DBI access before core power-onManikanta Maddireddy1-4/+4
2026-04-08PCI: tegra194: Disable L1.2 capability of Tegra234 EPVidya Sagar1-0/+19
2026-04-08PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as wellManikanta Maddireddy1-8/+8
2026-04-08PCI: tegra194: Use DWC IP core versionManikanta Maddireddy2-2/+4
2026-04-08PCI: tegra194: Free up Endpoint resources during remove()Vidya Sagar1-0/+2
2026-04-08PCI: tegra194: Allow system suspend when the Endpoint link is not upVidya Sagar1-6/+25
2026-04-08PCI: tegra194: Set LTR message request before PCIe link up in Endpoint modeVidya Sagar1-9/+9
2026-04-08PCI: tegra194: Disable direct speed change for Endpoint modeVidya Sagar1-0/+4
2026-04-08PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"Vidya Sagar1-3/+3
2026-04-08PCI: tegra194: Disable PERST# IRQ only in Endpoint modeManikanta Maddireddy1-1/+2
2026-04-08PCI: tegra194: Don't force the device into the D0 state before L2Vidya Sagar1-41/+0
2026-04-08PCI: tegra194: Disable LTSSM after transition to Detect on surprise link downManikanta Maddireddy1-13/+16
2026-04-08PCI: tegra194: Increase LTSSM poll time on surprise link downManikanta Maddireddy1-15/+21
2026-04-08PCI: tegra194: Fix polling delay for L2 stateVidya Sagar1-5/+4
2026-04-07Merge tag 'hyperv-fixes-signed-20260406' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+9
2026-04-07PCI: dw-rockchip: Add pcie_ltssm_state_transition tracepoint supportShawn Lin1-0/+111
2026-04-06PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder1-2/+2
2026-04-06PCI: hisi: Use devm_ghes_register_vendor_record_notifier()Kai-Heng Feng1-11/+1
2026-04-04PCI: cadence: Use cdns_pcie_read_sz() for byte or word read accessAksh Garg1-31/+25
2026-04-04PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not foundChen-Yu Tsai1-4/+4
2026-04-04PCI: tegra194: Expose BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVEDManikanta Maddireddy1-5/+37
2026-04-04PCI: tegra194: Make BAR0 programmable and remove 1MB size limitManikanta Maddireddy1-2/+2
2026-04-04PCI: aspeed: Fix IRQ domain leak on platform_get_irq() failureFelix Gu1-4/+4
2026-04-04PCI: hv: Fix double ida_free in hv_pci_probe error pathSahil Chandna1-3/+1
2026-04-03PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu3-1/+9
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang1-9/+12
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-26PCI: sky1: Use boolean true for is_rc fieldHans Zhang1-1/+1