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: 2134991 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 812053FCF6 for ; Wed, 13 Feb 2013 10:01:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933478Ab3BMKBe (ORCPT ); Wed, 13 Feb 2013 05:01:34 -0500 Received: from mail-da0-f42.google.com ([209.85.210.42]:53458 "EHLO mail-da0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933425Ab3BMKBc (ORCPT ); Wed, 13 Feb 2013 05:01:32 -0500 Received: by mail-da0-f42.google.com with SMTP id z17so482247dal.1 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=TQm0bNFaBHH7MzhGZlOCXplVrmHNrOtHIvd6Kiqr8p3TlDqgG6K5ZJF2tNyqbMN3tt 1pAeXPA3E8lqQYmQSv0A7ohhwid83P8J/Kf6VaXxdeuw0580xoL8KCgK8HOlvfry2c5x PaX+w1bCpGcOVSUKBvBWyqx3dVs3m8HqyVVIegswHdnLToC8vJs6JQtv/4jROZoBlfrw wJA8MrXZzNSrheaXKjvGIK5Y5e2WNMjLm9D7oXeNkJcqlX8eLsjbTMz5AKZiD587zmoA IoSdXGzDhMW6Co24of6JuMfdjrdQvLEgKh/MUDhBlDtdIVSD68nPKTBaEpsvvQho0kCw f3zg== 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: ALoCoQlpBMBwT82Cx+1qLXV/eE/0VLw/n5WQeDkV+rl7IgjxVqZ0QcvrBQllBwaKIc4r7qcFv01l Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.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