summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pcie-mediatek.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-15PCI: mediatek: Add support for EcoNet EN7528 SoCCaleb James DeLisle1-0/+154
2026-06-23Merge branch 'pci/controller/tlp_macros'Bjorn Helgaas1-6/+2
2026-06-23Merge branch 'pci/controller/rescan_lock'Bjorn Helgaas1-0/+2
2026-06-18PCI: mediatek: Protect root bus removal with rescan lockHans Zhang1-0/+2
2026-06-11PCI: mediatek: Use actual physical address instead of virt_to_phys()Manivannan Sadhasivam1-3/+13
2026-06-09PCI: mediatek: Fix IRQ domain leak when port fails to enableManivannan Sadhasivam1-23/+40
2026-06-09PCI: Add common TLP type macros and convert aspeed/mediatekHans Zhang1-6/+2
2026-06-09PCI: mediatek: Fix operator precedence in PCIE_FTS_NUM_L0 macroLi RongQing1-1/+2
2026-03-21PCI: mediatek: Fix possible truncation in mtk_pcie_parse_port()Ryder Lee1-1/+1
2025-12-18PCI: mediatek: Fix IRQ domain leak when MSI allocation failsHaotian Zhang1-1/+3
2025-10-21PCI: mediatek: Add support for Airoha AN7583 SoCChristian Marangi1-14/+61
2025-10-21PCI: mediatek: Use generic MACRO for TPVPERL delayChristian Marangi1-6/+1
2025-10-21PCI: mediatek: Convert bool to single quirks entry and bitmapChristian Marangi1-13/+20
2025-07-24PCI: mediatek: Switch to msi_create_parent_irq_domain()Nam Cao1-26/+22
2025-07-24PCI: controller: Use dev_fwnode() instead of of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-2/+2
2025-04-07irqdomain: pci: Switch to of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-03-06PCI: mediatek: Use helper function for_each_available_child_of_node_scoped()Zhang Zekun1-10/+5
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-09-19Merge branch 'pci/controller/mediatek'Bjorn Helgaas1-1/+0
2024-09-03PCI: mediatek: Drop excess mtk_pcie.mem kerneldoc descriptionBjorn Helgaas1-1/+0
2024-07-29PCI: mediatek: Silence 'set affinity failed' warningMarek Vasut1-9/+2
2024-07-08PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-01-09PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng1-2/+8
2023-06-24PCI: mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-18PCI: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
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