summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek
Commit message (Expand)AuthorAgeFilesLines
* phy: phy-mtk-dp: make array driving_params static constColin Ian King2022-09-291-1/+1
* phy: mediatek: fix build warning of FIELD_PREP()Chunfeng Yun2022-09-291-5/+6
* phy: mediatek: mipi: remove register access helpersChunfeng Yun2022-09-242-29/+0
* phy: mediatek: mipi: mt8183: use common helper to access registersChunfeng Yun2022-09-241-34/+34
* phy: mediatek: mipi: mt8183: use GENMASK to generate bits maskChunfeng Yun2022-09-241-3/+3
* phy: mediatek: mipi: mt8173: use common helper to access registersChunfeng Yun2022-09-241-62/+55
* phy: mediatek: mipi: mt8173: use FIELD_PREP to prepare bits fieldChunfeng Yun2022-09-241-4/+10
* phy: mediatek: mipi: mt8173: use GENMASK to generate bits maskChunfeng Yun2022-09-241-24/+29
* phy: mediatek: hdmi: remove register access helpersChunfeng Yun2022-09-242-40/+0
* phy: mediatek: hdmi: mt8173: use common helper to access registersChunfeng Yun2022-09-241-75/+65
* phy: mediatek: hdmi: mt8173: use FIELD_PREP to prepare bits fieldChunfeng Yun2022-09-241-44/+26
* phy: mediatek: hdmi: mt8173: use GENMASK to generate bits maskChunfeng Yun2022-09-241-44/+44
* phy: mediatek: hdmi: mt2701: use common helper to access registersChunfeng Yun2022-09-241-75/+71
* phy: mediatek: hdmi: mt2701: use FIELD_PREP to prepare bits fieldChunfeng Yun2022-09-241-39/+21
* phy: mediatek: hdmi: mt2701: use GENMASK and BIT to generate mask and bitsChunfeng Yun2022-09-241-28/+28
* phy: mediatek: pcie: use new helper to update register bitsChunfeng Yun2022-09-241-9/+8
* phy: mediatek: ufs: use common register access helpersChunfeng Yun2022-09-241-50/+28
* phy: mediatek: xsphy: remove macros used to prepare bitfield valueChunfeng Yun2022-09-241-29/+17
* phy: mediatek: tphy: remove macros to prepare bitfield valueChunfeng Yun2022-09-241-126/+67
* phy: mediatek: add a new helper to update bitfieldChunfeng Yun2022-09-241-0/+7
* phy: phy-mtk-tphy: fix the phy type setting issueChunfeng Yun2022-09-201-3/+4
* phy: phy-mtk-tphy: set utmi 0 register in init() opsChunfeng Yun2022-09-201-7/+2
* phy: phy-mtk-tphy: disable gpio mode for all usb2 physChunfeng Yun2022-09-201-2/+1
* phy: phy-mtk-tphy: disable hardware efuse when set INTRChunfeng Yun2022-09-201-1/+6
* phy: phy-mtk-tphy: add property to set pre-emphasisChunfeng Yun2022-09-201-0/+10
* phy: phy-mtk-dp: change mtk_dp_phy_driver to staticYang Yingliang2022-07-081-1/+1
* phy: phy-mtk-dp: Add driver for DP phyMarkus Schneider-Pargmann2022-07-053-0/+211
* phy: mediatek: Add PCIe PHY driverJianjun Wang2022-07-053-0/+279
* phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe()AngeloGioacchino Del Regno2022-04-131-31/+19
* phy: mediatek: phy-mtk-mipi-dsi: Simplify with dev_err_probe()AngeloGioacchino Del Regno2022-04-131-19/+10
* phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphyWan Jiabing2022-01-271-1/+1
* phy: mediatek: Fix missing check in mtk_mipi_tx_probeMiaoqian Lin2021-12-271-0/+2
* phy: phy-mtk-tphy: use new io helpers to access registerChunfeng Yun2021-12-241-325/+179
* phy: phy-mtk-xsphy: use new io helpers to access registerChunfeng Yun2021-12-241-94/+46
* phy: mediatek: add helpers to update bits of registersChunfeng Yun2021-12-241-0/+38
* phy: phy-mtk-tphy: add support efuse settingChunfeng Yun2021-12-241-0/+162
* phy: phy-mtk-mipi-dsi: convert to devm_platform_ioremap_resourceChunfeng Yun2021-08-171-5/+2
* phy: phy-mtk-mipi-dsi: remove dummy assignment of error numberChunfeng Yun2021-08-171-4/+2
* phy: phy-mtk-hdmi: convert to devm_platform_ioremap_resourceChunfeng Yun2021-08-171-5/+2
* phy: phy-mtk-ufs: use clock bulk to get clocksChunfeng Yun2021-08-171-33/+11
* phy: phy-mtk-tphy: remove error log of ioremap failureChunfeng Yun2021-08-171-1/+0
* phy: phy-mtk-tphy: print error log using child deviceChunfeng Yun2021-08-171-4/+6
* phy: phy-mtk-tphy: support type switch by pericfgChunfeng Yun2021-08-171-2/+82
* phy: phy-mtk-tphy: use clock bulk to get clocksChunfeng Yun2021-08-171-30/+13
* phy: phy-mtk-tphy: add support mt8195Chunfeng Yun2021-08-061-0/+54
* phy: phy-mtk-tphy: support new hardware versionChunfeng Yun2021-08-061-11/+29
* Merge tag 'phy-for-5.14_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-232-6/+2
|\
| * phy: phy-mtk-hdmi: Remove redundant dev_err call in mtk_hdmi_phy_probe()He Ying2021-06-141-3/+1
| * phy: phy-mtk-mipi-dsi: Remove redundant dev_err call in mtk_mipi_tx_probe()He Ying2021-06-141-3/+1
* | phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init()Tiezhu Yang2021-05-311-0/+2
|/