summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ti-st/TODO
diff options
context:
space:
mode:
authorPavan Savoy2010-07-08 15:55:16 +0200
committerGreg Kroah-Hartman2010-07-08 21:26:49 +0200
commitbd289d441e2eedcab2cb496146c668feab5c9c6b (patch)
treeb38c92d9a4429223e71ccf76520d9dfc4111b6d5 /drivers/staging/ti-st/TODO
parentstaging:iio:max1363 add theshold event support (diff)
downloadkernel-qcow2-linux-bd289d441e2eedcab2cb496146c668feab5c9c6b.tar.gz
kernel-qcow2-linux-bd289d441e2eedcab2cb496146c668feab5c9c6b.tar.xz
kernel-qcow2-linux-bd289d441e2eedcab2cb496146c668feab5c9c6b.zip
Staging: ti-st: Update TODO
An important TODO was to remove global references in TI-ST driver, thereby providing a context to the driver. This should also serve as a small step in removal of the single device limit. Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ti-st/TODO')
-rw-r--r--drivers/staging/ti-st/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO
index 26f3ae3f2dcd..3f68ea1701f9 100644
--- a/drivers/staging/ti-st/TODO
+++ b/drivers/staging/ti-st/TODO
@@ -18,7 +18,9 @@ http://git.omapzoom.org/?p˙atform/hardware/ti/omap3.git;a˙ob;f˙_st/uim/uim.c;ha
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
+5. Remove global references by providing a context which can be moved around the driver like the other ldisc drivers. (ldiscs tend to use tty's disc_data and platform devices use the device's driver data)
+
+6. 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.