index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
pcie-mediatek.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: mediatek: Clear interrupt status before dispatching handler
qizhong cheng
2024-01-09
1
-2
/
+8
*
PCI: mediatek: Convert to platform remove callback returning void
Uwe Kleine-König
2023-06-24
1
-4
/
+2
*
PCI: Use of_property_present() for testing DT property presence
Rob Herring
2023-04-18
1
-1
/
+1
*
PCI: Convert to new *_PM_OPS macros
Bjorn Helgaas
2022-07-27
1
-4
/
+4
*
PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()
Miaoqian Lin
2022-04-08
1
-0
/
+1
*
Merge branch 'pci/errors'
Bjorn Helgaas
2022-01-13
1
-9
/
+2
|
\
|
*
PCI: mediatek: Drop error data fabrication when config read fails
Naveen Naidu
2021-11-18
1
-9
/
+2
*
|
PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilize
qizhong cheng
2022-01-07
1
-0
/
+7
|
/
*
Merge branch 'remotes/lorenzo/pci/mediatek'
Bjorn Helgaas
2021-09-02
1
-13
/
+39
|
\
|
*
PCI: mediatek: Use PCI domain to handle ports detection
Chuanjia Liu
2021-08-26
1
-12
/
+17
|
*
PCI: mediatek: Add new method to get irq number
Chuanjia Liu
2021-08-26
1
-1
/
+5
|
*
PCI: mediatek: Add new method to get shared pcie-cfg base address
Chuanjia Liu
2021-08-26
1
-0
/
+17
*
|
PCI: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-02
1
-8
/
+4
|
/
*
PCI: mediatek: Remove redundant error printing in mtk_pcie_subsys_powerup()
Zhen Lei
2021-06-03
1
-3
/
+1
*
Merge branch 'remotes/lorenzo/pci/msi'
Bjorn Helgaas
2021-05-04
1
-0
/
+4
|
\
|
*
PCI: mediatek: Advertise lack of built-in MSI handling
Thomas Gleixner
2021-04-20
1
-0
/
+4
*
|
PCI: mediatek: Add missing MODULE_DEVICE_TABLE
Qiheng Lin
2021-04-13
1
-0
/
+1
*
|
PCI: mediatek: Configure FC and FTS for functions other than 0
Ryder Lee
2021-03-29
1
-1
/
+1
|
/
*
PCI: mediatek: Add missing of_node_put() to fix reference leak
Krzysztof Wilczyński
2021-01-25
1
-2
/
+5
*
PCI: Set bridge map_irq and swizzle_irq to default functions
Rob Herring
2020-08-04
1
-2
/
+0
*
PCI: Move DT resource setup into devm_pci_alloc_host_bridge()
Rob Herring
2020-08-04
1
-7
/
+0
*
PCI: Move setting pci_host_bridge.busnr out of host drivers
Rob Herring
2020-07-23
1
-7
/
+1
*
PCI: Set default bridge parent device
Rob Herring
2020-07-23
1
-1
/
+0
*
PCI: controller: Convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
2020-07-10
1
-3
/
+1
*
PCI: Check for platform_get_irq() failure consistently
Aman Sharma
2020-05-12
1
-0
/
+3
*
PCI: of: Add inbound resource parsing to helpers
Rob Herring
2019-11-20
1
-1
/
+1
*
PCI: mediatek: Use pci_parse_request_of_pci_ranges()
Rob Herring
2019-10-29
1
-30
/
+13
*
Merge branch 'pci/trivial'
Bjorn Helgaas
2019-09-23
1
-2
/
+0
|
\
|
*
PCI: Remove unnecessary returns
Krzysztof Wilczynski
2019-08-30
1
-2
/
+0
*
|
PCI: mediatek: Add controller support for MT7629
Jianjun Wang
2019-08-07
1
-0
/
+18
|
/
*
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
2019-05-13
1
-0
/
+1
|
\
|
*
PCI: mediatek: Fix a leaked reference by adding missing of_node_put()
Wen Yang
2019-04-01
1
-0
/
+1
*
|
PCI: mediatek: Get optional clocks with devm_clk_get_optional()
Chunfeng Yun
2019-04-11
1
-35
/
+15
|
/
*
PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAM
Honghui Zhang
2019-03-01
1
-1
/
+7
*
PCI: mediatek: Fix memory mapped IO range size computation
Honghui Zhang
2019-03-01
1
-3
/
+2
*
PCI: mediatek: Remove un-used variant in struct mtk_pcie_port
Honghui Zhang
2018-12-18
1
-8
/
+0
*
PCI: mediatek: Use devm_of_pci_get_host_bridge_resources() to parse DT
Honghui Zhang
2018-11-30
1
-74
/
+27
*
PCI: mediatek: Add loadable kernel module support
Honghui Zhang
2018-10-17
1
-4
/
+56
*
PCI: mediatek: Add system PM support for MT2712 and MT7622
Honghui Zhang
2018-10-17
1
-0
/
+50
*
PCI: mediatek: Fixup MSI enablement logic by enabling MSI before clocks
Honghui Zhang
2018-10-17
1
-71
/
+72
*
PCI: mediatek: Convert to use pci_host_probe()
Honghui Zhang
2018-10-17
1
-29
/
+8
*
PCI: mediatek: Remove the redundant dev->pm_domain check
Honghui Zhang
2018-10-17
1
-12
/
+6
*
PCI: mediatek: Fix class type for MT7622 to PCI_CLASS_BRIDGE_PCI
Honghui Zhang
2018-10-15
1
-1
/
+1
*
PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
Honghui Zhang
2018-10-15
1
-0
/
+11
*
PCI: mediatek: Fix unchecked return value
Gustavo A. R. Silva
2018-09-18
1
-1
/
+3
*
PCI: mediatek: Fix I/O space page leak
Sergei Shtylyov
2018-07-18
1
-1
/
+1
*
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
2018-06-08
1
-0
/
+1218