From patchwork Thu Jul 12 09:03:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martin X-Patchwork-Id: 170615 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B25E92C039A for ; Thu, 12 Jul 2012 19:07:46 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SpFJN-00079R-Im; Thu, 12 Jul 2012 09:03:49 +0000 Received: from mail-wi0-f171.google.com ([209.85.212.171]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SpFJH-00079D-MQ for linux-arm-kernel@lists.infradead.org; Thu, 12 Jul 2012 09:03:45 +0000 Received: by wibhq4 with SMTP id hq4so4699514wib.0 for ; Thu, 12 Jul 2012 02:03:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=VdtW5/YvbET0UDjGEmslL+lnJ2ZXs1kKkN4ZgvJTLXU=; b=LtA2OKqFaFG+El0dMNVB4iY6PsLs/lfxsWaFP4V4OzmYRicjiG314zj46fBhlByv2/ h/qUf3sDFapFAAtr0J0DOThFL6Zyq6t84Q3tvgUp49zUj95R5DScyjN+Z1NHMbuD4soA 7HVqgw8wIUAkEh/R9vMVsw6m7cV57UyG7Tvyo9z4ydW73BrgSsOh7y3oypHFv+ZT7G9e B6HUd/IrWdnkLdvNXjZEY4G74hdGulXHCXXjnCPeCUYaPkV0cytjZUw/uVVRVarePuQk XQ11vzpr4rb0iggMLkH5eoxHidkpbuEy2Lx18NprkXK+vluct1jmHI9xMv24TFa6FKvm mklQ== Received: by 10.180.94.163 with SMTP id dd3mr10956957wib.10.1342083817814; Thu, 12 Jul 2012 02:03:37 -0700 (PDT) Received: from piscis.vsilicon.net (96.252.106.212.dynamic.jazztel.es. [212.106.252.96]) by mx.google.com with ESMTPS id t7sm11874683wix.6.2012.07.12.02.03.35 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Jul 2012 02:03:37 -0700 (PDT) From: Javier Martin To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] media: mx2_camera: Remove MX2_CAMERA_SWAP16 and MX2_CAMERA_PACK_DIR_MSB flags. Date: Thu, 12 Jul 2012 11:03:29 +0200 Message-Id: <1342083809-19921-1-git-send-email-javier.martin@vista-silicon.com> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQlLm4VZ7YRsZ7l/cLW+lUNv3o5qX2TVNbmswyVkQaEgosoLxHwSc080Z13xyZLmn6xYxfde X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.171 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] Cc: linux@arm.linux.org.uk, mchehab@redhat.com, Javier Martin , laurent.pinchart@ideasonboard.com, kernel@pengutronix.de, g.liakhovetski@gmx.de, linux-media@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org These flags are not used any longer and can be safely removed since the following patch: http://www.spinics.net/lists/linux-media/msg50165.html Signed-off-by: Javier Martin Acked-by: Laurent Pinchart Acked-by: Guennadi Liakhovetski --- arch/arm/plat-mxc/include/mach/mx2_cam.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/plat-mxc/include/mach/mx2_cam.h b/arch/arm/plat-mxc/include/mach/mx2_cam.h index 3c080a3..7ded6f1 100644 --- a/arch/arm/plat-mxc/include/mach/mx2_cam.h +++ b/arch/arm/plat-mxc/include/mach/mx2_cam.h @@ -23,7 +23,6 @@ #ifndef __MACH_MX2_CAM_H_ #define __MACH_MX2_CAM_H_ -#define MX2_CAMERA_SWAP16 (1 << 0) #define MX2_CAMERA_EXT_VSYNC (1 << 1) #define MX2_CAMERA_CCIR (1 << 2) #define MX2_CAMERA_CCIR_INTERLACE (1 << 3) @@ -31,7 +30,6 @@ #define MX2_CAMERA_GATED_CLOCK (1 << 5) #define MX2_CAMERA_INV_DATA (1 << 6) #define MX2_CAMERA_PCLK_SAMPLE_RISING (1 << 7) -#define MX2_CAMERA_PACK_DIR_MSB (1 << 8) /** * struct mx2_camera_platform_data - optional platform data for mx2_camera