summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek
AgeCommit message (Expand)AuthorLines
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
2020-11-16phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version"Colin Ian King-1/+1
2020-11-16phy: phy-mtk-ufs: convert to devm_platform_ioremap_resourceChunfeng Yun-3/+1
2020-09-14drm/mediatek: Disable tmds on mt2701chunhui dai-0/+5
2020-09-06phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folderCK Hu-0/+808
2020-03-20phy: phy-mtk-tphy: add a new reference clockChunfeng Yun-1/+18
2020-03-20phy: phy-mtk-tphy: remove unused u3phya_ref clockChunfeng Yun-18/+0
2020-03-20phy: phy-mtk-tphy: make the ref clock optionalChunfeng Yun-1/+1
2020-03-20phy: phy-mtk-tphy: add a property for internal resistanceChunfeng Yun-2/+14
2020-03-20phy: phy-mtk-tphy: add a property for disconnect thresholdChunfeng Yun-2/+15
2020-01-14phy: Enable compile testing for some of driversKrzysztof Kozlowski-3/+6
2020-01-14phy: mediatek: Fix Kconfig indentationKrzysztof Kozlowski-10/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-18scsi: phy: mediatek: fix typo in author's email addressColin Ian King-1/+1
2019-04-17phy: phy-mtk-tphy: get optional clock by devm_clk_get_optional()Chunfeng Yun-7/+3
2019-04-17phy: mediatek: Add UFS M-PHY driverStanley Chu-0/+256
2018-12-12phy: core: rework phy_set_mode to accept phy mode and submodeGrygorii Strashko-2/+2
2018-07-10phy: phy-mtk-tphy: add property for BC12Chunfeng Yun-0/+13
2018-07-10phy: phy-mtk-tphy: add properties for eye diagram testChunfeng Yun-0/+62
2018-07-10phy: phy-mtk-tphy: use SPDX license tagChunfeng Yun-9/+2
2018-05-20phy: mediatek: add XS-PHY driverChunfeng Yun-0/+610
2018-03-16phy: phy-mtk-tphy: add configurable parameters for slew rate calibrateChunfeng Yun-5/+15
2018-03-16phy: phy-mtk-tphy: keep default value of mcu_bus_ck_gate_enChunfeng Yun-2/+1
2017-12-29phy: phy-mtk-tphy: use of_device_get_match_data()Chunfeng Yun-6/+5