summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2026-03-12PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entryNiklas Cassel1-0/+3
2026-03-12PCI: dwc: ep: Refresh MSI Message Address cache on changeNiklas Cassel1-9/+13
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: Enumerate endpoints based on dll_link_up IRQ"Niklas Cassel1-56/+3
2026-03-04PCI: dw-rockchip: Change get_ltssm() to provide L1 Substates infoShawn Lin1-4/+25
2026-03-04PCI: dwc: Add L1 Substates context to ltssm_status of debugfsShawn Lin2-0/+6
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: dwc: ep: Always clear IB maps on BAR updateKoichiro Den1-3/+11
2026-02-27PCI: dwc: ep: Add per-PF BAR and inbound ATU mapping supportAksh Garg2-37/+54
2026-02-27PCI: dwc: ep: Fix resizable BAR support for multi-PF configurationsAksh Garg1-16/+32
2026-02-27PCI: dwc: ep: Support BAR subrange inbound mapping via Address Match Mode iATUKoichiro Den2-11/+209
2026-02-27PCI: dwc: Advertise dynamic inbound mapping supportKoichiro Den13-0/+19
2026-02-27PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() functionQiang Yu3-49/+1
2026-02-27PCI: dwc: ep: Cache MSI outbound iATU mappingKoichiro Den2-6/+47
2026-02-27PCI: dwc: Add new APIs to remove standard and extended CapabilityQiang Yu2-0/+55
2026-02-27PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu2-4/+4
2026-02-27PCI: s32g: Skip Root Port removal during successVincent Guittot1-4/+4
2026-02-27PCI: sophgo: Disable L0s and L1 on Sophgo 2044 PCIe Root PortsInochi Amaoto1-0/+18
2026-01-05PCI: meson: Report that link is up while in ASPM L0s and L1 statesBjorn Helgaas1-35/+4
2025-12-30PCI: qcom: Remove ASPM L0s support for MSM8996 SoCManivannan Sadhasivam1-1/+3
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-138/+1039
2025-12-03Merge branch 'pci/pwrctrl-tc9563'Bjorn Helgaas3-0/+31
2025-12-03Merge branch 'pci/controller/stm32'Bjorn Helgaas3-33/+27
2025-12-03Merge branch 'pci/controller/spacemit-k1'Bjorn Helgaas3-0/+371
2025-12-03Merge branch 'pci/controller/s32g'Bjorn Helgaas4-0/+425
2025-12-03Merge branch 'pci/controller/qcom'Bjorn Helgaas1-2/+15
2025-12-03Merge branch 'pci/controller/meson'Bjorn Helgaas2-8/+22
2025-12-03Merge branch 'pci/controller/keystone'Bjorn Helgaas5-37/+63
2025-12-03Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas1-17/+6
2025-12-02PCI: s32g: Add NXP S32G PCIe controller driver (RC)Vincent Guittot3-0/+417
2025-12-02PCI: dwc: Add register and bitfield definitionsVincent Guittot1-0/+8
2025-11-25PCI: dw-rockchip: Configure L1SS supportShawn Lin1-0/+40
2025-11-25PCI: tegra194: Remove unnecessary L1SS disable codeBjorn Helgaas1-40/+5
2025-11-25PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas5-0/+33
2025-11-25PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin1-1/+1
2025-11-18PCI: qcom: Implement .assert_perst()Krishna Chaitanya Chundru1-0/+13
2025-11-18PCI: dwc: Implement .assert_perst() for dwc glue driversKrishna Chaitanya Chundru2-0/+18
2025-11-17PCI: stm32: Don't use 'proxy' headersAndy Shevchenko3-2/+17
2025-11-17PCI: stm32: Fix EP page_size alignmentChristian Bruel1-0/+2
2025-11-17PCI: stm32: Fix LTSSM EP race with start linkChristian Bruel1-31/+8
2025-11-17PCI: spacemit: Add SpacemiT PCIe host driverAlex Elder3-0/+371
2025-11-13PCI: keystone: Add support to build as a loadable moduleSiddharth Vadapalli3-37/+59