aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dream
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2009-10-28 23:48:18 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 12:23:21 -0800
commit7e9bdd0af0fe0b940ff59f4b57c463d63969852b (patch)
tree16e9e902b29423486ba3ee5f5a5279d9c4eadce2 /drivers/staging/dream
parentStaging: android: delete android drivers (diff)
downloadlinux-dev-7e9bdd0af0fe0b940ff59f4b57c463d63969852b.tar.xz
linux-dev-7e9bdd0af0fe0b940ff59f4b57c463d63969852b.zip
Staging: dream: add TODO file
This adds TODO list. It is probably incomplete, as many parts were not reviewed by the upstream maintainers, yet. Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/dream')
-rw-r--r--drivers/staging/dream/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/dream/TODO b/drivers/staging/dream/TODO
new file mode 100644
index 000000000000..c07c8803f07c
--- /dev/null
+++ b/drivers/staging/dream/TODO
@@ -0,0 +1,14 @@
+* remove support for wakelocks since those are not in mainline
+
+* camera driver uses old V4L API
+
+* coding style in some places is lacking
+
+* gpio_input.c has some features matrix_keypad lacks. They should be
+merged to gpio_input, with gpio_input.c removed
+
+* pmem provides interface for userspace. Needs to be reviewed at least.
+
+* it is probably possible to simplify touchscreen driver using threaded_irq's.
+
+* touchscreen driver should be switched to oficial multitouch API