summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek
AgeCommit message (Expand)AuthorLines
2024-12-24phy: mediatek: phy-mtk-hdmi: add regulator dependencyArnd Bergmann-0/+1
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
2022-09-24phy: mediatek: hdmi: mt2701: use FIELD_PREP to prepare bits fieldChunfeng Yun-39/+21
2022-09-24phy: mediatek: hdmi: mt2701: use GENMASK and BIT to generate mask and bitsChunfeng Yun-28/+28
2022-09-24phy: mediatek: pcie: use new helper to update register bitsChunfeng Yun-9/+8
2022-09-24phy: mediatek: ufs: use common register access helpersChunfeng Yun-50/+28
2022-09-24phy: mediatek: xsphy: remove macros used to prepare bitfield valueChunfeng Yun-29/+17
2022-09-24phy: mediatek: tphy: remove macros to prepare bitfield valueChunfeng Yun-126/+67
2022-09-24phy: mediatek: add a new helper to update bitfieldChunfeng Yun-0/+7
2022-09-20phy: phy-mtk-tphy: fix the phy type setting issueChunfeng Yun-3/+4
2022-09-20phy: phy-mtk-tphy: set utmi 0 register in init() opsChunfeng Yun-7/+2
2022-09-20phy: phy-mtk-tphy: disable gpio mode for all usb2 physChunfeng Yun-2/+1
2022-09-20phy: phy-mtk-tphy: disable hardware efuse when set INTRChunfeng Yun-1/+6
2022-09-20phy: phy-mtk-tphy: add property to set pre-emphasisChunfeng Yun-0/+10
2022-07-08phy: phy-mtk-dp: change mtk_dp_phy_driver to staticYang Yingliang-1/+1