From 7e736eb5f18aa2f4c88b3381769f5555196466e5 Mon Sep 17 00:00:00 2001 From: Pavan Savoy Date: Thu, 8 Jul 2010 08:55:16 -0500 Subject: [PATCH] --- yaml --- r: 205784 b: refs/heads/master c: bd289d441e2eedcab2cb496146c668feab5c9c6b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/ti-st/TODO | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e902217a58d0..e60e6e610515 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 440a5200347734032f7ad0dc84ac3e9222dab9bd +refs/heads/master: bd289d441e2eedcab2cb496146c668feab5c9c6b diff --git a/trunk/drivers/staging/ti-st/TODO b/trunk/drivers/staging/ti-st/TODO index 26f3ae3f2dcd..3f68ea1701f9 100644 --- a/trunk/drivers/staging/ti-st/TODO +++ b/trunk/drivers/staging/ti-st/TODO @@ -18,7 +18,9 @@ http://git.omapzoom.org/?p 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.