summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-designware-host.c
AgeCommit message (Expand)Author
2026-07-09PCI: dwc: Move iMSI-RX check before calling 'pp->ops->init()'Marek Vasut
2026-06-23Merge branch 'pci/controller/tlp_macros'Bjorn Helgaas
2026-06-23Merge branch 'pci/controller/rescan_lock'Bjorn Helgaas
2026-06-18PCI: dwc: Protect root bus removal with rescan lockHans Zhang
2026-06-09PCI: dwc: Replace ATU type macros with common TLP type macrosHans Zhang
2026-05-21PCI: dwc: Use common D3cold eligibility helper in suspend pathKrishna Chaitanya Chundru
2026-04-13Merge branch 'pci/controller/dwc-imx6'Bjorn Helgaas
2026-04-13Merge branch 'pci/controller/dwc'Bjorn Helgaas
2026-04-03PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu
2026-03-27PCI: dwc: Use pcie_get_link_speed() helper for safe array accessHans Zhang
2026-03-09PCI: dwc: Perform cleanup in the error path of dw_pcie_resume_noirq()Manivannan Sadhasivam
2026-02-26PCI: dwc: Proceed with system suspend even if the endpoint doesn't respond wi...Manivannan Sadhasivam
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-06Merge branch 'pci/controller/dwc-imx6'Bjorn Helgaas
2026-02-06Merge branch 'pci/controller/dwc'Bjorn Helgaas
2026-02-05PCI: dwc: Fix missing iATU setup when ECAM is enabledKrishna Chaitanya Chundru
2026-02-05PCI: dwc: Clean up iATU index usage in dw_pcie_iatu_setup()Niklas Cassel
2026-02-05PCI: dwc: Fix msg_atu_index assignmentNiklas Cassel
2026-01-23PCI: dwc: Rename dw_pcie_rp::has_msi_ctrl to dw_pcie_rp::use_imsi_rx for clarityQiang Yu
2026-01-22PCI: dwc: Use multiple iATU windows for mapping large bridge windows and DMA ...Samuel Holland
2026-01-21PCI: dwc: Skip waiting for L2/L3 Ready if dw_pcie_rp::skip_l23_wait is trueRichard Zhu
2026-01-21PCI: dwc: Fail dw_pcie_host_init() if dw_pcie_wait_for_link() returns -ETIMEDOUTManivannan Sadhasivam
2026-01-21PCI: dwc: Invoke post_init in dw_pcie_resume_noirq()Richard Zhu
2026-01-16PCI: qcom: Drop the assert_perst() callbacksManivannan Sadhasivam
2025-12-29PCI: dwc: Use cfg0_base as iMSI-RX target address to support 32-bit MSI devicesShawn Lin
2025-12-22Revert "PCI: dwc: Don't wait for link up if driver can detect Link Up event"Niklas Cassel
2025-12-19PCI: dwc: Skip PME_Turn_Off broadcast and L2/L3 transition during suspend if ...Manivannan Sadhasivam
2025-12-18PCI: dwc: Remove MSI/MSIX capability for Root Port if iMSI-RX is used as MSI ...Qiang Yu
2025-12-15PCI: dwc: Enable MSI affinity supportRadu Rendec
2025-12-15PCI: dwc: Code cleanupRadu Rendec
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-03Merge branch 'pci/pwrctrl-tc9563'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/keystone'Bjorn Helgaas
2025-11-24PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas
2025-11-18PCI: dwc: Implement .assert_perst() for dwc glue driversKrishna Chaitanya Chundru
2025-11-13PCI: dwc: Export dw_pcie_allocate_domains() and dw_pcie_ep_raise_msix_irq()Siddharth Vadapalli
2025-10-20PCI: dwc: Use custom pci_ops for root bus DBI vs ECAM config accessKrishna Chaitanya Chundru
2025-09-25PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'Krishna Chaitanya Chundru
2025-09-25PCI: dwc: Prepare the driver for enabling ECAM mechanism using iATU 'CFG Shif...Krishna Chaitanya Chundru
2025-07-31Merge branch 'pci/controller/qcom'Bjorn Helgaas
2025-07-24PCI: dwc: Switch to msi_create_parent_irq_domain()Nam Cao
2025-07-24PCI: controller: Use dev_fwnode() instead of of_fwnode_handle()Jiri Slaby (SUSE)
2025-07-01PCI: dwc: Export DWC MSI controller related APIsMayank Rana
2025-06-04Merge branch 'pci/ptm-debugfs'Bjorn Helgaas
2025-06-04Merge branch 'pci/controller/qcom'Bjorn Helgaas
2025-05-15PCI: dwc: Pass DWC PCIe mode to dwc_pcie_debugfs_init()Manivannan Sadhasivam
2025-04-23PCI: dwc: Add support for configuring lane equalization presetsKrishna Chaitanya Chundru
2025-04-19PCI: dwc: Update pci->num_lanes to maximum supported link widthKrishna Chaitanya Chundru
2025-04-07irqdomain: pci: Switch to of_fwnode_handle()Jiri Slaby (SUSE)
2025-03-27Merge branch 'pci/controller/dwc-cpu-addr-fixup'Bjorn Helgaas