aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/pcie-mediatek.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas1-4/+4
2022-04-08PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()Miaoqian Lin1-0/+1
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-9/+2
2022-01-07PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilizeqizhong cheng1-0/+7
2021-11-18PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu1-9/+2
2021-09-02Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-13/+39
2021-08-26PCI: mediatek: Use PCI domain to handle ports detectionChuanjia Liu1-12/+17
2021-08-26PCI: mediatek: Add new method to get irq numberChuanjia Liu1-1/+5
2021-08-26PCI: mediatek: Add new method to get shared pcie-cfg base addressChuanjia Liu1-0/+17
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-8/+4
2021-06-03PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()Zhen Lei1-3/+1
2021-05-04Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas1-0/+4
2021-04-20PCI: mediatek: Advertise lack of built-in MSI handlingThomas Gleixner1-0/+4
2021-04-13PCI: mediatek: Add missing MODULE_DEVICE_TABLEQiheng Lin1-0/+1
2021-03-29PCI: mediatek: Configure FC and FTS for functions other than 0Ryder Lee1-1/+1
2021-01-25PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof WilczyƄski1-2/+5
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-7/+0
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-7/+1
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-3/+1
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma1-0/+3
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring1-1/+1
2019-10-29PCI: mediatek: Use pci_parse_request_of_pci_ranges()Rob Herring1-30/+13
2019-09-23Merge branch 'pci/trivial'Bjorn Helgaas1-2/+0
2019-08-30PCI: Remove unnecessary returnsKrzysztof Wilczynski1-2/+0
2019-08-07PCI: mediatek: Add controller support for MT7629Jianjun Wang1-0/+18
2019-05-13Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-0/+1
2019-04-11PCI: mediatek: Get optional clocks with devm_clk_get_optional()Chunfeng Yun1-35/+15
2019-04-01PCI: mediatek: Fix a leaked reference by adding missing of_node_put()Wen Yang1-0/+1
2019-03-01PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang1-1/+7
2019-03-01PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang1-3/+2
2018-12-18PCI: mediatek: Remove un-used variant in struct mtk_pcie_portHonghui Zhang1-8/+0
2018-11-30PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DTHonghui Zhang1-74/+27
2018-10-17PCI: mediatek: Add loadable kernel module supportHonghui Zhang1-4/+56
2018-10-17PCI: mediatek: Add system PM support for MT2712 and MT7622Honghui Zhang1-0/+50
2018-10-17PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocksHonghui Zhang1-71/+72
2018-10-17PCI: mediatek: Convert to use pci_host_probe()Honghui Zhang1-29/+8
2018-10-17PCI: mediatek: Remove the redundant dev->pm_domain checkHonghui Zhang1-12/+6
2018-10-15PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCIHonghui Zhang1-1/+1
2018-10-15PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang1-0/+11
2018-09-18PCI: mediatek: Fix unchecked return valueGustavo A. R. Silva1-1/+3
2018-07-18PCI: mediatek: Fix I/O space page leakSergei Shtylyov1-1/+1
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+1218