aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/TODO
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-12-19 18:20:11 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:44 -0800
commit1fa7026ff026012f3a819b49d44dd6267997f379 (patch)
treed5bad7e1505eedea75f42b2231ac0fc69563a4ea /drivers/staging/android/TODO
parent653d1290be3bb04688514bec92c11eb6b7c324a7 (diff)
Staging: android: remove dummy android.c driver
There are files now in the drivers/staging/android/ directory, so the dummy android.c file can be safely removed. Cc: Robert Love <rlove@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/android/TODO')
-rw-r--r--drivers/staging/android/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO
new file mode 100644
index 00000000000..e59c5be4be2
--- /dev/null
+++ b/drivers/staging/android/TODO
@@ -0,0 +1,10 @@
+TODO:
+ - checkpatch.pl cleanups
+ - sparse fixes
+ - rename files to be not so "generic"
+ - make sure things build as modules properly
+ - add proper arch dependancies as needed
+ - audit userspace interfaces to make sure they are sane
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
+Brian Swetland <swetland@google.com>