From 8ae48363ee2134141c0c661a57be213fc5d98cee Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Fri, 24 Sep 2010 23:48:34 -0700 Subject: [PATCH] staging: olpc_dcon: add TODO file Add and populate a TODO file for the olpc_dcon driver. Signed-off-by: Andres Salomon Signed-off-by: Greg Kroah-Hartman --- drivers/staging/olpc_dcon/TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 drivers/staging/olpc_dcon/TODO diff --git a/drivers/staging/olpc_dcon/TODO b/drivers/staging/olpc_dcon/TODO new file mode 100644 index 000000000000..2b75558095e6 --- /dev/null +++ b/drivers/staging/olpc_dcon/TODO @@ -0,0 +1,15 @@ +TODO: + - checkpatch.pl cleanups + - port geode gpio calls to newer cs5535 API + - see if vx855 gpio API can be made similar enough to cs5535 so we can + share more code + - allow simultaneous XO-1 and XO-1.5 support + - console event notifier support + - drop global variables, use a proper olpc_dcon_priv struct + - audit code for unnecessary code; old unsupported prototype + workarounds, ancient variables (noaa?), etc + - verify sane i2c API usage, update to new stuff if necessary + +Please send patches to Greg Kroah-Hartman and +copy: + Andres Salomon -- 2.34.1