summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-mediatek.c
AgeCommit message (Expand)Author
2026-06-23Merge branch 'pci/controller/tlp_macros'Bjorn Helgaas
2026-06-23Merge branch 'pci/controller/rescan_lock'Bjorn Helgaas
2026-06-18PCI: mediatek: Protect root bus removal with rescan lockHans Zhang
2026-06-11PCI: mediatek: Use actual physical address instead of virt_to_phys()Manivannan Sadhasivam
2026-06-09PCI: mediatek: Fix IRQ domain leak when port fails to enableManivannan Sadhasivam
2026-06-09PCI: Add common TLP type macros and convert aspeed/mediatekHans Zhang
2026-06-09PCI: mediatek: Fix operator precedence in PCIE_FTS_NUM_L0 macroLi RongQing
2026-03-21PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()Ryder Lee
2025-12-18PCI: mediatek: Fix IRQ domain leak when MSI allocation failsHaotian Zhang
2025-10-21PCI: mediatek: Add support for Airoha AN7583 SoCChristian Marangi
2025-10-21PCI: mediatek: Use generic MACRO for TPVPERL delayChristian Marangi
2025-10-21PCI: mediatek: Convert bool to single quirks entry and bitmapChristian Marangi
2025-07-24PCI: mediatek: Switch to msi_create_parent_irq_domain()Nam Cao
2025-07-24PCI: controller: Use dev_fwnode() instead of of_fwnode_handle()Jiri Slaby (SUSE)
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)
2025-04-07irqdomain: pci: Switch to of_fwnode_handle()Jiri Slaby (SUSE)
2025-03-06PCI: mediatek: Use helper function for_each_available_child_of_node_scoped()Zhang Zekun
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos
2024-09-19Merge branch 'pci/controller/mediatek'Bjorn Helgaas
2024-09-03PCI: mediatek: Drop excess mtk_pcie.mem kerneldoc descriptionBjorn Helgaas
2024-07-29PCI: mediatek: Silence 'set affinity failed' warningMarek Vasut
2024-07-08PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson
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