From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joonyoung Shim Subject: Re: [PATCH V2 3/7] ARM: EXYNOS5: add machine specific support for LCD Date: Fri, 20 Jul 2012 16:17:45 +0900 Message-ID: <50090619.4080301@samsung.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org To: Leela Krishna Amudala Cc: Marek Szyprowski , kgene.kim@samsung.com, devicetree-discuss@lists.ozlabs.org, jg1.han@samsung.com, joshi@samsung.com, grant.likely@secretlab.ca, linux-samsung-soc@vger.kernel.org, thomas.ab@samsung.com, olofj@google.com, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On 07/19/2012 10:21 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