summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek
AgeCommit message (Expand)AuthorLines
2026-01-01phy: adjust function name referenceJulia Lawall-1/+1
2025-12-24phy: mediatek: phy-mtk-mipi-dsi-mt8183: convert from round_rate() to determin...Brian Masney-4/+6
2025-12-24phy: mediatek: phy-mtk-mipi-dsi-mt8173: convert from round_rate() to determin...Brian Masney-4/+6
2025-12-24phy: mediatek: phy-mtk-hdmi-mt8195: convert from round_rate() to determine_ra...Brian Masney-5/+5
2025-12-24phy: mediatek: phy-mtk-hdmi-mt8173: convert from round_rate() to determine_ra...Brian Masney-8/+8
2025-12-24phy: mediatek: phy-mtk-hdmi-mt2701: convert from round_rate() to determine_ra...Brian Masney-4/+4
2025-06-26phy: mediatek: tphy: Cleanup and document slew calibrationAngeloGioacchino Del Regno-18/+27
2025-06-26phy: mediatek: tphy: Clarify and add kerneldoc to mtk_phy_pdataAngeloGioacchino Del Regno-10/+10
2025-05-14phy: mediatek: xsphy: support type switch by pericfgDaniel Golle-1/+84
2025-02-10phy: Use (of|device)_property_present() for non-boolean propertiesRob Herring (Arm)-2/+2
2025-01-29Merge tag 'phy-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Linus Torvalds-0/+79
2025-01-15mediatek: stop messing with ->d_inameAl Viro-30/+10
2024-12-24phy: mediatek: phy-mtk-hdmi: add regulator dependencyArnd Bergmann-0/+1
2024-12-04phy: mediatek: phy-mtk-hdmi: Register PHY provided regulatorAngeloGioacchino Del Regno-0/+79
2024-08-30phy: mediatek: xsphy: Simplify with scoped for each OF child loopKrzysztof Kozlowski-18/+9
2024-08-30phy: mediatek: tphy: Simplify with scoped for each OF child loopKrzysztof Kozlowski-19/+11
2024-04-12phy: add driver for MediaTek XFI T-PHYDaniel Golle-0/+463
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski-3/+3
2024-02-07phy: mtk-mipi-csi: add driver for CSI phyPhi-bang Nguyen-0/+370
2024-01-18Merge tag 'phy-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-0/+25
2023-12-21phy: mediatek: tphy: add support force phy mode switchChunfeng Yun-0/+25
2023-11-27phy: mediatek: mipi: mt8183: fix minimal supported frequencyMichael Walle-1/+1
2023-09-03Merge tag 'phy-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-25/+13
2023-07-17phy: Explicitly include correct DT includesRob Herring-4/+3
2023-07-12phy: mediatek: mipi-dsi: Compress of_device_id match entriesAngeloGioacchino Del Regno-7/+4
2023-07-12phy: mediatek: mipi-dsi: Use devm variant for of_clk_add_hw_provider()AngeloGioacchino Del Regno-7/+1
2023-07-12phy: mediatek: mipi-dsi: Convert to register clk_hwAngeloGioacchino Del Regno-8/+6
2023-07-12phy: mediatek: hdmi: mt8195: fix prediv bad upper limit testGuillaume Ranquet-1/+1
2023-07-12phy: phy-mtk-dp: Fix an error code in probe()Dan Carpenter-1/+1
2023-05-19phy: mediatek: tphy: add debugfs filesChunfeng Yun-0/+356
2023-05-16phy: mediatek: rework the floating point comparisons to fixed pointTom Rix-5/+5
2023-05-04phy: mediatek: hdmi: mt8195: fix wrong pll calculusGuillaume Ranquet-2/+2
2023-05-04phy: mediatek: hdmi: mt8195: fix uninitialized variable usage in pll_calcGuillaume Ranquet-6/+2
2023-04-12phy: mediatek: add support for phy-mtk-hdmi-mt8195Guillaume Ranquet-0/+614
2023-04-12phy: phy-mtk-hdmi: Add generic phy configure callbackGuillaume Ranquet-0/+13
2023-03-20phy: mediatek: phy-mtk-mipi-dsi: Convert to platform remove callback returnin...Uwe Kleine-König-3/+2
2023-02-02phy: mediatek: remove temporary variable @mask_Chunfeng Yun-2/+2
2022-09-29phy: phy-mtk-dp: make array driving_params static constColin Ian King-1/+1
2022-09-29phy: mediatek: fix build warning of FIELD_PREP()Chunfeng Yun-5/+6
2022-09-24phy: mediatek: mipi: remove register access helpersChunfeng Yun-29/+0
2022-09-24phy: mediatek: mipi: mt8183: use common helper to access registersChunfeng Yun-34/+34
2022-09-24phy: mediatek: mipi: mt8183: use GENMASK to generate bits maskChunfeng Yun-3/+3
2022-09-24phy: mediatek: mipi: mt8173: use common helper to access registersChunfeng Yun-62/+55
2022-09-24phy: mediatek: mipi: mt8173: use FIELD_PREP to prepare bits fieldChunfeng Yun-4/+10
2022-09-24phy: mediatek: mipi: mt8173: use GENMASK to generate bits maskChunfeng Yun-24/+29
2022-09-24phy: mediatek: hdmi: remove register access helpersChunfeng Yun-40/+0
2022-09-24phy: mediatek: hdmi: mt8173: use common helper to access registersChunfeng Yun-75/+65
2022-09-24phy: mediatek: hdmi: mt8173: use FIELD_PREP to prepare bits fieldChunfeng Yun-44/+26
2022-09-24phy: mediatek: hdmi: mt8173: use GENMASK to generate bits maskChunfeng Yun-44/+44
2022-09-24phy: mediatek: hdmi: mt2701: use common helper to access registersChunfeng Yun-75/+71