From mboxrd@z Thu Jan 1 00:00:00 1970 From: m.szyprowski@samsung.com (Marek Szyprowski) Date: Fri, 20 Jul 2012 08:31:32 +0200 Subject: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD In-Reply-To: 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> Message-ID: <018c01cd6641$5182dad0$f4889070$%szyprowski@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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