summary refs log tree commit diff
path: root/drivers/phy/mediatek
AgeCommit message (Expand)Author
2023-08-03phy: phy-mtk-dp: Fix an error code in probe()Dan Carpenter
2023-03-10phy: 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
2022-04-13phy: mediatek: phy-mtk-mipi-dsi: Simplify with dev_err_probe()AngeloGioacchino Del Regno
2022-01-27phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing
2021-12-27phy: mediatek: Fix missing check in mtk_mipi_tx_probeMiaoqian Lin
2021-12-24phy: phy-mtk-tphy: use new io helpers to access registerChunfeng Yun
2021-12-24phy: phy-mtk-xsphy: use new io helpers to access registerChunfeng Yun
2021-12-24phy: mediatek: add helpers to update bits of registersChunfeng Yun
2021-12-24phy: phy-mtk-tphy: add support efuse settingChunfeng Yun
2021-08-17phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resourceChunfeng Yun
2021-08-17phy: phy-mtk-mipi-dsi: remove dummy assignment of error numberChunfeng Yun
2021-08-17phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resourceChunfeng Yun
2021-08-17phy: phy-mtk-ufs: use clock bulk to get clocksChunfeng Yun
2021-08-17phy: phy-mtk-tphy: remove error log of ioremap failureChunfeng Yun
2021-08-17phy: phy-mtk-tphy: print error log using child deviceChunfeng Yun
2021-08-17phy: phy-mtk-tphy: support type switch by pericfgChunfeng Yun
2021-08-17phy: phy-mtk-tphy: use clock bulk to get clocksChunfeng Yun
2021-08-06phy: phy-mtk-tphy: add support mt8195Chunfeng Yun
2021-08-06phy: phy-mtk-tphy: support new hardware versionChunfeng Yun
2021-06-23Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2021-06-14phy: phy-mtk-hdmi: Remove redundant dev_err call in mtk_hdmi_phy_probe()He Ying