summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek
AgeCommit message (Expand)AuthorLines
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
2021-05-31phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()Tiezhu Yang-0/+2
2021-02-10Merge tag 'phy-fixes2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-0/+2
2021-02-09Merge tag 'phy-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman-1/+1
2021-02-04phy: mediatek: Add missing MODULE_DEVICE_TABLE()Boris Brezillon-0/+2
2021-01-13phy: mediatek: Mark mtk_mipi_tx_driver with static keywordZou Wei-1/+1
2021-01-04phy: mediatek: allow compile-testing the dsi phyArnd Bergmann-1/+3
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+12
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+778
2020-12-09Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman-9/+12
2020-12-08drm/mediatek: avoid dereferencing a null hdmi_phy on an error messageColin Ian King-2/+3
2020-12-07phy: mediatek: statify mtk_hdmi_phy_driverVinod Koul-1/+1
2020-12-05phy: mediatek: allow compile-testing the hdmi phyArnd Bergmann-1/+3
2020-11-30phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folderChun-Kuang Hu-0/+778
2020-11-30phy: mediatek: Make PHY_MTK_{XSPHY, TPHY} depend on HAS_IOMEM and OF_ADDRESS ...Tiezhu Yang-2/+4