[PATCH 1/3] phy: Add driver for Exynos DP PHY
From: Kishon Vijay Abraham I <hidden>
Date: 2013-06-28 09:31:27
Also in:
linux-devicetree, linux-fbdev, linux-media, linux-samsung-soc
From: Kishon Vijay Abraham I <hidden>
Date: 2013-06-28 09:31:27
Also in:
linux-devicetree, linux-fbdev, linux-media, linux-samsung-soc
Hi, On Friday 28 June 2013 10:52 AM, Jingoo Han wrote:
Add a PHY provider driver for the Samsung Exynos SoC DP PHY. Signed-off-by: Jingoo Han <redacted> --- .../phy/samsung,exynos5250-dp-video-phy.txt | 7 ++ drivers/phy/Kconfig | 8 ++ drivers/phy/Makefile | 3 +- drivers/phy/phy-exynos-dp-video.c | 130 ++++++++++++++++++++ 4 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt create mode 100644 drivers/phy/phy-exynos-dp-video.cdiff --git a/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txtb/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt new file mode 100644 index 0000000..8b6fa79--- /dev/null +++ b/Documentation/devicetree/bindings/phy/samsung,exynos5250-dp-video-phy.txt
How about creating a single Documentation file for all samsung video phys? Sylwester? Thanks Kishon