Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933170Ab0DHSSB (ORCPT ); Thu, 8 Apr 2010 14:18:01 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:36679 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933022Ab0DHSRR (ORCPT ); Thu, 8 Apr 2010 14:17:17 -0400 From: pavan_savoy@ti.com To: gregkh@suse.de, alan@lxorguk.ukuu.org.uk Cc: linux-kernel@vger.kernel.org, npelly@google.com, pavan_savoy@yahoo.co.in, Pavan Savoy Subject: [PATCH] Documentation:staging: add TODO and ABI to ti-st Date: Thu, 8 Apr 2010 13:16:58 -0500 Message-Id: <1270750619-19174-8-git-send-email-pavan_savoy@ti.com> X-Mailer: git-send-email 1.5.6.3 In-Reply-To: <1270750619-19174-7-git-send-email-pavan_savoy@ti.com> References: <1270750619-19174-1-git-send-email-pavan_savoy@ti.com> <1270750619-19174-2-git-send-email-pavan_savoy@ti.com> <1270750619-19174-3-git-send-email-pavan_savoy@ti.com> <1270750619-19174-4-git-send-email-pavan_savoy@ti.com> <1270750619-19174-5-git-send-email-pavan_savoy@ti.com> <1270750619-19174-6-git-send-email-pavan_savoy@ti.com> <1270750619-19174-7-git-send-email-pavan_savoy@ti.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2366 Lines: 68 From: Pavan Savoy A TODO file and a ABI to list the things to be done, and user-space/kernel-space interface for this ldisc. Signed-off-by: Pavan Savoy --- drivers/staging/ti-st/TODO | 19 +++++++++++++++++++ drivers/staging/ti-st/sysfs-uim | 16 ++++++++++++++++ 2 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/ti-st/TODO create mode 100644 drivers/staging/ti-st/sysfs-uim diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO new file mode 100644 index 0000000..2c4fe58 --- /dev/null +++ b/drivers/staging/ti-st/TODO @@ -0,0 +1,19 @@ +TODO: + +1. A per-device/tty port context required to support multiple devices +on same platform. + +2. REMOVE the sysfs entry PID passing mechanism, since there should +be a better way to request user-space to install line discipline. + +3. Re-view/Re-work on the locking. + +4. Re-structure to make the ldisc driver more generic for chipsets which mux +multiple connectivity (BT, FM, GPS) upon 1 TTY port. + +5. 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. + +Please send patches to Greg Kroah-Hartman . diff --git a/drivers/staging/ti-st/sysfs-uim b/drivers/staging/ti-st/sysfs-uim new file mode 100644 index 0000000..10311af --- /dev/null +++ b/drivers/staging/ti-st/sysfs-uim @@ -0,0 +1,16 @@ +What: /sys/class/rfkill/rfkill%d/ +Date: March 22 +Contact: Pavan Savoy +Description: + Creates the rfkill entries for Radio apps like + BT app, FM app or GPS app to toggle corresponding + cores of the chip + +What: /dev/rfkill +Date: March 22 +Contact: Pavan Savoy +Description: + A daemon which maintains the ldisc installation and + uninstallation would be ppolling on this device and listening + on events which would suggest either to install or un-install + line discipline -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/