summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-mediatek-gen3.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-05PCI: mediatek-gen3: Fix inconsistent indentationCharles Han1-13/+22
2025-03-03PCI: mediatek-gen3: Configure PBUS_CSR registers for EN7581 SoCLorenzo Bianconi1-1/+27
2025-02-21PCI: mediatek-gen3: Remove leftover mac_reset assert for Airoha EN7581 SoCLorenzo Bianconi1-1/+0
2025-01-13PCI: mediatek-gen3: Enable async probe by defaultDouglas Anderson1-0/+1
2025-01-13PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoCLorenzo Bianconi1-18/+41
2025-01-13PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up()Lorenzo Bianconi1-2/+2
2025-01-13PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up()Lorenzo Bianconi1-0/+7
2025-01-13PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581...Lorenzo Bianconi1-0/+4
2025-01-13PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()Lorenzo Bianconi1-10/+18
2025-01-13PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_powe...Lorenzo Bianconi1-11/+3
2024-11-25Merge branch 'pci/controller/mediatek'Bjorn Helgaas1-2/+73
2024-11-13PCI: mediatek-gen3: Remove unneeded semicolonYang Li1-1/+1
2024-11-06PCI: mediatek-gen3: Add support for restricting link widthAngeloGioacchino Del Regno1-0/+20
2024-11-04PCI: mediatek-gen3: Add support for setting max-link-speed limitAngeloGioacchino Del Regno1-2/+53
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-09-19Merge branch 'pci/controller/mediatek-gen3'Bjorn Helgaas1-15/+165
2024-09-03PCI: mediatek-gen3: Add Airoha EN7581 supportLorenzo Bianconi1-1/+112
2024-09-03PCI: mediatek-gen3: Rely on reset_bulk APIs for PHY reset linesLorenzo Bianconi1-12/+33
2024-09-03PCI: mediatek-gen3: Add mtk_gen3_pcie_pdata data structureLorenzo Bianconi1-3/+21
2024-07-29PCI: mediatek-gen3: Silence 'set affinity failed' warningMarek Vasut1-10/+3
2024-07-08PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-01-09PCI: mediatek-gen3: Fix translation window size calculationJianjun Wang1-35/+50
2023-06-24PCI: mediatek-gen3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-08-23PCI: mediatek-gen3: Change driver name to mtk-pcie-gen3Felix Fietkau1-1/+1
2022-08-04Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas1-7/+7
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas1-7/+7
2022-06-15PCI: mediatek-gen3: Print LTSSM state when PCIe link downJianjun Wang1-1/+40
2022-06-09PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains()Miaoqian Lin1-2/+5
2022-05-11PCI: mediatek-gen3: Assert resets to ensure expected init stateAngeloGioacchino Del Regno1-0/+8
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas1-188/+188
2022-01-13Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2022-01-07PCI: Correct misspelled wordsKrzysztof Wilczyński1-1/+1
2022-01-03PCI: mediatek-gen3: Rename mtk_pcie_port to mtk_gen3_pcieFan Fei1-186/+186
2021-11-29PCI: mediatek-gen3: Disable DVFSRC voltage requestJianjun Wang1-0/+8
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-9/+4
2021-06-22PCI: mediatek-gen3: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-04-29PCI: mediatek-gen3: Add system PM supportJianjun Wang1-0/+113
2021-04-29PCI: mediatek-gen3: Add MSI supportJianjun Wang1-0/+276
2021-04-29PCI: mediatek-gen3: Add INTx supportJianjun Wang1-0/+172
2021-04-29PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192Jianjun Wang1-0/+466