From patchwork Tue Oct 23 13:17:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 1630451 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 0D3BE3FD85 for ; Tue, 23 Oct 2012 13:20:19 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TQeNB-0003xA-5O; Tue, 23 Oct 2012 13:18:21 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TQeN8-0003ww-5Z for linux-arm-kernel@lists.infradead.org; Tue, 23 Oct 2012 13:18:18 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so2570496pad.36 for ; Tue, 23 Oct 2012 06:18:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=BhxMVyCw6ADRb8YjAX198x0236UWuuIIDC3Zt6MgXbs=; b=nv0blUcrFbTLqA0gXEzDrRBaCx1lKn16DVce0oTpRIU8zGzK+VeJfFU9A3ezx/0Lv6 hwji0CLjZtr83X9qgai9zBl4n1apZ4AkBk5NBA/naDHMGJL1XXIx1XRZXmrw7eHE+4H+ Pcl5RbyhNdByVQjUhAaWwFk8B0KYryrK4AIVlLACKs9i+dgoL1Y+blEPMf4SK4NlU1lp 0mQHa0rZbxbSey41EqVPvmIV587BW4jM9yk0UjuyeJWk1dOi1yYvKxIWcla2AX1aoBLg b+1dNeZqaN1ZOrH9kY0VDVCfMPDxHBR+a764EvfWh2by1XPRu8KU1UDnYCxnimE4uGF4 QmpA== Received: by 10.68.213.199 with SMTP id nu7mr40683712pbc.75.1350998294233; Tue, 23 Oct 2012 06:18:14 -0700 (PDT) Received: from localhost.localdomain ([122.166.13.141]) by mx.google.com with ESMTPS id uk9sm7474474pbc.63.2012.10.23.06.18.05 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Oct 2012 06:18:13 -0700 (PDT) From: Prabhakar Lad To: DLOS , LAK Subject: [PATCH v2] ARM: dm365: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_DV_TIMINGS Date: Tue, 23 Oct 2012 18:47:53 +0530 Message-Id: <1350998273-19769-1-git-send-email-prabhakar.lad@ti.com> X-Mailer: git-send-email 1.7.4.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (prabhakar.csengg[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Sergei Shtylyov , Sekhar Nori , LKML , "Lad, Prabhakar" , Manjunath Hadli , LMML X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Lad, Prabhakar This patch replaces V4L2_OUT_CAP_CUSTOM_TIMINGS macro with V4L2_OUT_CAP_DV_TIMINGS. As V4L2_OUT_CAP_CUSTOM_TIMINGS is being phased out. Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli Cc: Sekhar Nori Cc: Sergei Shtylyov --- Changes for v2: 1: fixed code alignment as pointed by Sergei arch/arm/mach-davinci/board-dm365-evm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index 2924d61..8519d2d 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c @@ -514,7 +514,7 @@ static struct vpbe_output dm365evm_vpbe_outputs[] = { .index = 1, .name = "Component", .type = V4L2_OUTPUT_TYPE_ANALOG, - .capabilities = V4L2_OUT_CAP_CUSTOM_TIMINGS, + .capabilities = V4L2_OUT_CAP_DV_TIMINGS, }, .subdev_name = VPBE_VENC_SUBDEV_NAME, .default_mode = "480p59_94",