summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2025-02-21PCI: mediatek-gen3: Remove leftover mac_reset assert for Airoha EN7581 SoCLorenzo Bianconi-1/+0
2025-02-20PCI: hv: Correct a commentEaswar Hariharan-1/+1
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-523/+811
2025-01-23Merge branch 'pci/controller/xilinx-cpm'Bjorn Helgaas-11/+39
2025-01-23Merge branch 'pci/controller/rockchip'Bjorn Helgaas-194/+65
2025-01-23Merge branch 'pci/controller/rcar-ep'Bjorn Helgaas-1/+1
2025-01-23Merge branch 'pci/controller/mvebu'Bjorn Helgaas-0/+1
2025-01-23Merge branch 'pci/controller/microchip'Bjorn Helgaas-5/+114
2025-01-23Merge branch 'pci/controller/mediatek'Bjorn Helgaas-41/+76
2025-01-23Merge branch 'pci/controller/layerscape'Bjorn Helgaas-6/+4
2025-01-23Merge branch 'pci/controller/imx6'Bjorn Helgaas-69/+69
2025-01-23Merge branch 'pci/controller/dwc'Bjorn Helgaas-98/+158
2025-01-23Merge branch 'pci/controller/dra7xx'Bjorn Helgaas-21/+6
2025-01-23Merge branch 'pci/controller/iommu-map'Bjorn Helgaas-61/+224
2025-01-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+1
2025-01-21PCI: microchip: Set inbound address translation for coherent or non-coherent ...Daire McNamara-5/+114
2025-01-20PCI: dwc: Simplify config resource lookupBjorn Helgaas-9/+9
2025-01-20PCI: imx6: Clean up comments and whitespaceBjorn Helgaas-19/+22
2025-01-18PCI: imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM supportRichard Zhu-3/+6
2025-01-18PCI: imx6: Use DWC common suspend resume methodFrank Li-61/+35
2025-01-18PCI: dwc: Add dw_pcie_suspend_noirq(), dw_pcie_resume_noirq() stubs for !CONF...Bjorn Helgaas-3/+12
2025-01-18PCI: dwc: Remove LTSSM state test in dw_pcie_suspend_noirq()Richard Zhu-10/+18
2025-01-18PCI: dwc: Always stop link in the dw_pcie_suspend_noirqRichard Zhu-0/+1
2025-01-18PCI: dw-rockchip: Don't wait for link since we can detect Link UpNiklas Cassel-0/+1
2025-01-18PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQNiklas Cassel-8/+60
2025-01-18PCI: qcom: Update ICC and OPP values after Link Up eventKrishna chaitanya chundru-0/+2
2025-01-18PCI: qcom: Don't wait for link if we can detect Link UpKrishna chaitanya chundru-1/+4
2025-01-18PCI: dwc: Don't wait for link up if driver can detect Link Up eventKrishna chaitanya chundru-2/+9
2025-01-18PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify()Niklas Cassel-1/+1
2025-01-16PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski-21/+6
2025-01-16PCI: layerscape: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski-6/+4
2025-01-16PCI: imx6: Remove surplus imx7d_pcie_init_phy() functionRichard Zhu-8/+0
2025-01-16PCI: imx6: Add missing reference clock disable logicRichard Zhu-12/+12
2025-01-16PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()Richard Zhu-0/+1
2025-01-16PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu-1/+0
2025-01-16PCI: imx6: Fetch dbi2 and iATU base addesses from DTRichard Zhu-23/+0
2025-01-16PCI: imx6: Configure PHY based on Root Complex or Endpoint modeFrank Li-1/+3
2025-01-16PCI: imx6: Add Refclk for i.MX95 PCIeRichard Zhu-5/+11
2025-01-16PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) supportFrank Li-0/+20
2025-01-15PCI: apple: Convert to {en,dis}able_device() callbacksMarc Zyngier-60/+15
2025-01-15PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_opsMarc Zyngier-0/+2
2025-01-15PCI: imx6: Add IOMMU and ITS MSI support for i.MX95Frank Li-1/+207
2025-01-15x86/apic: Convert to IRQCHIP_MOVE_DEFERREDThomas Gleixner-0/+1
2025-01-15PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem()Dan Carpenter-0/+1
2025-01-15PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signatureAnand Moon-3/+2
2025-01-15PCI: rockchip: Simplify reset control handling by using reset_control_bulk*()...Anand Moon-129/+47
2025-01-14PCI: mvebu: Enable module autoloadingLiao Chen-0/+1
2025-01-13PCI: rockchip: Simplify clock handling by using clk_bulk*() functionsAnand Moon-62/+11
2025-01-13PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_epDamien Le Moal-0/+4
2025-01-13PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region()King Dix-1/+1