summaryrefslogtreecommitdiff
path: root/drivers/phy/mediatek
AgeCommit message (Expand)Author
2024-04-12phy: add driver for MediaTek XFI T-PHYDaniel Golle
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-07phy: mtk-mipi-csi: add driver for CSI phyPhi-bang Nguyen
2024-01-18Merge tag 'phy-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds
2023-12-21phy: mediatek: tphy: add support force phy mode switchChunfeng Yun
2023-11-27phy: mediatek: mipi: mt8183: fix minimal supported frequencyMichael Walle
2023-09-03Merge tag 'phy-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds
2023-07-17phy: Explicitly include correct DT includesRob Herring
2023-07-12phy: mediatek: mipi-dsi: Compress of_device_id match entriesAngeloGioacchino Del Regno
2023-07-12phy: mediatek: mipi-dsi: Use devm variant for of_clk_add_hw_provider()AngeloGioacchino Del Regno
2023-07-12phy: mediatek: mipi-dsi: Convert to register clk_hwAngeloGioacchino Del Regno
2023-07-12phy: mediatek: hdmi: mt8195: fix prediv bad upper limit testGuillaume Ranquet
2023-07-12phy: phy-mtk-dp: Fix an error code in probe()Dan Carpenter
2023-05-19phy: mediatek: tphy: add debugfs filesChunfeng Yun
2023-05-16phy: mediatek: rework the floating point comparisons to fixed pointTom Rix
2023-05-04phy: mediatek: hdmi: mt8195: fix wrong pll calculusGuillaume Ranquet
2023-05-04phy: mediatek: hdmi: mt8195: fix uninitialized variable usage in pll_calcGuillaume Ranquet
2023-04-12phy: mediatek: add support for phy-mtk-hdmi-mt8195Guillaume Ranquet
2023-04-12phy: phy-mtk-hdmi: Add generic phy configure callbackGuillaume Ranquet
2023-03-20phy: mediatek: phy-mtk-mipi-dsi: Convert to platform remove callback returnin...Uwe Kleine-König
2023-02-02phy: mediatek: remove temporary variable @mask_Chunfeng Yun
2022-09-29phy: phy-mtk-dp: make array driving_params static constColin Ian King
2022-09-29phy: mediatek: fix build warning of FIELD_PREP()Chunfeng Yun
2022-09-24phy: mediatek: mipi: remove register access helpersChunfeng Yun
2022-09-24phy: mediatek: mipi: mt8183: use common helper to access registersChunfeng Yun
2022-09-24phy: mediatek: mipi: mt8183: use GENMASK to generate bits maskChunfeng Yun
2022-09-24phy: mediatek: mipi: mt8173: use common helper to access registersChunfeng Yun
2022-09-24phy: mediatek: mipi: mt8173: use FIELD_PREP to prepare bits fieldChunfeng Yun
2022-09-24phy: mediatek: mipi: mt8173: use GENMASK to generate bits maskChunfeng Yun
2022-09-24phy: mediatek: hdmi: remove register access helpersChunfeng Yun
2022-09-24phy: mediatek: hdmi: mt8173: use common helper to access registersChunfeng Yun
2022-09-24phy: mediatek: hdmi: mt8173: use FIELD_PREP to prepare bits fieldChunfeng Yun
2022-09-24phy: mediatek: hdmi: mt8173: use GENMASK to generate bits maskChunfeng Yun
2022-09-24phy: mediatek: hdmi: mt2701: use common helper to access registersChunfeng Yun
2022-09-24phy: mediatek: hdmi: mt2701: use FIELD_PREP to prepare bits fieldChunfeng Yun
2022-09-24phy: mediatek: hdmi: mt2701: use GENMASK and BIT to generate mask and bitsChunfeng Yun
2022-09-24phy: mediatek: pcie: use new helper to update register bitsChunfeng Yun
2022-09-24phy: mediatek: ufs: use common register access helpersChunfeng Yun
2022-09-24phy: mediatek: xsphy: remove macros used to prepare bitfield valueChunfeng Yun
2022-09-24phy: mediatek: tphy: remove macros to prepare bitfield valueChunfeng Yun
2022-09-24phy: mediatek: add a new helper to update bitfieldChunfeng Yun
2022-09-20phy: phy-mtk-tphy: fix the phy type setting issueChunfeng Yun
2022-09-20phy: phy-mtk-tphy: set utmi 0 register in init() opsChunfeng Yun
2022-09-20phy: phy-mtk-tphy: disable gpio mode for all usb2 physChunfeng Yun
2022-09-20phy: phy-mtk-tphy: disable hardware efuse when set INTRChunfeng Yun
2022-09-20phy: phy-mtk-tphy: add property to set pre-emphasisChunfeng Yun
2022-07-08phy: phy-mtk-dp: change mtk_dp_phy_driver to staticYang Yingliang
2022-07-05phy: phy-mtk-dp: Add driver for DP phyMarkus Schneider-Pargmann
2022-07-05phy: mediatek: Add PCIe PHY driverJianjun Wang
2022-04-13phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe()AngeloGioacchino Del Regno