summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pcie-mediatek.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: mediatek: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
* PCI: Use of_property_present() for testing DT property presenceRob Herring2023-04-181-1/+1
* PCI: Convert to new *_PM_OPS macrosBjorn Helgaas2022-07-271-4/+4
* PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()Miaoqian Lin2022-04-081-0/+1
* Merge branch 'pci/errors'Bjorn Helgaas2022-01-131-9/+2
|\
| * PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-9/+2
* | PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilizeqizhong cheng2022-01-071-0/+7
|/
* Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2021-09-021-13/+39
|\
| * PCI: mediatek: Use PCI domain to handle ports detectionChuanjia Liu2021-08-261-12/+17
| * PCI: mediatek: Add new method to get irq numberChuanjia Liu2021-08-261-1/+5
| * PCI: mediatek: Add new method to get shared pcie-cfg base addressChuanjia Liu2021-08-261-0/+17
* | PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-8/+4
|/
* PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()Zhen Lei2021-06-031-3/+1
* Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas2021-05-041-0/+4
|\
| * PCI: mediatek: Advertise lack of built-in MSI handlingThomas Gleixner2021-04-201-0/+4
* | PCI: mediatek: Add missing MODULE_DEVICE_TABLEQiheng Lin2021-04-131-0/+1
* | PCI: mediatek: Configure FC and FTS for functions other than 0Ryder Lee2021-03-291-1/+1
|/
* PCI: mediatek: Add missing of_node_put() to fix reference leakKrzysztof Wilczyński2021-01-251-2/+5
* PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-2/+0
* PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-7/+0
* PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-231-7/+1
* PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
* PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-101-3/+1
* PCI: Check for platform_get_irq() failure consistentlyAman Sharma2020-05-121-0/+3
* PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+1
* PCI: mediatek: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-30/+13
* Merge branch 'pci/trivial'Bjorn Helgaas2019-09-231-2/+0
|\
| * PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-301-2/+0
* | PCI: mediatek: Add controller support for MT7629Jianjun Wang2019-08-071-0/+18
|/
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-05-131-0/+1
|\
| * PCI: mediatek: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-0/+1
* | PCI: mediatek: Get optional clocks with devm_clk_get_optional()Chunfeng Yun2019-04-111-35/+15
|/
* PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang2019-03-011-1/+7
* PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang2019-03-011-3/+2
* PCI: mediatek: Remove un-used variant in struct mtk_pcie_portHonghui Zhang2018-12-181-8/+0
* PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DTHonghui Zhang2018-11-301-74/+27
* PCI: mediatek: Add loadable kernel module supportHonghui Zhang2018-10-171-4/+56
* PCI: mediatek: Add system PM support for MT2712 and MT7622Honghui Zhang2018-10-171-0/+50
* PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocksHonghui Zhang2018-10-171-71/+72
* PCI: mediatek: Convert to use pci_host_probe()Honghui Zhang2018-10-171-29/+8
* PCI: mediatek: Remove the redundant dev->pm_domain checkHonghui Zhang2018-10-171-12/+6
* PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCIHonghui Zhang2018-10-151-1/+1
* PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logicHonghui Zhang2018-10-151-0/+11
* PCI: mediatek: Fix unchecked return valueGustavo A. R. Silva2018-09-181-1/+3
* PCI: mediatek: Fix I/O space page leakSergei Shtylyov2018-07-181-1/+1
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+1218