From patchwork Fri Mar 1 05:34:40 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: 15188 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 3298123E24 for ; Fri, 1 Mar 2013 05:35:06 +0000 (UTC) Received: from mail-ve0-f174.google.com (mail-ve0-f174.google.com [209.85.128.174]) by fiordland.canonical.com (Postfix) with ESMTP id E9A42A18F8E for ; Fri, 1 Mar 2013 05:35:05 +0000 (UTC) Received: by mail-ve0-f174.google.com with SMTP id pb11so2510273veb.19 for ; Thu, 28 Feb 2013 21:35:05 -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=XMAyAlrAj3s/vaCl/X/UYcLZjZdbc+ZfJ3H2NxgU1g8=; b=dINbgJqUcHjfKpLzxigIJDvrodju9ZGBeBfMDuC5VCRsIPQa/SfLtiLGpYAoHntPaG +wH23EpGAINbzfNuvLgIvzKkaI430Eg99cj7ESoltR3NU7HAwr+9TPYiw4LQzGASy3vT foYoyD21QXtXVhxFk6Pm10NOKSp+oeawmtgJjUO3z/SmpRx5Je365SigwWqb58+6EN97 YS4/Rb+X69bW+I+wpdrTdxLyOgyRWpjHi05m3GI2wwrWYkeuDh+ZN2GzKlPr7UKVYnZx lDw/XAslYw7wHFjMDlhRmOjKI7yZ5JCV8GnDYZK/hmjrO8aLXL7/IPwI1n02KpmxItoo 2eCw== X-Received: by 10.52.177.163 with SMTP id cr3mr3125448vdc.94.1362116105362; Thu, 28 Feb 2013 21:35: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 st5csp7705veb; Thu, 28 Feb 2013 21:35:04 -0800 (PST) X-Received: by 10.68.217.2 with SMTP id ou2mr13012185pbc.6.1362116104457; Thu, 28 Feb 2013 21:35:04 -0800 (PST) Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by mx.google.com with ESMTPS id tm6si10899791pbc.295.2013.02.28.21.35.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Feb 2013 21:35:04 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.42 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.220.42; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.42 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-pa0-f42.google.com with SMTP id kq12so1593511pab.29 for ; Thu, 28 Feb 2013 21:35:04 -0800 (PST) X-Received: by 10.68.192.106 with SMTP id hf10mr12744267pbc.122.1362116104110; Thu, 28 Feb 2013 21:35:04 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id xr3sm10784083pbc.46.2013.02.28.21.34.59 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Feb 2013 21:35: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, jy0922.shim@samsung.com, sylvester.nawrocki@gmail.com Subject: [PATCH v10 2/2] video: drm: exynos: Add pinctrl support to fimd Date: Fri, 1 Mar 2013 11:04:40 +0530 Message-Id: <1362116080-20063-3-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362116080-20063-1-git-send-email-vikas.sajjan@linaro.org> References: <1362116080-20063-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQlQUwHHCRq/79M1xbjUZFC4Xat6IudVYCI6W6C+F0/UVhg+iCWlNTxR/YSjmeSVeqWXfIs5 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..c00aa4a 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