From patchwork Thu Jul 26 11:20:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Javier Martin X-Patchwork-Id: 1242401 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 CCC8C3FC5A for ; Thu, 26 Jul 2012 12:02:58 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SuMeY-0002GO-7b; Thu, 26 Jul 2012 11:54:50 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SuM85-0003OF-23 for linux-arm-kernel@lists.infradead.org; Thu, 26 Jul 2012 11:21:30 +0000 Received: by wgbez12 with SMTP id ez12so1231280wgb.18 for ; Thu, 26 Jul 2012 04:20:53 -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:in-reply-to:references :x-gm-message-state; bh=ts9PhpiqRu+5dKhl0VwIsuwU2NsxtbpoIKsFKGPzqFU=; b=Rp2I1Ldpdmm+A61H4tBWGuDVHDXKMuWT4x1+TTgT2Jmtp6GCq8PtZWCPYy4uw5HGHK CbIQMTMevwUihQwbnQ0ovJUZRKSgB12n5eq1QOOLcIadLMHNJ6iCm+z72g8Gf197QEcn 3L3VItqyvPrpaf81V9IgTF9ASgJR9gK/7ftgaZKklJpS6DQ0ML/TJiBe1hAjUQzlxFIo slgABkkPHXH5/8pkUMkY1TL9QX0urVe//QH4kbA+NpuZLnjl10NFUQulBfzJ5l9LzAF4 qrC4hMZc6h636/wgiiNzcJJ24TUl6tomgLFW9QBn89hJL2jtROqtEL4kDxXHrcXAL/Mx Qc3g== Received: by 10.180.106.97 with SMTP id gt1mr12700826wib.5.1343301653670; Thu, 26 Jul 2012 04:20:53 -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 o2sm11826677wiz.11.2012.07.26.04.20.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 04:20:53 -0700 (PDT) From: Javier Martin To: linux-media@vger.kernel.org Subject: [PATCH 3/4] Schedule removal of i.MX25 support in mx2_camera.c Date: Thu, 26 Jul 2012 13:20:36 +0200 Message-Id: <1343301637-19676-4-git-send-email-javier.martin@vista-silicon.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343301637-19676-1-git-send-email-javier.martin@vista-silicon.com> References: <1343301637-19676-1-git-send-email-javier.martin@vista-silicon.com> X-Gm-Message-State: ALoCoQkNAe4Xecx0oHKBgzx7s+ebH+mHKKP+/ii2oWHIDFDuBjDh/CZxqk5Kgbx8Nkp20wbe8m8i 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 [74.125.82.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] Cc: fabio.estevam@freescale.com, sakari.ailus@maxwell.research.nokia.com, kernel@pengutronix.de, mchehab@infradead.org, kyungmin.park@samsung.com, laurent.pinchart@ideasonboard.com, s.nawrocki@samsung.com, linux@arm.linux.org.uk, g.liakhovetski@gmx.de, linux-arm-kernel@lists.infradead.org, Javier Martin 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 Support for i.MX25 in mx2_camera.c has been broken for a year. Furthermore, i.MX25 video capture HW doesn't have much in common with i.MX27. A separate driver would be desirable. Signed-off-by: Javier Martin --- Documentation/feature-removal-schedule.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 56000b3..6c50a17 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -6,6 +6,15 @@ be removed from this file. The suggested deprecation period is 3 releases. --------------------------- +What: support for i.mx25 in mx2_camera.c +When: v3.8 +Why: it's been broken for a year. Furthermore, i.MX25 video capture + HW doesn't have much in common with i.MX27. A separate driver + will be needed for it. +Who: Javier Martin + +--------------------------- + What: ddebug_query="query" boot cmdline param When: v3.8 Why: obsoleted by dyndbg="query" and module.dyndbg="query"