summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek
AgeCommit message (Expand)AuthorLines
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
2022-07-05phy: phy-mtk-dp: Add driver for DP phyMarkus Schneider-Pargmann-0/+211
2022-07-05phy: mediatek: Add PCIe PHY driverJianjun Wang-0/+279
2022-04-13phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe()AngeloGioacchino Del Regno-31/+19
2022-04-13phy: mediatek: phy-mtk-mipi-dsi: Simplify with dev_err_probe()AngeloGioacchino Del Regno-19/+10
2022-01-27phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing-1/+1
2021-12-27phy: mediatek: Fix missing check in mtk_mipi_tx_probeMiaoqian Lin-0/+2
2021-12-24phy: phy-mtk-tphy: use new io helpers to access registerChunfeng Yun-325/+179
2021-12-24phy: phy-mtk-xsphy: use new io helpers to access registerChunfeng Yun-94/+46
2021-12-24phy: mediatek: add helpers to update bits of registersChunfeng Yun-0/+38
2021-12-24phy: phy-mtk-tphy: add support efuse settingChunfeng Yun-0/+162
2021-08-17phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resourceChunfeng Yun-5/+2
2021-08-17phy: phy-mtk-mipi-dsi: remove dummy assignment of error numberChunfeng Yun-4/+2
2021-08-17phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resourceChunfeng Yun-5/+2
2021-08-17phy: phy-mtk-ufs: use clock bulk to get clocksChunfeng Yun-33/+11
2021-08-17phy: phy-mtk-tphy: remove error log of ioremap failureChunfeng Yun-1/+0
2021-08-17phy: phy-mtk-tphy: print error log using child deviceChunfeng Yun-4/+6
2021-08-17phy: phy-mtk-tphy: support type switch by pericfgChunfeng Yun-2/+82
2021-08-17phy: phy-mtk-tphy: use clock bulk to get clocksChunfeng Yun-30/+13
2021-08-06phy: phy-mtk-tphy: add support mt8195Chunfeng Yun-0/+54
2021-08-06phy: phy-mtk-tphy: support new hardware versionChunfeng Yun-11/+29
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-6/+2
2021-06-14phy: phy-mtk-hdmi: Remove redundant dev_err call in mtk_hdmi_phy_probe()He Ying-3/+1
2021-06-14phy: phy-mtk-mipi-dsi: Remove redundant dev_err call in mtk_mipi_tx_probe()He Ying-3/+1