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: 2140581 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id DE22ADF283 for ; Thu, 14 Feb 2013 07:19:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B8F14E688C for ; Wed, 13 Feb 2013 23:19:07 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by gabe.freedesktop.org (Postfix) with ESMTP id B30A0E65EC for ; Wed, 13 Feb 2013 02:01:32 -0800 (PST) Received: by mail-pa0-f51.google.com with SMTP id hz1so622540pad.24 for ; Wed, 13 Feb 2013 02:01:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=VEFxigmQm49Sh0pJXm9Q2U+tKZB6RQC6RxiYwOzlKks=; b=imSRDmupp4c0JdQb35ZuORjLhF/wmSgDMDD2iY9rQjKrZINo+eTmAPBWIZAbqNl9j+ f4utokceSi1HksYGA4eLvZxhK86Yk3Pr/Nq4t0ZHPm2EUVdqRXMoYyVFn3QWgA+spGye SvhhMYeAR7O5IqY7/Heq5x517XZ2p1j0VHy6uvwE763W4ZSJVVSgWJldhc1rdcNXBICp 0cPm1RHLo8eWySkVWSspyFiELPypcSxi6+DFXWjVXu4b/Po0SwLCH3q8tqA1fW+J02vT fOqX/ty+kz+rgdkEUnPOM1/RZngf0/gyENCZu/AR5lmgEbYRHAXT8Hkrr2DwVLKZofSg qJMA== 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 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: ALoCoQmOVCt9fYNAxlTPHg7fazs9Oe0obl4OhZIWwFgk9juzMZegmPF8rV8ZZ9kXyj+ArkYfYJEA X-Mailman-Approved-At: Wed, 13 Feb 2013 22:49:41 -0800 Cc: kgene.kim@samsung.com, tom.gall@linaro.org, patches@linaro.org, l.krishna@samsung.com, joshi@samsung.com, aditya.ps@samsung.com, jesse.barker@linaro.org, ragesh.r@linaro.org, linux-samsung-soc@vger.kernel.org, sumit.semwal@linaro.org, linux-media@vger.kernel.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org 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