From patchwork Mon Nov 29 14:18:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: manjunatha_halli@ti.com X-Patchwork-Id: 364002 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oATDCAUW011208 for ; Mon, 29 Nov 2010 13:12:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754125Ab0K2NLB (ORCPT ); Mon, 29 Nov 2010 08:11:01 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:39968 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754111Ab0K2NKj (ORCPT ); Mon, 29 Nov 2010 08:10:39 -0500 Received: from dlep36.itg.ti.com ([157.170.170.91]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id oATDAbJP031756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Nov 2010 07:10:37 -0600 Received: from localhost.localdomain (localhost [127.0.0.1]) by dlep36.itg.ti.com (8.13.8/8.13.8) with ESMTP id oATDA3xg013686; Mon, 29 Nov 2010 07:10:35 -0600 (CST) From: manjunatha_halli@ti.com To: mchehab@infradead.org, hverkuil@xs4all.nl Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Manjunatha Halli Subject: [RFC v5 9/9] driver:staging:ti-st: Update TODO for FM V4L2 driver. Date: Mon, 29 Nov 2010 09:18:43 -0500 Message-Id: <1291040323-2641-10-git-send-email-manjunatha_halli@ti.com> X-Mailer: git-send-email 1.6.5 In-Reply-To: <1291040323-2641-9-git-send-email-manjunatha_halli@ti.com> References: <1291040323-2641-1-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-2-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-3-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-4-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-5-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-6-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-7-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-8-git-send-email-manjunatha_halli@ti.com> <1291040323-2641-9-git-send-email-manjunatha_halli@ti.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 29 Nov 2010 13:12:12 +0000 (UTC) diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO index ebfd6bb..1d004cb 100644 --- a/drivers/staging/ti-st/TODO +++ b/drivers/staging/ti-st/TODO @@ -1,6 +1,21 @@ TODO: -1. Step up and maintain this driver to ensure that it continues +1. Upstreaming BT driver + +2. Upstreaming FM driver + + a. Use the new V4L2 control framework for all the V4L2 controls supported. + + b. Change the interrupt handling mechanism as per comments by 'Hans Verkuil'. + + c. Remove use of new V4L2 CID to set the BAND (US/JAPAN). Instead handle it + in driver. + + d. Remove the new private CID defined for channel spacing instead handle it + in ioctl VIDIOC_S_HW_FREQ_SEEK. + + +3. Step up and maintain this driver to ensure that it continues to work. Having the hardware for this is pretty much a requirement. If this does not happen, the will be removed in the 2.6.35 kernel release.