linux/drivers/phy/mediatek
Markus Schneider-Pargmann 6a23afad44 phy: phy-mtk-dp: Add driver for DP phy
This is a new driver that supports the integrated DisplayPort phy for
mediatek SoCs, especially the mt8195. The phy is integrated into the
DisplayPort controller and will be created by the mtk-dp driver. This
driver expects a struct regmap to be able to work on the same registers
as the DisplayPort controller. It sets the device data to be the struct
phy so that the DisplayPort controller can easily work with it.

The driver does not have any devicetree bindings because the datasheet
does not list the controller and the phy as distinct units.

The interaction with the controller can be covered by the configure
callback of the phy framework and its displayport parameters.

Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
[Bo-Chen: Modify reviewers' comments.]
Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220624062725.4095-1-rex-bc.chen@mediatek.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2022-07-05 12:28:09 +05:30
..
Kconfig phy: phy-mtk-dp: Add driver for DP phy 2022-07-05 12:28:09 +05:30
Makefile phy: phy-mtk-dp: Add driver for DP phy 2022-07-05 12:28:09 +05:30
phy-mtk-dp.c phy: phy-mtk-dp: Add driver for DP phy 2022-07-05 12:28:09 +05:30
phy-mtk-hdmi-mt2701.c drm/mediatek: Disable tmds on mt2701 2020-09-14 23:05:23 +08:00
phy-mtk-hdmi-mt8173.c phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder 2020-09-06 07:03:21 +08:00
phy-mtk-hdmi.c phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() 2022-04-13 13:19:09 +05:30
phy-mtk-hdmi.h drm/mediatek: Disable tmds on mt2701 2020-09-14 23:05:23 +08:00
phy-mtk-io.h phy: mediatek: add helpers to update bits of registers 2021-12-24 10:06:37 +05:30
phy-mtk-mipi-dsi-mt8173.c phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folder 2020-11-30 23:42:40 +08:00
phy-mtk-mipi-dsi-mt8183.c phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folder 2020-11-30 23:42:40 +08:00
phy-mtk-mipi-dsi.c phy: mediatek: phy-mtk-mipi-dsi: Simplify with dev_err_probe() 2022-04-13 13:19:09 +05:30
phy-mtk-mipi-dsi.h phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folder 2020-11-30 23:42:40 +08:00
phy-mtk-pcie.c phy: mediatek: Add PCIe PHY driver 2022-07-05 10:58:38 +05:30
phy-mtk-tphy.c phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy 2022-01-27 12:14:34 +05:30
phy-mtk-ufs.c phy: phy-mtk-ufs: use clock bulk to get clocks 2021-08-17 15:51:59 +05:30
phy-mtk-xsphy.c phy: phy-mtk-xsphy: use new io helpers to access register 2021-12-24 10:06:37 +05:30