summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-mediatek.c
AgeCommit message (Expand)Author
2024-01-09PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng
2023-06-24PCI: mediatek: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-18PCI: Use of_property_present() for testing DT property presenceRob Herring
2022-07-27PCI: Convert to new *_PM_OPS macrosBjorn Helgaas
2022-04-08PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()Miaoqian Lin
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas
2022-01-07PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilizeqizhong cheng
2021-11-18PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu
2021-09-02Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas
2021-08-26PCI: mediatek: Use PCI domain to handle ports detectionChuanjia Liu
2021-08-26PCI: mediatek: Add new method to get irq numberChuanjia Liu
2021-08-26PCI: mediatek: Add new method to get shared pcie-cfg base addressChuanjia Liu
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier
2021-06-03PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()Zhen Lei
2021-05-04Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas
2021-04-20PCI: mediatek: Advertise lack of built-in MSI handlingThomas Gleixner
2021-04-13PCI: mediatek: Add missing MODULE_DEVICE_TABLEQiheng Lin
2021-03-29PCI: mediatek: Configure FC and FTS for functions other than 0Ryder Lee
2021-01-25PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma
2019-11-20PCI: of: Add inbound resource parsing to helpersRob Herring
2019-10-29PCI: mediatek: Use pci_parse_request_of_pci_ranges()Rob Herring
2019-09-23Merge branch 'pci/trivial'Bjorn Helgaas
2019-08-30PCI: Remove unnecessary returnsKrzysztof Wilczynski
2019-08-07PCI: mediatek: Add controller support for MT7629Jianjun Wang
2019-05-13Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2019-04-11PCI: mediatek: Get optional clocks with devm_clk_get_optional()Chunfeng Yun
2019-04-01PCI: mediatek: Fix a leaked reference by adding missing of_node_put()Wen Yang
2019-03-01PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang
2019-03-01PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang
2018-12-18PCI: mediatek: Remove un-used variant in struct mtk_pcie_portHonghui Zhang
2018-11-30PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DTHonghui Zhang
2018-10-17PCI: mediatek: Add loadable kernel module supportHonghui Zhang
2018-10-17PCI: mediatek: Add system PM support for MT2712 and MT7622Honghui Zhang
2018-10-17PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocksHonghui Zhang
2018-10-17PCI: mediatek: Convert to use pci_host_probe()Honghui Zhang
2018-10-17PCI: mediatek: Remove the redundant dev->pm_domain checkHonghui Zhang
2018-10-15PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCIHonghui Zhang
2018-10-15PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang
2018-09-18PCI: mediatek: Fix unchecked return valueGustavo A. R. Silva
2018-07-18PCI: mediatek: Fix I/O space page leakSergei Shtylyov
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin