aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/dwc/pcie-designware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge branch 'pci/ptm-debugfs'Bjorn Helgaas1-0/+14
2025-06-04Merge branch 'pci/controller/qcom'Bjorn Helgaas1-0/+8
2025-06-04Merge branch 'pci/controller/dwc'Bjorn Helgaas1-4/+1
2025-05-15PCI: dwc: Add debugfs support for PTM contextManivannan Sadhasivam1-0/+14
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang1-1/+1
2025-04-28PCI: dwc: Make link training more robust by setting PORT_LOGIC_LINK_WIDTH to one laneWenbin Yao1-4/+1
2025-04-19PCI: dwc: Update pci->num_lanes to maximum supported link widthKrishna Chaitanya Chundru1-0/+8
2025-03-27Merge branch 'pci/controller/dwc-cpu-addr-fixup'Bjorn Helgaas1-19/+77
2025-03-24PCI: dwc: Use parent_bus_offset to remove need for .cpu_addr_fixup()Frank Li1-3/+0
2025-03-24PCI: dwc: Add dw_pcie_parent_bus_offset() checking and debugFrank Li1-1/+39
2025-03-24PCI: dwc: Add dw_pcie_parent_bus_offset()Frank Li1-0/+23
2025-03-17PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configurationFrank Li1-17/+17
2025-03-06PCI: dwc: Add debugfs based Silicon Debug support for DWCShradha Todi1-0/+6
2025-03-03PCI: dwc: Add helper to find the Vendor Specific Extended Capability (VSEC)Shradha Todi1-0/+40
2025-01-23Merge branch 'pci/controller/dwc'Bjorn Helgaas1-1/+1
2025-01-18PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify()Niklas Cassel1-1/+1
2024-12-18PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbound_atu()Niklas Cassel1-2/+3
2024-09-13PCI: dwc: Always cache the maximum link speed value in dw_pcie::max_link_speedManivannan Sadhasivam1-4/+14
2024-09-13PCI: dwc: Rename 'dw_pcie::link_gen' to 'dw_pcie::max_link_speed'Manivannan Sadhasivam1-6/+6
2024-09-01PCI: qcom: Disable mirroring of DBI and iATU register space in BAR regionPrudhvi Yarlagadda1-0/+2
2024-07-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-16/+49
2024-07-09PCI: dwc: Add outbound MSG TLPs supportYoshihiro Shimoda1-2/+7
2024-07-09PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structureYoshihiro Shimoda1-32/+17
2024-07-09PCI: dwc: Use msleep() in dw_pcie_wait_for_link()Konrad Dybcio1-1/+1
2024-05-28PCI: dwc: Pass the eDMA mapping format flag directly from glue driversManivannan Sadhasivam1-7/+9
2024-05-28PCI: dwc: Skip finding eDMA channels count for HDMA platformsManivannan Sadhasivam1-3/+11
2024-05-28PCI: dwc: Refactor dw_pcie_edma_find_chip() APIManivannan Sadhasivam1-7/+30
2023-10-23PCI: dwc: Expose dw_pcie_write_dbi2() to moduleYoshihiro Shimoda1-0/+1
2023-10-20PCI: dwc: Add EDMA_UNROLL capability flagYoshihiro Shimoda1-1/+7
2023-10-20PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingYoshihiro Shimoda1-1/+8
2023-10-20PCI: dwc: Add dw_pcie_link_set_max_link_width()Yoshihiro Shimoda1-45/+41
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2023-07-26Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold1-13/+7
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-1/+1
2023-05-26PCI: dwc: Wait for link up only if link is startedAjay Agarwal1-7/+13
2023-05-24dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing1-1/+1
2023-03-21PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabledYoshihiro Shimoda1-5/+5
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin1-0/+195
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin1-0/+91
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin1-29/+10
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin1-20/+55
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin1-5/+6
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin1-2/+54
2022-11-10PCI: dwc: Use dev_info for PCIe link down event loggingVidya Sagar1-1/+1
2022-10-27PCI: dwc: Fix n_fts[] array overrunVidya Sagar1-1/+1
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin1-13/+25
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin1-4/+29
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin1-205/+85
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin1-21/+7