summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
11 daysPCI: tegra194: Fix CBB timeout caused by DBI access before core power-onManikanta Maddireddy1-4/+4
11 daysPCI: tegra194: Disable L1.2 capability of Tegra234 EPVidya Sagar1-0/+19
11 daysPCI: dwc: Apply ECRC workaround to DesignWare 5.00a as wellManikanta Maddireddy1-8/+8
11 daysPCI: tegra194: Use DWC IP core versionManikanta Maddireddy2-2/+4
11 daysPCI: tegra194: Free up Endpoint resources during remove()Vidya Sagar1-0/+2
11 daysPCI: tegra194: Allow system suspend when the Endpoint link is not upVidya Sagar1-6/+25
11 daysPCI: tegra194: Set LTR message request before PCIe link up in Endpoint modeVidya Sagar1-9/+9
11 daysPCI: tegra194: Disable direct speed change for Endpoint modeVidya Sagar1-0/+4
11 daysPCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"Vidya Sagar1-3/+3
11 daysPCI: tegra194: Disable PERST# IRQ only in Endpoint modeManikanta Maddireddy1-1/+2
11 daysPCI: tegra194: Don't force the device into the D0 state before L2Vidya Sagar1-41/+0
11 daysPCI: tegra194: Disable LTSSM after transition to Detect on surprise link downManikanta Maddireddy1-13/+16
11 daysPCI: tegra194: Increase LTSSM poll time on surprise link downManikanta Maddireddy1-15/+21
11 daysPCI: tegra194: Fix polling delay for L2 stateVidya Sagar1-5/+4
11 daysPCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu3-1/+9
11 daysPCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang1-9/+12
11 daysPCI: qcom: Advertise Hotplug Slot Capability with no Command Completion supportKrishna Chaitanya Chundru1-6/+11
11 daysPCI: dwc: rcar-gen4: Change EPC BAR alignment to 4K as per the documentationKoichiro Den1-1/+1
11 daysPCI: dwc: Perform cleanup in the error path of dw_pcie_resume_noirq()Manivannan Sadhasivam1-3/+12
11 daysPCI: dwc: ep: Mirror the max link width and speed fields to all functionsAksh Garg1-1/+28
11 daysPCI: dwc: ep: Fix MSI-X Table Size configuration in dw_pcie_ep_set_msix()Aksh Garg1-1/+1
11 daysPCI: imx6: Fix device node reference leak in imx_pcie_probe()Felix Gu1-2/+2
2026-05-07PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder1-2/+2
2026-05-07PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SXRichard Zhu1-0/+1
2026-02-26PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entryNiklas Cassel1-0/+3
2026-02-26PCI: dwc: ep: Refresh MSI Message Address cache on changeNiklas Cassel1-9/+13
2026-02-20PCI: dwc: ep: Always clear IB maps on BAR updateKoichiro Den1-3/+11
2026-02-20PCI: dwc: ep: Return after clearing BAR-match inbound mappingKoichiro Den1-0/+1
2026-02-12Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-419/+966
2026-02-11Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-74/+60
2026-02-07Merge branch 'pci/controller/tegra194'Bjorn Helgaas1-2/+2
2026-02-07Merge branch 'pci/controller/dwc-sophgo'Bjorn Helgaas1-0/+18
2026-02-07Merge branch 'pci/controller/dwc-rockchip'Bjorn Helgaas1-0/+8
2026-02-07Merge branch 'pci/controller/dwc-qcom-ep'Bjorn Helgaas1-8/+53
2026-02-07Merge branch 'pci/controller/dwc-qcom'Bjorn Helgaas1-27/+95
2026-02-07Merge branch 'pci/controller/dwc-nxp-s32g'Bjorn Helgaas1-4/+4
2026-02-07Merge branch 'pci/controller/dwc-imx6'Bjorn Helgaas2-8/+64
2026-02-07Merge branch 'pci/controller/dwc'Bjorn Helgaas18-337/+701
2026-02-05PCI: dwc: Fix missing iATU setup when ECAM is enabledKrishna Chaitanya Chundru2-11/+28
2026-02-05PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup()Niklas Cassel1-28/+31
2026-02-05PCI: dwc: Fix msg_atu_index assignmentNiklas Cassel1-1/+8
2026-02-04PCI: dwc: ep: Add comment explaining controller level PTM access in multi PF ...Aksh Garg1-0/+12
2026-02-04PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping supportAksh Garg2-37/+54
2026-02-03PCI: s32g: Skip Root Port removal during successVincent Guittot1-4/+4
2026-01-30PCI: dwc: ep: Fix resizable BAR support for multi-PF configurationsAksh Garg1-16/+32
2026-01-30PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATUKoichiro Den2-11/+209
2026-01-28PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den13-0/+19
2026-01-23PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarityQiang Yu3-11/+11
2026-01-23PCI: dwc: Fix grammar and formatting for comment in dw_pcie_remove_ext_capabi...Qiang Yu1-1/+2
2026-01-22PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA ...Samuel Holland1-17/+57