From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leela Krishna Amudala Subject: Re: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD Date: Wed, 25 Jul 2012 01:02:08 +0900 Message-ID: References: <1342591053-7092-1-git-send-email-l.krishna@samsung.com> <1342591053-7092-4-git-send-email-l.krishna@samsung.com> <009b01cd64b1$0019eb20$004dc160$%szyprowski@samsung.com> <018c01cd6641$5182dad0$f4889070$%szyprowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <018c01cd6641$5182dad0$f4889070$%szyprowski@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Marek Szyprowski Cc: devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com, jg1.han@samsung.com, joshi@samsung.com, grant.likely@secretlab.ca, linux-samsung-soc@vger.kernel.org, thomas.ab@samsung.com, olofj@google.com List-Id: devicetree@vger.kernel.org Hello Marek, On Fri, Jul 20, 2012 at 3:31 PM, Marek Szyprowski wrote: > Hello, > > On Thursday, July 19, 2012 3:22 PM Leela Krishna Amudala wrote: > >> Hello Marek, >> >> On Wed, Jul 18, 2012 at 12:15 PM, Marek Szyprowski >> wrote: >> > Hello, >> > >> > On Wednesday, July 18, 2012 7:57 AM Leela Krishna Amudala wrote: >> > >> >> This patch adds machine specific support for LCD controller like setting power to LCD >> >> and adding LCD platform device. >> >> >> >> Signed-off-by: Prathyush K >> >> Signed-off-by: Leela Krishna Amudala >> >> --- >> >> arch/arm/mach-exynos/mach-exynos5-dt.c | 56 ++++++++++++++++++++++++++++++++ >> >> 1 files changed, 56 insertions(+), 0 deletions(-) >> >> >> >> diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5- >> dt.c >> >> index e7113cc..02a0e68 100644 >> >> --- a/arch/arm/mach-exynos/mach-exynos5-dt.c >> >> +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c >> >> @@ -13,6 +13,7 @@ >> >> #include >> >> #include >> >> #include >> >> +#include >> >> >> >> #include >> >> #include >> >> @@ -24,6 +25,7 @@ >> >> #include >> >> >> >> #include "common.h" >> >> +#include