From patchwork Wed Jan 2 13:17:21 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: 1926621 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 34FB6DF25A for ; Thu, 3 Jan 2013 08:16:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 167F7E60BB for ; Thu, 3 Jan 2013 00:16:19 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-da0-f47.google.com (mail-da0-f47.google.com [209.85.210.47]) by gabe.freedesktop.org (Postfix) with ESMTP id B6920E5D2A for ; Wed, 2 Jan 2013 05:17:37 -0800 (PST) Received: by mail-da0-f47.google.com with SMTP id s35so6460644dak.6 for ; Wed, 02 Jan 2013 05:17:37 -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=YkvzaWBEUZ/oNS0Qa07muD2lQjkzbuJMvT8kZNxH0sw=; b=HWiFS//jy0G7Ynvww4iDLgnq2DOlLnCCifWtXNP4QV70uNlfF7hsMUaHodT/XVy+Fo B4ErLjlbhdTljuUGq8GT8vId5LI+91+P5qIwqL80Dktu2mbKqINXhg3GKccxK/1SSfrK Khb/osCP3L/H8HjrFeHgdzkhIGMP2JmG32aZDc3Xo4hYH/UIeqyC8uhypRk10lYeAMdP 5zI1HmcjEKOejX6/C9KKsnNGQYbIwYnGIoRi67NPS9oxOKHoeIzj7myDmiXLAcM/Jfxi OsDcRz5r3C1sUqRxnDOpsWyXvtRFSoADoo5NUFQ7KqzjLlcsAWwhvy17JyT/4MJIwRQg PsTQ== X-Received: by 10.66.82.162 with SMTP id j2mr136596750pay.13.1357132657446; Wed, 02 Jan 2013 05:17:37 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id wr4sm28427501pbc.72.2013.01.02.05.17.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Jan 2013 05:17:36 -0800 (PST) From: Vikas C Sajjan To: linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [PATCH 1/2] [RFC] video: exynos mipi dsi: Making Exynos MIPI Complaint with CDF Date: Wed, 2 Jan 2013 18:47:21 +0530 Message-Id: <1357132642-24588-2-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1357132642-24588-1-git-send-email-vikas.sajjan@linaro.org> References: <1357132642-24588-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQmzZ/zs9gmRa5BZ1AGQBNAxXa7eeB6M/9h61LU5TkFWHhOdcKqL5elF8vgfv8ubK/Gg97NN X-Mailman-Approved-At: Thu, 03 Jan 2013 00:14:09 -0800 Cc: tomi.valkeinen@ti.com, laurent.pinchart@ideasonboard.com, aditya.ps@samsung.com 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 From: Vikas Sajjan Signed-off-by: Vikas Sajjan --- drivers/video/exynos/exynos_mipi_dsi.c | 46 ++++++++++++++++++------- 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, 56 insertions(+), 29 deletions(-) diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c index 07d70a3..88b2aa9 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