greg, Just a reminder patch, that I am working on it. adding in a bit more details for folks who want to join in, will come out with the multiple device thingy very soon. >From 12ed1e80156b378a55a0ed1708baa160ae3e862f Mon Sep 17 00:00:00 2001 From: Pavan Savoy <pavan_savoy@xxxxxx> Date: Tue, 25 May 2010 00:41:23 +0530 Subject: [PATCH] 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@xxxxxx> --- drivers/staging/ti-st/TODO | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO index 2c4fe58..e768a85 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=platform/hardware/ti/omap3.git;a=blob;f=ti_st/uim/uim.c;h=1ea16c2c2b5085eb54a1bbc7096d779d7594eb11;hb=eclair 3. Re-view/Re-work on the locking. -- 1.5.6.3 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel