From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Thu, 20 Sep 2012 11:46:52 +0000 Subject: Re: [PATCH] video: exynos_dp: Add device tree support to DP driver Message-Id: <008d01cd9725$a096e480$e1c4ad80$%han@samsung.com> List-Id: References: <1347561592-29400-1-git-send-email-ajaykumar.rs@samsung.com> In-Reply-To: <1347561592-29400-1-git-send-email-ajaykumar.rs@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 'Ajay Kumar' Cc: FlorianSchandinat@gmx.de, linux-samsung-soc@vger.kernel.org, linux-fbdev@vger.kernel.org, thomas.ab@samsung.com, 'Leela Krishna Amudala' , 'Jingoo Han' On Friday, September 14, 2012 3:40 AM Ajay Kumar wrote > > This patch enables device tree based discovery support for DP driver. > The driver is modified to handle platform data in both the cases: > with DT and non-DT. > > DP-PHY should be regarded as a seperate device node while > being passed from device tree list, and device node for > DP should contain DP-PHY as child node with property name "dp-phy" > associated with it. Hi Ajay, Thank you for sending the patch for Device Tree support. I tested the patch with Exynos5250. As Leela Krishna Amudala mentioned, please post the documentation for the bindings. Also, I added some comments for minor fix. Best regards, Jingoo Han > > Signed-off-by: Ajay Kumar > --- > drivers/video/exynos/exynos_dp_core.c | 156 +++++++++++++++++++++++++++++++-- > drivers/video/exynos/exynos_dp_core.h | 2 + > 2 files changed, 151 insertions(+), 7 deletions(-) > > diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c > index f57c915..15887bd 100644 > --- a/drivers/video/exynos/exynos_dp_core.c > +++ b/drivers/video/exynos/exynos_dp_core.c > @@ -18,6 +18,7 @@ > #include > #include > #include > +#include > > #include