From patchwork Sat Oct 20 13:31:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lad, Prabhakar" X-Patchwork-Id: 1621441 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 9780DDF26F for ; Sat, 20 Oct 2012 13:34:14 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TPZ9s-0002vo-4p; Sat, 20 Oct 2012 13:32:08 +0000 Received: from mail-pb0-f49.google.com ([209.85.160.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TPZ9o-0002va-Tb for linux-arm-kernel@lists.infradead.org; Sat, 20 Oct 2012 13:32:05 +0000 Received: by mail-pb0-f49.google.com with SMTP id xa7so1018894pbc.36 for ; Sat, 20 Oct 2012 06:32:00 -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=t2uhLo0mBv3fyG8cEaz272jVPGL6wCFJ6Kd7ukn1TfY=; b=K2dDz8e9Kz04r4K42L1o63rsEACZH9QTel1hIQAE6z4whWzH2RC4IwmQJ5m54ZoUqc dMZbyvXr6zxKXJwc9UQsuqOQyb5xziwd8vexCYEkvBUfEDCU9ycSbDqJWb2UdWbRlVvo CUB23c22x3SefKvbuAQ6d95HqtREIpI6OKhLfdG7rNM5Ra08Lvlujhht0Nz731gKOjpx di55qAlwLb2ridNd+yrFOSGTmBGMMiLYia5GZw2cjelSHlddMV0dkImVt0e+s5AWrgfz mwFg+pW6sG8x5cUe0FbXhkj41o1mWnGJRwIWw1MyUADAZ+0LanJBunMU26qxURD3zIYa 8FKw== Received: by 10.68.241.137 with SMTP id wi9mr15071428pbc.158.1350739920273; Sat, 20 Oct 2012 06:32:00 -0700 (PDT) Received: from localhost.localdomain ([122.166.13.141]) by mx.google.com with ESMTPS id iu8sm2846329pbc.71.2012.10.20.06.31.55 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Oct 2012 06:31:59 -0700 (PDT) From: Prabhakar Lad To: LAK Subject: [PATCH] ARM: dm365: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_DV_TIMINGS Date: Sat, 20 Oct 2012 19:01:40 +0530 Message-Id: <1350739900-25065-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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (prabhakar.csengg[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.49 listed in list.dnswl.org] -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: Sekhar Nori , LKML , "Lad, Prabhakar" , Mauro Carvalho Chehab , DLOS , 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 --- This patch is based on the following patch series, ARM: davinci: dm365 EVM: add support for VPBE display (https://patchwork.kernel.org/patch/1295071/) 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..771abb5 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",