aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/dwc/pcie-designware-host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-07irqdomain: pci: Switch to of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-03-27Merge branch 'pci/controller/dwc-cpu-addr-fixup'Bjorn Helgaas1-19/+38
2025-03-24PCI: dwc: Use parent_bus_offset to remove need for .cpu_addr_fixup()Frank Li1-6/+6
2025-03-24PCI: dwc: Use devicetree 'reg[config]' to derive CPU -> ATU addr offsetFrank Li1-0/+6
2025-03-17PCI: dwc: Consolidate devicetree handling in dw_pcie_host_get_resources()Bjorn Helgaas1-12/+25
2025-03-17PCI: dwc: Call devm_pci_alloc_host_bridge() early in dw_pcie_host_init()Frank Li1-6/+6
2025-03-17PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configurationFrank Li1-6/+6
2025-03-17PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off()Frank Li1-1/+1
2025-03-06PCI: dwc: Add debugfs based Silicon Debug support for DWCShradha Todi1-0/+4
2025-01-20PCI: dwc: Simplify config resource lookupBjorn Helgaas1-9/+9
2025-01-18PCI: dwc: Remove LTSSM state test in dw_pcie_suspend_noirq()Richard Zhu1-10/+17
2025-01-18PCI: dwc: Always stop link in the dw_pcie_suspend_noirqRichard Zhu1-0/+1
2025-01-18PCI: dwc: Don't wait for link up if driver can detect Link Up eventKrishna chaitanya chundru1-2/+8
2024-11-16PCI: dwc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-2/+2
2024-07-29PCI: dwc: Silence 'set affinity failed' warningMarek Vasut1-9/+3
2024-07-09PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system suspendFrank Li1-5/+90
2024-07-09PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structureYoshihiro Shimoda1-16/+36
2024-03-10PCI: dwc: Strengthen the MSI address allocation logicAjay Agarwal1-8/+13
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-15/+15
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam1-0/+3
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-0/+71
2023-08-24PCI: dwc: Implement generic suspend/resume functionalityFrank Li1-0/+71
2023-07-26Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold1-9/+4
2023-05-26PCI: dwc: Wait for link up only if link is startedAjay Agarwal1-4/+9
2023-02-22PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin1-2/+11
2023-02-22PCI: dwc: Restrict only coherent DMA mask for MSI address allocationSerge Semin1-1/+11
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin1-11/+4
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin1-3/+29
2022-08-29PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker1-21/+7
2022-08-01PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov1-3/+58
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov1-11/+18
2022-08-01PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov1-42/+54
2022-08-01PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov1-1/+1
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker1-6/+8
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin1-53/+100
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin1-1/+1
2022-08-01PCI: dwc: Add dw_pcie_ops.host_deinit() callbackSerge Semin1-5/+16
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin1-0/+2
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-18/+18
2022-07-05PCI: dwc: Move io_cfg_atu_shared to struct pcie_portSerge Semin1-3/+3
2022-07-05PCI: dwc: Add start_link/stop_link inlinesSerge Semin1-6/+4
2022-07-05PCI: dwc: Reuse local pointer to the resource dataSerge Semin1-8/+8
2022-07-05PCI: dwc: Organize local variable usageSerge Semin1-5/+5
2022-07-05PCI: dwc: Add newlines to log messagesSerge Semin1-1/+1
2022-07-05PCI: dwc: Disable outbound windows only for controllers using iATUSerge Semin1-6/+8
2022-07-05PCI: dwc: Stop link on host_init errors and de-initializationSerge Semin1-2/+14
2022-04-08PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang1-1/+2
2022-03-10PCI: dwc: Restore MSI Receiver mask during resumeJisheng Zhang1-1/+6
2021-10-12PCI: dwc: Perform host_init() before registering msiBjorn Andersson1-9/+10
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+4