From patchwork Wed Jul 11 09:42:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leela Krishna Amudala X-Patchwork-Id: 1181111 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 9722F3FC8E for ; Wed, 11 Jul 2012 09:37:39 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SotHW-0005nk-3m; Wed, 11 Jul 2012 09:32:26 +0000 Received: from mailout4.samsung.com ([203.254.224.34]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SotEH-0005ay-IY for linux-arm-kernel@lists.infradead.org; Wed, 11 Jul 2012 09:29:07 +0000 Received: from epcpsbgm1.samsung.com (mailout4.samsung.com [203.254.224.34]) by mailout4.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M6Z00GU5P0G18D0@mailout4.samsung.com> for linux-arm-kernel@lists.infradead.org; Wed, 11 Jul 2012 18:29:04 +0900 (KST) X-AuditID: cbfee61a-b7f616d000004b7e-43-4ffd4760f916 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (EPCPMTA) with SMTP id 8E.F1.19326.0674DFF4; Wed, 11 Jul 2012 18:29:04 +0900 (KST) Received: from localhost.localdomain ([107.108.73.106]) by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M6Z0075ROYYTT00@mmp1.samsung.com> for linux-arm-kernel@lists.infradead.org; Wed, 11 Jul 2012 18:29:04 +0900 (KST) From: Leela Krishna Amudala To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/7] ARM: EXYNOS5: add machine specific support for LCD Date: Wed, 11 Jul 2012 15:12:17 +0530 Message-id: <1341999741-15578-4-git-send-email-l.krishna@samsung.com> X-Mailer: git-send-email 1.7.0.4 In-reply-to: <1341999741-15578-1-git-send-email-l.krishna@samsung.com> References: <1341999741-15578-1-git-send-email-l.krishna@samsung.com> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrMJMWRmVeSWpSXmKPExsVy+t9jAd0E97/+Bnt2GFhsenyN1YHRY/OS +gDGKC6blNSczLLUIn27BK6MZS+PshXclazon/abtYFxk2gXIyeHhICJxJz5X9ggbDGJC/fW A9lcHEICixglrvZdZoJwNjBJfD42jRmkik3AWOL+3M1MILaIgIbElK7H7CBFzALtjBL7Hp8F SwgLuEv8/7SCHcRmEVCVmLHrKCOIzSvgKnGktYsRYp2CROuyQ2A1nAJuEjcW/ALrFQKquXl4 MvsERt4FjAyrGEVTC5ILipPScw31ihNzi0vz0vWS83M3MYK9/kxqB+PKBotDjAIcjEo8vA6u f/2FWBPLiitzDzFKcDArifB+dQQK8aYkVlalFuXHF5XmpBYfYpTmYFES5zX2/uovJJCeWJKa nZpakFoEk2Xi4JRqYGRzeyktHCN3qtLA0XHRkfr+db92LuxQPLrF4Lniw/OSnbfvHuavZX61 YO/T8tbQhR4O6qpLbvVvSr9c4hX3U/y1RAn7KqX05pSudoZ9e3wWrrXaE+LqYVYTVi38WSHn 0kcj65JtLGeSnyV78ig1e616Wfdy331O326NRzVvD2luer5Acq7IdyWW4oxEQy3mouJEAGlt mAv2AQAA X-TM-AS-MML: No X-Spam-Note: CRM114 invocation failed X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [203.254.224.34 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, jg1.han@samsung.com, joshi@samsung.com, grant.likely@secretlab.ca, thomas.ab@samsung.com, olofj@google.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org 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 | 57 ++++++++++++++++++++++++++++++++ 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index 0a200fd..652a537 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 @@ -25,6 +26,8 @@ #include "common.h" +#include