From patchwork Thu Jan 12 07:43:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: thomas.abraham@linaro.org X-Patchwork-Id: 6166 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D087E23F82 for ; Thu, 12 Jan 2012 07:38:32 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id C00E5A183B8 for ; Thu, 12 Jan 2012 07:38:32 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id zu5so1481370bkb.11 for ; Wed, 11 Jan 2012 23:38:32 -0800 (PST) Received: by 10.204.38.80 with SMTP id a16mr708451bke.99.1326353912576; Wed, 11 Jan 2012 23:38:32 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs128398bkc; Wed, 11 Jan 2012 23:38:32 -0800 (PST) Received: by 10.68.115.232 with SMTP id jr8mr5542724pbb.122.1326353909995; Wed, 11 Jan 2012 23:38:29 -0800 (PST) Received: from mailout1.samsung.com (mailout1.samsung.com. [203.254.224.24]) by mx.google.com with ESMTP id q4si5999226pbg.199.2012.01.11.23.38.29; Wed, 11 Jan 2012 23:38:29 -0800 (PST) Received-SPF: neutral (google.com: 203.254.224.24 is neither permitted nor denied by best guess record for domain of thomas.abraham@linaro.org) client-ip=203.254.224.24; Authentication-Results: mx.google.com; spf=neutral (google.com: 203.254.224.24 is neither permitted nor denied by best guess record for domain of thomas.abraham@linaro.org) smtp.mail=thomas.abraham@linaro.org Received: from epcpsbgm1.samsung.com (mailout1.samsung.com [203.254.224.24]) by mailout1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LXO00FVWD7P7XE0@mailout1.samsung.com> for patches@linaro.org; Thu, 12 Jan 2012 16:38:28 +0900 (KST) X-AuditID: cbfee61a-b7b89ae000001a15-9e-4f0e8df41a78 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id CD.9E.06677.4FD8E0F4; Thu, 12 Jan 2012 16:38:28 +0900 (KST) Received: from localhost.localdomain ([107.108.73.37]) by mmp1.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTPA id <0LXO002SRD7PMG40@mmp1.samsung.com> for patches@linaro.org; Thu, 12 Jan 2012 16:38:28 +0900 (KST) From: Thomas Abraham To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: rpurdie@rpsys.net, linux-samsung-soc@vger.kernel.org, grant.likely@secretlab.ca, rob.herring@calxeda.com, kgene.kim@samsung.com, jg1.han@samsung.com, broonie@opensource.wolfsonmicro.com, kyungmin.park@samsung.com, cbou@mail.ru, kwangwoo.lee@gmail.com, augulis.darius@gmail.com, ben-linux@fluff.org, lars@metafoo.de, patches@linaro.org Subject: [PATCH v2 2/2] ARM: Exynos: Use lcd power control driver for lcd panel Date: Thu, 12 Jan 2012 13:13:31 +0530 Message-id: <1326354211-27064-3-git-send-email-thomas.abraham@linaro.org> X-Mailer: git-send-email 1.6.6.rc2 In-reply-to: <1326354211-27064-1-git-send-email-thomas.abraham@linaro.org> References: <1326354211-27064-1-git-send-email-thomas.abraham@linaro.org> X-Brightmail-Tracker: AAAAAA== The Hydis hv070wsa lcd panel used with the Origen board uses a gpio for reset and the Vcc supply to the panel can be controlled using a voltage regulator. Switch to using the lcd power control driver for controlling the power to the lcd panel. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/mach-origen.c | 29 ++++++----------------------- 1 files changed, 6 insertions(+), 23 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 23fc5cb..f12b7e2 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -25,7 +25,7 @@ #include #include -#include