Merge branch 'prcm_scm_misc_fixes_3.2' of git://git.pwsan.com/linux-2.6 into fixes
[pandora-kernel.git] / drivers / staging / nvec / TODO
index 649d6b7..f950ab8 100644 (file)
@@ -1,10 +1,12 @@
 ToDo list (incomplete, unordered)
-       - convert mouse, keyboard, and power to platform devices
-       - add copyright / driver author / license
        - add compile as module support
-       - move nvec devices to mfd cells?
-       - adjust to kernel style
        - fix clk usage
          should not be using clk_get_sys(), but clk_get(&pdev->dev, conn)
          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