From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Mon, 15 Oct 2012 08:14:13 +0000 Subject: Re: [PATCH V5 1/2] video: exynos_dp: Add device tree support to DP driver Message-Id: <009d01cdaaad$0fa33230$2ee99690$%han@samsung.com> List-Id: References: <1350074859-23226-1-git-send-email-ajaykumar.rs@samsung.com> <50788F25.2040003@gmail.com> In-Reply-To: <50788F25.2040003@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 'Sylwester Nawrocki' , 'Ajay Kumar' Cc: linux-samsung-soc@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, FlorianSchandinat@gmx.de, tomasz.figa@gmail.com, thomas.ab@samsung.com, 'Jingoo Han' On Saturday, October 13, 2012 6:44 AM Sylwester Nawrocki wrote > > On 10/12/2012 10:47 PM, 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. > > > > Signed-off-by: Ajay Kumar > > Acked-by: Jingoo Han > > --- > > drivers/video/exynos/exynos_dp_core.c | 161 ++++++++++++++++++++++++++++++--- > > drivers/video/exynos/exynos_dp_core.h | 2 + > > 2 files changed, 149 insertions(+), 14 deletions(-) > > > > diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c > > index d55470e..62932ba 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