From patchwork Wed Feb 13 10:01:06 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: 14776 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 14D5B23E0D for ; Wed, 13 Feb 2013 10:01:35 +0000 (UTC) Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) by fiordland.canonical.com (Postfix) with ESMTP id AA1CDA18FE2 for ; Wed, 13 Feb 2013 10:01:34 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id ft2so638084vbb.37 for ; Wed, 13 Feb 2013 02:01:34 -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=VEFxigmQm49Sh0pJXm9Q2U+tKZB6RQC6RxiYwOzlKks=; b=GIirl1uZgXIsxVnWCd819aIuPzbzilhuL0QCGcb0ZXjecULXzzN9jCCjv5UM68tk8Y W0BfDTA8y/did7+gSOi/7v+d8cce/IlS2sasz27oIAIqdv1DBX7hZKg2XMLnMv//qLIh Ux70i6T/tgPbOtVihwvqAJorT4nV0s8CmvQGGOfwotrAfsnC3jtXGPNzowgt/dohHn/g qozb7tRITjXJrbZMUNdZCz6jC013iBn0azfvaPgaGU3Vu4YQLqpnwb3XWJ97Ti6dzHqI oQES6sIt4LLmYr7BmtJQ/vikPAc1O9UD0fNjlOI1WXTm2NK+tVlAQQicBLxzqxKNS8+6 0y6A== X-Received: by 10.220.150.210 with SMTP id z18mr28556660vcv.2.1360749694030; Wed, 13 Feb 2013 02:01:34 -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.221.4.5 with SMTP id oa5csp185346vcb; Wed, 13 Feb 2013 02:01:33 -0800 (PST) X-Received: by 10.50.36.133 with SMTP id q5mr9759324igj.109.1360749693209; Wed, 13 Feb 2013 02:01:33 -0800 (PST) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx.google.com with ESMTPS id va3si28673879igc.3.2013.02.13.02.01.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 02:01:33 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.54 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.220.54; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.54 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-f54.google.com with SMTP id fa10so603594pad.13 for ; Wed, 13 Feb 2013 02:01:32 -0800 (PST) X-Received: by 10.66.89.199 with SMTP id bq7mr62308186pab.26.1360749692307; Wed, 13 Feb 2013 02:01:32 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id o5sm82268652pay.5.2013.02.13.02.01.26 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 02:01:31 -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, joshi@samsung.com, aditya.ps@samsung.com, tom.gall@linaro.org, patches@linaro.org, linux-samsung-soc@vger.kernel.org, ragesh.r@linaro.org, jesse.barker@linaro.org, robdclark@gmail.com, sumit.semwal@linaro.org Subject: [RFC v2 2/3] video: exynos: mipi dsi: Making Exynos MIPI Compliant with CDF Date: Wed, 13 Feb 2013 15:31:06 +0530 Message-Id: <1360749667-12028-3-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360749667-12028-1-git-send-email-vikas.sajjan@linaro.org> References: <1360749667-12028-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQlL4pNAG0ciDrUZAVxFs3VevX01YaBDJFWMcrvnnvK6mWUnHqywsOC59Gc8A0jTTMohewib Modifies the exynos mipi dsi driver as per the CDF-T. Signed-off-by: Vikas Sajjan --- drivers/video/exynos/exynos_mipi_dsi.c | 197 ++++++------------------- drivers/video/exynos/exynos_mipi_dsi_common.c | 22 ++- drivers/video/exynos/exynos_mipi_dsi_common.h | 12 +- include/video/exynos_mipi_dsim.h | 5 +- 4 files changed, 69 insertions(+), 167 deletions(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index 32dde44..c4eca0a 100644 --- a/drivers/video/exynos/exynos_mipi_dsi.c +++ b/drivers/video/exynos/exynos_mipi_dsi.c @@ -32,14 +32,13 @@ #include #include #include - +#include