aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/TODO
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@queued.net>2010-09-25 02:48:34 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-29 21:03:27 -0400
commit8ae48363ee2134141c0c661a57be213fc5d98cee (patch)
tree9e2a255f18ef153a8ec4e4aedf2c2dec13ca1fb0 /drivers/staging/olpc_dcon/TODO
parent5f0753b8a908dd641144b314d7028af880f376a6 (diff)
staging: olpc_dcon: add TODO file
Add and populate a TODO file for the olpc_dcon driver. Signed-off-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/olpc_dcon/TODO')
-rw-r--r--drivers/staging/olpc_dcon/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/olpc_dcon/TODO b/drivers/staging/olpc_dcon/TODO
new file mode 100644
index 00000000000..2b75558095e
--- /dev/null
+++ b/drivers/staging/olpc_dcon/TODO
@@ -0,0 +1,15 @@
1TODO:
2 - checkpatch.pl cleanups
3 - port geode gpio calls to newer cs5535 API
4 - see if vx855 gpio API can be made similar enough to cs5535 so we can
5 share more code
6 - allow simultaneous XO-1 and XO-1.5 support
7 - console event notifier support
8 - drop global variables, use a proper olpc_dcon_priv struct
9 - audit code for unnecessary code; old unsupported prototype
10 workarounds, ancient variables (noaa?), etc
11 - verify sane i2c API usage, update to new stuff if necessary
12
13Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
14copy:
15 Andres Salomon <dilinger@queued.net>