Hi Kishon, Recently, I posted 'simple-phy' driver. It is a part of patchset for HDMI enabling on Exynos4 using Device Tree. http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg23655.html The simple-phy was dedicated for single register PHYs like HDMI or DP. Using such a generic phy may help to avoid code duplication. Regards, Tomasz Stanislawski On 10/16/2013 06:28 PM, Kishon Vijay Abraham I wrote: > From: Jingoo Han <jg1.han@xxxxxxxxxxx> > > Add a PHY provider driver for the Samsung Exynos SoC Display Port PHY. > > Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> > Reviewed-by: Tomasz Figa <t.figa@xxxxxxxxxxx> > Cc: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > Acked-by: Felipe Balbi <balbi@xxxxxx> > Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx> > --- > .../devicetree/bindings/phy/samsung-phy.txt | 8 ++ > drivers/phy/Kconfig | 7 ++ > drivers/phy/Makefile | 1 + > drivers/phy/phy-exynos-dp-video.c | 111 ++++++++++++++++++++ > 4 files changed, 127 insertions(+) > create mode 100644 drivers/phy/phy-exynos-dp-video.c > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html