summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-09-27 19:00:45 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-29 17:40:39 -0700
commit8cdeff497a5279c0dc754c639cad83b8120810b6 (patch)
tree5fd44899ce7994b921bd643e08331fab28c98519 /drivers/staging/nvec
parent97cc26576fa2b0eb1aad1b29515bb0a32f86c45c (diff)
downloadlinux-8cdeff497a5279c0dc754c639cad83b8120810b6.tar.gz
linux-8cdeff497a5279c0dc754c639cad83b8120810b6.tar.xz
linux-8cdeff497a5279c0dc754c639cad83b8120810b6.zip
staging: nvec: update ToDo list
Mostly small stuff only. Hopefully completed during the next release cycle. Signed-off-by: Marc Dietrich <marvin24@gmx.de> [jak@jak-linux.org: Removed some items no longer valid] Signed-off-by: Julian Andres Klode <jak@jak-linux.org> Acked-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/nvec')
-rw-r--r--drivers/staging/nvec/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO
index 623e9bb0b40a..f950ab890e2e 100644
--- a/drivers/staging/nvec/TODO
+++ b/drivers/staging/nvec/TODO
@@ -5,3 +5,8 @@ ToDo list (incomplete, unordered)
where conn is either NULL if the device only has one clock, or
the device specific name if it has multiple clocks.
- move half of the nvec init stuff to i2c-tegra.c
+ - move event handling to nvec_events
+ - finish suspend/resume support
+ - modifiy the sync_write method to return the received
+ message in a variable (and return the error code).
+ - add support for more device implementations