summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/TODO
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-09-27 19:00:40 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-09-29 17:40:37 -0700
commit162c7d8c4be2d599583c42c2a8fe99bed6d87f67 (patch)
tree3ce4ae5fb7269e378e9f26d15433c41209b5fd0e /drivers/staging/nvec/TODO
parent7974035c008d98ec23ec76d9f10bff2dfd866ecf (diff)
downloadlinux-162c7d8c4be2d599583c42c2a8fe99bed6d87f67.tar.bz2
staging: nvec: coding style fixes / add copyright notice
This patch fixes coding style and adds copyright notices. Signed-off-by: Marc Dietrich <marvin24@gmx.de> [jak@jak-linux.org: Merge later cleanup into that patch] 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/TODO')
-rw-r--r--drivers/staging/nvec/TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO
index 649d6b70deaa..623e9bb0b40a 100644
--- a/drivers/staging/nvec/TODO
+++ b/drivers/staging/nvec/TODO
@@ -1,10 +1,7 @@
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