summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Savoy <pavan_savoy@ti.com>2010-05-24 19:44:09 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 12:37:57 -0700
commit4f62e69b2b346053e581b11d7374c5082833a6a9 (patch)
tree10f3a556e301826ce2a70cc8befff4b89a120134
parent702422bd2d3f44e454a97ca7054edde84cc18126 (diff)
Staging: Update TI-ST's TODO
Update the TODO of TI-ST to make sure it reflects current list of activities that need to be done. Also point it out to the user-space app code relevant to it. Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/ti-st/TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO
index 2c4fe583901d..26f3ae3f2dcd 100644
--- a/drivers/staging/ti-st/TODO
+++ b/drivers/staging/ti-st/TODO
@@ -2,9 +2,16 @@ TODO:
1. A per-device/tty port context required to support multiple devices
on same platform.
+Plan: Each BT, FM and GPS device would be a platform-device with its platform-data
+mentioning which of the ST device it wants to attach itself onto.
-2. REMOVE the sysfs entry PID passing mechanism, since there should
-be a better way to request user-space to install line discipline.
+There by each of the ST device which is also a platform device upon receiving
+a st_register() would know whether the registration from BT/FM or GPS was intended for it.
+
+2. Improve upon the way requirement of line discipline is communicated to
+user-space, The current user-space application which open/installs ldisc
+as and when required can be found at,
+http://git.omapzoom.org/?p˙atform/hardware/ti/omap3.git;a˙ob;f˙_st/uim/uim.c;ha16c2c2b5085eb54a1bbc7096d779d7594eb11;hbělair
3. Re-view/Re-work on the locking.