summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
7 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)6-6/+0
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-297/+986
2026-06-24Merge branch 'pci/misc'Bjorn Helgaas9-67/+34
2026-06-24Merge branch 'pci/controller/misc'Bjorn Helgaas4-4/+1
2026-06-24Merge branch 'pci/controller/tlp_macros'Bjorn Helgaas5-21/+16
2026-06-24Merge branch 'pci/controller/rescan_lock'Bjorn Helgaas1-0/+2
2026-06-24Merge branch 'pci/controller/link_train_delay'Bjorn Helgaas1-7/+2
2026-06-24Merge branch 'pci/controller/dwc-ultrarisc'Bjorn Helgaas4-0/+213
2026-06-24Merge branch 'pci/controller/dwc-tegra194'Bjorn Helgaas1-0/+13
2026-06-24Merge branch 'pci/controller/dwc-qcom'Bjorn Helgaas4-93/+278
2026-06-24Merge branch 'pci/controller/dwc-meson'Bjorn Helgaas1-1/+12
2026-06-24Merge branch 'pci/controller/dwc-intel-gw'Bjorn Helgaas1-23/+51
2026-06-24Merge branch 'pci/controller/dwc-imx6'Bjorn Helgaas2-40/+184
2026-06-24Merge branch 'pci/controller/dwc-amd-mdb'Bjorn Helgaas1-0/+8
2026-06-24Merge branch 'pci/controller/dwc'Bjorn Helgaas7-41/+34
2026-06-24Merge branch 'pci/endpoint'Bjorn Helgaas3-0/+125
2026-06-23PCI: dwc: Use common pci_host_common_link_train_delay() helperHans Zhang1-7/+2
2026-06-18PCI: dwc: Protect root bus removal with rescan lockHans Zhang1-0/+2
2026-06-12of: Factor arguments passed to of_map_id() into a structCharan Teja Kalla1-26/+27
2026-06-12of: Add convenience wrappers for of_map_id()Robin Murphy1-4/+2
2026-06-12PCI: dwc: Avoid dwc_pcie_rasdes_debugfs_deinit() NULL dereference when no RAS...Shuvam Pandey1-0/+3
2026-06-10PCI: imx6: Integrate new pwrctrl APISherry Sun2-1/+24
2026-06-09PCI: meson: Add missing remove callbackShuvam Pandey1-0/+9
2026-06-09PCI: meson: Propagate devm_add_action_or_reset() failureShuvam Pandey1-1/+3
2026-06-09PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95Richard Zhu1-6/+22
2026-06-09PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95Richard Zhu1-3/+24
2026-06-09PCI: dwc: Replace ATU type macros with common TLP type macrosHans Zhang5-21/+16
2026-06-04PCI: qcom: Initialize DWC MSI lock for firmware-managed ECAM hostsYadu M G1-0/+6
2026-05-28PCI: qcom: Disable ASPM L0s for SA8775PShawn Guo1-0/+1
2026-05-26PCI: qcom: Program T_POWER_ONKrishna Chaitanya Chundru1-0/+14
2026-05-26PCI: dwc: Add dw_pcie_program_t_power_on() to program T_POWER_ONKrishna Chaitanya Chundru2-0/+29
2026-05-26PCI: qcom: Handle mixed PERST#/PHY DT configurationQiang Yu1-6/+17
2026-05-23PCI: qcom: Indicate broken L1SS exit during resume from system suspendManivannan Sadhasivam1-0/+13
2026-05-21PCI: qcom: Add D3cold supportKrishna Chaitanya Chundru1-60/+103
2026-05-21PCI: dwc: Use common D3cold eligibility helper in suspend pathKrishna Chaitanya Chundru2-8/+16
2026-05-21PCI: qcom: Power down PHY via PARF_PHY_CTRL before disabling rails/clocksKrishna Chaitanya Chundru1-3/+35
2026-05-21PCI: qcom: Add .get_ltssm() callback to query LTSSM statusKrishna Chaitanya Chundru1-0/+31
2026-05-19PCI: dwc: Fix signedness bug in fault injection test codeDan Carpenter1-3/+4
2026-05-19PCI: tegra194: Use aspm-l1-entry-delay-ns DT property for L1 entrance latencyManikanta Maddireddy1-0/+13
2026-05-19PCI: dwc: Use DEFINE_SHOW_ATTRIBUTE for ltssm_status debugfsHans Zhang1-10/+2
2026-05-19PCI: imx6: Parse 'reset-gpios' in Root Port nodesSherry Sun1-13/+73
2026-05-19PCI: imx6: Assert PERST# before enabling regulatorsSherry Sun1-10/+40
2026-05-19PCI: imx6: Fix IMX6SX_GPR12_PCIE_TEST_POWERDOWN handlingRichard Zhu1-9/+3
2026-05-15PCI: keembay: Use common mode field in struct dw_pcieHans Zhang1-5/+4
2026-05-15PCI: dwc: Use common mode field in struct dw_pcieHans Zhang1-4/+3
2026-05-15PCI: artpec6: Use common mode field in struct dw_pcieHans Zhang1-5/+4
2026-05-15PCI: dra7xx: Use common mode field in struct dw_pcieHans Zhang1-6/+5
2026-05-13PCI: qcom: Set max OPP before DBI access during resumeQiang Yu1-16/+26
2026-05-13PCI: dwc: Apply ECRC workaround for DesignWare cores prior to 5.10aManikanta Maddireddy2-8/+9
2026-05-12PCI: ultrarisc: Add UltraRISC DP1000 PCIe Root Complex driverXincheng Zhang4-0/+213