From patchwork Thu Mar 3 11:24:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 8491381 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4DABA9F38C for ; Thu, 3 Mar 2016 11:24:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6862620121 for ; Thu, 3 Mar 2016 11:24:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D27320373 for ; Thu, 3 Mar 2016 11:24:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756677AbcCCLYg (ORCPT ); Thu, 3 Mar 2016 06:24:36 -0500 Received: from lb2-smtp-cloud6.xs4all.net ([194.109.24.28]:57271 "EHLO lb2-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756194AbcCCLYg (ORCPT ); Thu, 3 Mar 2016 06:24:36 -0500 Received: from tschai.lan ([90.149.38.145]) by smtp-cloud6.xs4all.net with ESMTP id RPQW1s00k37uBN201PQZhk; Thu, 03 Mar 2016 12:24:33 +0100 Received: from [64.103.36.133] (proxy-ams-1.cisco.com [64.103.36.133]) by tschai.lan (Postfix) with ESMTPSA id 7495D1809C5 for ; Thu, 3 Mar 2016 12:24:30 +0100 (CET) To: linux-media From: Hans Verkuil Subject: [PATCH] staging/media: add missing TODO files Message-ID: <56D81EF8.8050306@xs4all.nl> Date: Thu, 3 Mar 2016 12:24:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add TODO files for mx2/mx3/omap1 to explain the status of these drivers and what needs to be done in order to keep them from being removed soon. Also a small fix for the mx2/Kconfig that mistakingly mentioned a vb2 conversion. That's not needed for that driver. Signed-off-by: Hans Verkuil --- drivers/staging/media/mx2/Kconfig | 9 ++++++--- drivers/staging/media/mx2/TODO | 10 ++++++++++ drivers/staging/media/mx3/TODO | 10 ++++++++++ drivers/staging/media/omap1/TODO | 8 ++++++++ 4 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 drivers/staging/media/mx2/TODO create mode 100644 drivers/staging/media/mx3/TODO create mode 100644 drivers/staging/media/omap1/TODO diff --git a/drivers/staging/media/mx2/Kconfig b/drivers/staging/media/mx2/Kconfig index e080ab9..beaa885 100644 --- a/drivers/staging/media/mx2/Kconfig +++ b/drivers/staging/media/mx2/Kconfig @@ -7,6 +7,9 @@ config VIDEO_MX2 ---help--- This is a v4l2 driver for the i.MX27 Camera Sensor Interface - This driver is deprecated and will be removed soon unless someone - will start the work to convert this driver to the vb2 framework - and remove the soc-camera dependency. + This driver is deprecated: it should become a stand-alone driver + instead of using the soc-camera framework. + + Unless someone is willing to take this on (unlikely with such + ancient hardware) it is going to be removed from the kernel + soon. diff --git a/drivers/staging/media/mx2/TODO b/drivers/staging/media/mx2/TODO new file mode 100644 index 0000000..bc68fa4 --- /dev/null +++ b/drivers/staging/media/mx2/TODO @@ -0,0 +1,10 @@ +This driver is deprecated: it should become a stand-alone driver instead of +using the soc-camera framework. + +Unless someone is willing to take this on (unlikely with such ancient +hardware) it is going to be removed from the kernel soon. + +Note that trivial patches will not be accepted anymore, only a full conversion. + +If you want to convert this driver, please contact the linux-media mailinglist +(see http://linuxtv.org/lists.php). diff --git a/drivers/staging/media/mx3/TODO b/drivers/staging/media/mx3/TODO new file mode 100644 index 0000000..bc68fa4 --- /dev/null +++ b/drivers/staging/media/mx3/TODO @@ -0,0 +1,10 @@ +This driver is deprecated: it should become a stand-alone driver instead of +using the soc-camera framework. + +Unless someone is willing to take this on (unlikely with such ancient +hardware) it is going to be removed from the kernel soon. + +Note that trivial patches will not be accepted anymore, only a full conversion. + +If you want to convert this driver, please contact the linux-media mailinglist +(see http://linuxtv.org/lists.php). diff --git a/drivers/staging/media/omap1/TODO b/drivers/staging/media/omap1/TODO new file mode 100644 index 0000000..1025f9f --- /dev/null +++ b/drivers/staging/media/omap1/TODO @@ -0,0 +1,8 @@ +This driver is deprecated and will be removed soon unless someone will start +the work to convert this driver to the vb2 framework and remove the +soc-camera dependency. + +Note that trivial patches will not be accepted anymore, only a full conversion. + +If you want to convert this driver, please contact the linux-media mailinglist +(see http://linuxtv.org/lists.php).