From patchwork Fri Sep 21 02:05:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 1488821 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 0BFAE3FE65 for ; Fri, 21 Sep 2012 02:07:16 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEscL-0000gh-39; Fri, 21 Sep 2012 02:05:21 +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 1TEscH-0000gT-C1 for linux-arm-kernel@lists.infradead.org; Fri, 21 Sep 2012 02:05:18 +0000 Received: by pbbrq8 with SMTP id rq8so6674454pbb.36 for ; Thu, 20 Sep 2012 19:05:15 -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=xxLzFkj5z/NFuPWaOJ7zpqdKp+vvVgxIqwZS+FnWp0I=; b=RltkIBlDEA/bIKUjwIUvgO9R3syhzBNobSOAmy00m/6SJeZHMKElcDiVWJlFq57FPL iK9tyYYwjr/O5dHSWv5WFmt5CyMWTsulEdOEGTEF6i8LCDo7hpwJLO+l9TZCuFT/IJHj ghnwS4L9i5oYioRX+eQeObL2NvtYym2rFvOLqP9iriLE7ZFeAdoxg/1o2l1QtlcwSutD IJSddYk8eLN1bOJ6FKKMFUWhK74KT8DplSt/OPIRqURyiEFwn/G6WF2HIPk+bA1Nkl7A J3rBP4qQBIuLIixksy3vpbyXJeMAeL8WUs+cFsvE1xyAVa/6XcwNsl8Pciqsbye5YKfZ hiag== Received: by 10.66.74.100 with SMTP id s4mr9632931pav.27.1348193114872; Thu, 20 Sep 2012 19:05:14 -0700 (PDT) Received: from S2101-09.ap.freescale.net ([114.216.234.161]) by mx.google.com with ESMTPS id qd9sm1491834pbb.31.2012.09.20.19.05.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 19:05:14 -0700 (PDT) From: Shawn Guo To: linux-media@vger.kernel.org Subject: [PATCH] media: mx1_camera: mark the driver BROKEN Date: Fri, 21 Sep 2012 10:05:10 +0800 Message-Id: <1348193110-8413-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-Gm-Message-State: ALoCoQmw7mPyOY6poCycjdS6uniEE8Uo8dlK4cZxBAUr883OmgXOFh8OvPObumgiQO6mcM4bqiYR 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.160.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Shawn Guo , Paulius Zaleckas , Guennadi Liakhovetski , linux-arm-kernel@lists.infradead.org, Mauro Carvalho Chehab 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 The mx1_camera driver has been broken for a few release cycles since commit 6bd0812 (dmaengine: imx-dma: merge old dma-v1.c with imx-dma.c). It seems there is no one even compile tested it since then, as doing so will end up with the following error. CC drivers/media/platform/soc_camera/mx1_camera.o In file included from drivers/media/platform/soc_camera/mx1_camera.c:44:0: arch/arm/mach-imx/include/mach/dma-mx1-mx2.h:8:25: fatal error: mach/dma-v1.h: No such file or directory It seems there is no one being interested in bringing it back to work [1] so far. Let's mark it BROKEN. [1] https://lkml.org/lkml/2012/2/9/171 Signed-off-by: Shawn Guo --- drivers/media/platform/soc_camera/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig index 9afe1e7..cb6791e 100644 --- a/drivers/media/platform/soc_camera/Kconfig +++ b/drivers/media/platform/soc_camera/Kconfig @@ -19,6 +19,7 @@ config MX1_VIDEO config VIDEO_MX1 tristate "i.MX1/i.MXL CMOS Sensor Interface driver" + depends on BROKEN depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA select FIQ select VIDEOBUF_DMA_CONTIG