aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-qcom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-31Merge 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-03Merge branch 'pci/controller/qcom'Bjorn Helgaas1-63/+116
2025-09-25PCI: qcom: Prepare for the DWC ECAM enablementKrishna Chaitanya Chundru1-0/+68
2025-09-25PCI: dwc: Add support for ELBI resource mappingKrishna Chaitanya Chundru1-9/+7
2025-09-23PCI: qcom: Remove custom ASPM enablement codeManivannan Sadhasivam1-32/+0
2025-09-17PCI: qcom: Move host bridge 'phy' and 'reset' pointers to struct qcom_pcie_portManivannan Sadhasivam1-51/+36
2025-09-04PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/sZiyue Zhang1-3/+3
2025-08-27PCI: qcom: Restrict port parsing only to PCIe bridge child nodesKrishna Chaitanya Chundru1-0/+2
2025-07-31Merge branch 'pci/controller/qcom'Bjorn Helgaas1-39/+287
2025-07-15PCI: qcom: Add support for parsing the new Root Port bindingKrishna Chaitanya Chundru1-27/+176
2025-07-15PCI: qcom: Add support for Qualcomm SA8255p based PCIe Root ComplexMayank Rana1-12/+111
2025-06-25PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQNiklas Cassel1-0/+1
2025-06-04Merge branch 'pci/controller/qcom'Bjorn Helgaas1-0/+1
2025-05-30PCI: qcom: Replace PERST# sleep time with proper macroNiklas Cassel1-1/+1
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang1-2/+2
2025-04-23PCI: qcom: Add support for IPQ5018Nitheesh Sekar1-0/+1
2025-03-08PCI: Fix typosBjorn Helgaas1-6/+6
2025-01-18PCI: qcom: Update ICC and OPP values after Link Up eventKrishna chaitanya chundru1-0/+2
2025-01-18PCI: qcom: Don't wait for link if we can detect Link UpKrishna chaitanya chundru1-1/+4
2024-11-04PCI: qcom: Disable ASPM L0s for X1E80100Qiang Yu1-1/+1
2024-11-04PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoCQiang Yu1-1/+11
2024-11-03PCI: qcom: Add support for IPQ9574devi priya1-0/+1
2024-11-02PCI: qcom: Enable MSI interrupts together with Link up if 'Global IRQ' is sup...Manivannan Sadhasivam1-1/+3
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+117
2024-09-13PCI: qcom: Add RX lane margining settings for 16.0 GT/sShashank Babu Chinta Venkata1-1/+3
2024-09-13PCI: qcom: Add equalization settings for 16.0 GT/sShashank Babu Chinta Venkata1-0/+4
2024-09-01PCI: qcom: Disable mirroring of DBI and iATU register space in BAR regionPrudhvi Yarlagadda1-15/+57
2024-09-01PCI: qcom: Enumerate endpoints based on Link up event in 'global_irq' interruptManivannan Sadhasivam1-1/+54
2024-08-21PCI: qcom: Use OPP only if the platform supports itManivannan Sadhasivam1-2/+5
2024-07-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-142/+203
2024-07-10PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()Dan Carpenter1-1/+1
2024-07-10PCI: qcom: Prevent potential error pointer dereferenceDan Carpenter1-1/+1
2024-07-10PCI: qcom: Fix missing error code in qcom_pcie_probe()Dan Carpenter1-1/+2
2024-07-09PCI: qcom: Add OPP support to scale performanceKrishna chaitanya chundru1-19/+80
2024-07-09PCI: qcom: Add ICC bandwidth vote for CPU to PCIe pathKrishna chaitanya chundru1-4/+41
2024-07-09PCI: qcom: Override NO_SNOOP attribute for SA8775P RCMrinmay Sarkar1-1/+24
2024-05-28PCI: dwc: Remove unused of_gpio.h inclusionAndy Shevchenko1-1/+0
2024-05-28PCI: qcom: Use devm_clk_bulk_get_all() APIManivannan Sadhasivam1-119/+58
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+40
2024-03-10PCI: qcom: Add X1E80100 PCIe supportAbel Vesa1-0/+1
2024-03-10PCI: qcom: Enable BDF to SID translation properlyManivannan Sadhasivam1-0/+10
2024-03-08PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295pJohan Hovold1-2/+29
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold1-1/+1
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-3/+3
2023-12-11PCI: qcom: Clean up ASPM commentJohan Hovold1-1/+4
2023-12-11PCI: qcom: Fix potential deadlock when enabling ASPMJohan Hovold1-1/+1
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+34