summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorLines
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-940/+1181
2026-04-13Merge branch 'pci/controller/dwc-tegra194'Bjorn Helgaas-103/+158
2026-04-13Merge branch 'pci/controller/dwc-rockchip'Bjorn Helgaas-0/+111
2026-04-13Merge branch 'pci/controller/dwc-rcar-gen4-ep'Bjorn Helgaas-1/+3
2026-04-13Merge branch 'pci/controller/dwc-qcom'Bjorn Helgaas-6/+11
2026-04-13Merge branch 'pci/controller/dwc-layerscape'Bjorn Helgaas-2/+16
2026-04-13Merge branch 'pci/controller/dwc-imx6'Bjorn Helgaas-27/+35
2026-04-13Merge branch 'pci/controller/dwc-eswin'Bjorn Helgaas-0/+419
2026-04-13Merge branch 'pci/controller/dwc-andes-qilai'Bjorn Helgaas-0/+209
2026-04-13Merge branch 'pci/controller/dwc-amd-mdb'Bjorn Helgaas-1/+1
2026-04-13Merge branch 'pci/controller/dwc'Bjorn Helgaas-673/+111
2026-04-13Merge branch 'pci/controller/max-link-speed'Bjorn Helgaas-9/+9
2026-04-13Merge branch 'pci/endpoint'Bjorn Helgaas-120/+100
2026-04-08PCI: tegra194: Add core monitor clock supportVidya Sagar-0/+16
2026-04-08PCI: tegra194: Enable hardware hot reset mode in Endpoint modeVidya Sagar-0/+2
2026-04-08PCI: tegra194: Enable DMA interruptVidya Sagar-0/+18
2026-04-08PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registrationVidya Sagar-1/+1
2026-04-08PCI: tegra194: Calibrate pipe to UPHY for Endpoint modeVidya Sagar-0/+3
2026-04-08PCI: tegra194: Assert CLKREQ# explicitly by defaultVidya Sagar-0/+2
2026-04-08PCI: tegra194: Fix CBB timeout caused by DBI access before core power-onManikanta Maddireddy-4/+4
2026-04-08PCI: tegra194: Disable L1.2 capability of Tegra234 EPVidya Sagar-0/+19
2026-04-08PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as wellManikanta Maddireddy-8/+8
2026-04-08PCI: tegra194: Use DWC IP core versionManikanta Maddireddy-2/+4
2026-04-08PCI: tegra194: Free up Endpoint resources during remove()Vidya Sagar-0/+2
2026-04-08PCI: tegra194: Allow system suspend when the Endpoint link is not upVidya Sagar-6/+25
2026-04-08PCI: tegra194: Set LTR message request before PCIe link up in Endpoint modeVidya Sagar-9/+9
2026-04-08PCI: tegra194: Disable direct speed change for Endpoint modeVidya Sagar-0/+4
2026-04-08PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"Vidya Sagar-3/+3
2026-04-08PCI: tegra194: Disable PERST# IRQ only in Endpoint modeManikanta Maddireddy-1/+2
2026-04-08PCI: tegra194: Don't force the device into the D0 state before L2Vidya Sagar-41/+0
2026-04-08PCI: tegra194: Disable LTSSM after transition to Detect on surprise link downManikanta Maddireddy-13/+16
2026-04-08PCI: tegra194: Increase LTSSM poll time on surprise link downManikanta Maddireddy-15/+21
2026-04-08PCI: tegra194: Fix polling delay for L2 stateVidya Sagar-5/+4
2026-04-07PCI: dw-rockchip: Add pcie_ltssm_state_transition tracepoint supportShawn Lin-0/+111
2026-04-06PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder-2/+2
2026-04-04PCI: tegra194: Expose BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVEDManikanta Maddireddy-5/+37
2026-04-04PCI: tegra194: Make BAR0 programmable and remove 1MB size limitManikanta Maddireddy-2/+2
2026-04-03PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu-1/+9
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang-9/+12
2026-03-27PCI: dwc: Use pcie_get_link_speed() helper for safe array accessHans Zhang-9/+9
2026-03-26PCI: qcom: Advertise Hotplug Slot Capability with no Command Completion supportKrishna Chaitanya Chundru-6/+11
2026-03-26PCI: dwc: Expose PCIe event counters for groups 5 to 7 over debugfsHans Zhang-1/+51
2026-03-26PCI: imx6: Separate PERST# assertion from core reset functionsSherry Sun-11/+18
2026-03-26PCI: imx6: Change imx_pcie_deassert_core_reset() return type to voidSherry Sun-11/+3
2026-03-26PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SXRichard Zhu-0/+1
2026-03-23PCI: dwc: rcar-gen4: Change EPC BAR alignment to 4K as per the documentationKoichiro Den-1/+1
2026-03-21PCI: dwc: rcar-gen4: Mark BAR0 and BAR2 as Resizable BARs in endpoint modeKoichiro Den-0/+2
2026-03-19PCI: eswin: Add ESWIN PCIe Root Complex driverSenchuan Zhang-0/+419
2026-03-18PCI/pwrctrl: generic: Rename pci-pwrctrl-slot as genericNeil Armstrong-2/+2
2026-03-15PCI: dwc: Disable BARs in common code instead of in each glue driverNiklas Cassel-89/+25