summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4 days22-523/+811
|\
| * Merge branch 'pci/controller/xilinx-cpm'Bjorn Helgaas7 days1-11/+39
| |\
| | * PCI: xilinx-cpm: Add support for Versal CPM5 Root Port Controller 1Thippeswamy Havalige2024-12-191-11/+39
| * | Merge branch 'pci/controller/rockchip'Bjorn Helgaas7 days3-194/+65
| |\ \
| | * | PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem()Dan Carpenter2025-01-151-0/+1
| | * | PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signatureAnand Moon2025-01-152-3/+2
| | * | PCI: rockchip: Simplify reset control handling by using reset_control_bulk*()...Anand Moon2025-01-152-129/+47
| | * | PCI: rockchip: Simplify clock handling by using clk_bulk*() functionsAnand Moon2025-01-132-62/+11
| | * | PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_epDamien Le Moal2025-01-131-0/+4
| | |/
| * | Merge branch 'pci/controller/rcar-ep'Bjorn Helgaas7 days1-1/+1
| |\ \
| | * | PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region()King Dix2025-01-131-1/+1
| | |/
| * | Merge branch 'pci/controller/mvebu'Bjorn Helgaas7 days1-0/+1
| |\ \
| | * | PCI: mvebu: Enable module autoloadingLiao Chen2025-01-141-0/+1
| | |/
| * | Merge branch 'pci/controller/microchip'Bjorn Helgaas7 days3-5/+114
| |\ \
| | * | PCI: microchip: Set inbound address translation for coherent or non-coherent ...Daire McNamara8 days3-5/+114
| | |/
| * | Merge branch 'pci/controller/mediatek'Bjorn Helgaas7 days1-41/+76
| |\ \
| | * | PCI: mediatek-gen3: Enable async probe by defaultDouglas Anderson2025-01-131-0/+1
| | * | PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoCLorenzo Bianconi2025-01-131-18/+41
| | * | PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up()Lorenzo Bianconi2025-01-131-2/+2
| | * | PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up()Lorenzo Bianconi2025-01-131-0/+7
| | * | PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581...Lorenzo Bianconi2025-01-131-0/+4
| | * | PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()Lorenzo Bianconi2025-01-131-10/+18
| | * | PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_powe...Lorenzo Bianconi2025-01-131-11/+3
| | |/
| * | Merge branch 'pci/controller/layerscape'Bjorn Helgaas7 days1-6/+4
| |\ \
| | * | PCI: layerscape: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski13 days1-6/+4
| | |/
| * | Merge branch 'pci/controller/imx6'Bjorn Helgaas7 days1-69/+69
| |\ \
| | * | PCI: imx6: Clean up comments and whitespaceBjorn Helgaas10 days1-19/+22
| | * | PCI: imx6: Remove surplus imx7d_pcie_init_phy() functionRichard Zhu13 days1-8/+0
| | * | PCI: imx6: Add missing reference clock disable logicRichard Zhu13 days1-12/+12
| | * | PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()Richard Zhu13 days1-0/+1
| | * | PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu13 days1-1/+0
| | * | PCI: imx6: Fetch dbi2 and iATU base addesses from DTRichard Zhu13 days1-23/+0
| | * | PCI: imx6: Configure PHY based on Root Complex or Endpoint modeFrank Li13 days1-1/+3
| | * | PCI: imx6: Add Refclk for i.MX95 PCIeRichard Zhu13 days1-5/+11
| | * | PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) supportFrank Li13 days1-0/+20
| | |/
| * | Merge branch 'pci/controller/dwc'Bjorn Helgaas7 days6-98/+158
| |\ \
| | * | PCI: dwc: Simplify config resource lookupBjorn Helgaas10 days1-9/+9
| | * | PCI: imx6: Add i.MX8MQ, i.MX8Q and i.MX95 PM supportRichard Zhu11 days1-3/+6
| | * | PCI: imx6: Use DWC common suspend resume methodFrank Li11 days1-61/+35
| | * | PCI: dwc: Add dw_pcie_suspend_noirq(), dw_pcie_resume_noirq() stubs for !CONF...Bjorn Helgaas11 days1-3/+12
| | * | PCI: dwc: Remove LTSSM state test in dw_pcie_suspend_noirq()Richard Zhu12 days2-10/+18
| | * | PCI: dwc: Always stop link in the dw_pcie_suspend_noirqRichard Zhu12 days1-0/+1
| | * | PCI: dw-rockchip: Don't wait for link since we can detect Link UpNiklas Cassel12 days1-0/+1
| | * | PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQNiklas Cassel12 days1-8/+60
| | * | PCI: qcom: Update ICC and OPP values after Link Up eventKrishna chaitanya chundru12 days1-0/+2
| | * | PCI: qcom: Don't wait for link if we can detect Link UpKrishna chaitanya chundru12 days1-1/+4
| | * | PCI: dwc: Don't wait for link up if driver can detect Link Up eventKrishna chaitanya chundru12 days2-2/+9
| | * | PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify()Niklas Cassel12 days1-1/+1
| | |/
| * | Merge branch 'pci/controller/dra7xx'Bjorn Helgaas7 days1-21/+6
| |\ \
| | * | PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski13 days1-21/+6
| | |/