From patchwork Thu Feb 28 04:12:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikas C Sajjan X-Patchwork-Id: 15126 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 B96844C13B8 for ; Thu, 28 Feb 2013 04:13:06 +0000 (UTC) Received: from mail-ve0-f170.google.com (mail-ve0-f170.google.com [209.85.128.170]) by fiordland.canonical.com (Postfix) with ESMTP id 71559A18022 for ; Thu, 28 Feb 2013 04:13:06 +0000 (UTC) Received: by mail-ve0-f170.google.com with SMTP id 14so1367312vea.1 for ; Wed, 27 Feb 2013 20:13:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=RiFTpBBxZHuNBgT5KwpCWCQOtjA6nKHQC3aoPgQuR0w=; b=h5T/10TfHkdpPosPd7mI5R3lwJ7PQ50BJUp65GsL4pFQKwMp+/d+Vuh8mOFWPBT7a6 l8Iu/8rWCpkNzUKeuz0fMt4i7p1pWvRQ5s7Bn//11Yjm48gvX4pzldUwbS23ftyCgK1d Ulqhx2hrWHUgUL9p4u+uev1GxjXlZRPQDOQWFR8zdrZOYvm4lmcCxw1DKkUoDl1QWxNC UcCBHO1WinrG8ngbZ3NRH1T/IT/GAvgJbb0f6U0Gyyr5uJiY35IxIhW11qkve6U6WvSb ykvDKELUTiibo6o546YjAUbBvhk4rjHvwWmyTcgsw2QFduon+WMPV50rp8/ZjEJaQLuy OiGw== X-Received: by 10.52.88.237 with SMTP id bj13mr1677307vdb.75.1362024785945; Wed, 27 Feb 2013 20:13:05 -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.58.145.101 with SMTP id st5csp205160veb; Wed, 27 Feb 2013 20:13:05 -0800 (PST) X-Received: by 10.68.25.201 with SMTP id e9mr6878157pbg.145.1362024785040; Wed, 27 Feb 2013 20:13:05 -0800 (PST) Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by mx.google.com with ESMTPS id p10si7464303paw.75.2013.02.27.20.13.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 20:13:05 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.45 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.160.45; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.45 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) smtp.mail=vikas.sajjan@linaro.org Received: by mail-pb0-f45.google.com with SMTP id ro8so813094pbb.18 for ; Wed, 27 Feb 2013 20:13:04 -0800 (PST) X-Received: by 10.66.226.71 with SMTP id rq7mr10885565pac.80.1362024784596; Wed, 27 Feb 2013 20:13:04 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ab1sm6840899pbd.37.2013.02.27.20.13.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Feb 2013 20:13:03 -0800 (PST) From: Vikas Sajjan To: dri-devel@lists.freedesktop.org Cc: linux-media@vger.kernel.org, kgene.kim@samsung.com, inki.dae@samsung.com, l.krishna@samsung.com, patches@linaro.org, linaro-dev@lists.linaro.org, joshi@samsung.com, jy0922.shim@samsung.com Subject: [PATCH v9 2/2] video: drm: exynos: Add pinctrl support to fimd Date: Thu, 28 Feb 2013 09:42:42 +0530 Message-Id: <1362024762-28406-3-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362024762-28406-1-git-send-email-vikas.sajjan@linaro.org> References: <1362024762-28406-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQmq1/xBUxahOU2vM0REvXxj0RfedxB9QGZ1vqsPyM7vm6BRpWO0lCJgPXab70bgSuXDfB1u Adds support for pinctrl to drm fimd Signed-off-by: Leela Krishna Amudala Signed-off-by: Vikas Sajjan --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index e323cf9..21ada8d 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c @@ -19,6 +19,7 @@ #include #include #include +#include #include