summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2026-03-12PCI: dwc: ep: Fix resizable BAR support for multi-PF configurationsAksh Garg1-16/+32
2026-03-12PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() functionQiang Yu3-49/+1
2026-03-12PCI: dwc: Add new APIs to remove standard and extended CapabilityQiang Yu2-0/+55
2026-03-12PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu2-4/+4
2026-03-12Revert "PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQ"Niklas Cassel1-56/+3
2026-03-12PCI: dw-rockchip: Change get_ltssm() to provide L1 Substates infoShawn Lin1-4/+25
2026-03-12PCI: dwc: Add L1 Substates context to ltssm_status of debugfsShawn Lin2-0/+6
2026-03-12PCI: dw-rockchip: Configure L1SS supportShawn Lin1-0/+40
2026-03-12PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas5-0/+33
2026-03-12PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entryNiklas Cassel1-0/+3
2026-03-04PCI: dwc: Fix msg_atu_index assignmentNiklas Cassel1-1/+8
2026-03-04PCI: dwc: Skip waiting for L2/L3 Ready if dw_pcie_rp::skip_l23_wait is trueRichard Zhu3-0/+16
2026-03-04Revert "PCI: dwc: Don't wait for link up if driver can detect Link Up event"Niklas Cassel2-9/+2
2026-03-04Revert "PCI: qcom: Enumerate endpoints based on Link up event in 'global_irq'...Niklas Cassel1-57/+1
2026-03-04Revert "PCI: qcom: Enable MSI interrupts together with Link up if 'Global IRQ...Niklas Cassel1-3/+1
2026-03-04Revert "PCI: qcom: Don't wait for link if we can detect Link Up"Niklas Cassel1-4/+1
2026-03-04Revert "PCI: dw-rockchip: Don't wait for link since we can detect Link Up"Niklas Cassel1-1/+0
2026-03-04PCI: imx6: Add CLKREQ# override to enable REFCLK for i.MX95 PCIeRichard Zhu1-0/+20
2026-03-04PCI: dw-rockchip: Disable BAR 0 and BAR 1 for Root PortShawn Lin1-0/+8
2026-03-04PCI: dwc: Skip PME_Turn_Off broadcast and L2/L3 transition during suspend if ...Manivannan Sadhasivam1-1/+5
2026-02-27PCI: sophgo: Disable L0s and L1 on Sophgo 2044 PCIe Root PortsInochi Amaoto1-0/+18
2026-02-11PCI: qcom: Remove ASPM L0s support for MSM8996 SoCManivannan Sadhasivam1-1/+3
2026-01-17PCI: meson: Report that link is up while in ASPM L0s and L1 statesBjorn Helgaas1-35/+4
2026-01-08PCI: meson: Fix parsing the DBI register regionManivannan Sadhasivam2-8/+22
2025-12-18PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin1-1/+1
2025-12-18PCI: stm32: Fix EP page_size alignmentChristian Bruel1-0/+2
2025-12-18PCI: stm32: Fix LTSSM EP race with start linkChristian Bruel1-31/+8
2025-12-18PCI: keystone: Exit ks_pcie_probe() for invalid modeSiddharth Vadapalli1-0/+2
2025-11-01Merge tag 'pci-v6.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+32
2025-10-31Revert "PCI: qcom: Remove custom ASPM enablement code"Bjorn Helgaas1-0/+32
2025-10-20Revert "PCI: qcom: Prepare for the DWC ECAM enablement"Krishna Chaitanya Chundru1-68/+0
2025-10-20PCI: dwc: Use custom pci_ops for root bus DBI vs ECAM config accessKrishna Chaitanya Chundru1-4/+24
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds25-326/+1282
2025-10-03Merge branch 'pci/controller/tegra'Bjorn Helgaas1-8/+8
2025-10-03Merge branch 'pci/controller/stm32'Bjorn Helgaas5-0/+764
2025-10-03Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas1-3/+25
2025-10-03Merge branch 'pci/controller/qcom'Bjorn Helgaas10-152/+343
2025-10-03Merge branch 'pci/controller/keystone'Bjorn Helgaas1-4/+4
2025-10-03Merge branch 'pci/controller/imx6'Bjorn Helgaas1-0/+4
2025-10-03Merge branch 'pci/controller/dwc-edma'Bjorn Helgaas2-4/+1
2025-10-03Merge branch 'pci/controller/dwc'Bjorn Helgaas2-0/+4
2025-10-03Merge branch 'pci/controller/amd-mdb'Bjorn Helgaas1-1/+51
2025-10-03Merge branch 'pci/endpoint'Bjorn Helgaas10-21/+29
2025-10-03Merge branch 'pci/capability-search'Bjorn Helgaas3-101/+49
2025-10-01PCI: stm32-ep: Add PCIe Endpoint support for STM32MP25Christian Bruel4-0/+378
2025-10-01PCI: stm32: Add PCIe host support for STM32MP25Christian Bruel4-0/+386
2025-09-29PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli1-2/+2
2025-09-27PCI: dwc: Support 16-lane operationKonrad Dybcio2-0/+4
2025-09-26PCI: tegra194: Rename 'root_bus' to 'root_port_bus' in tegra_pcie_downstream_...Manivannan Sadhasivam1-6/+6
2025-09-26PCI: rcar-gen4: Fix inverted break condition in PHY initializationMarek Vasut1-1/+1