Staging: Add clk API note to nvec/TODO
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 1 Aug 2011 10:45:49 +0000 (11:45 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Aug 2011 23:12:49 +0000 (16:12 -0700)
Add a note about the abuse of the clk API to the nvec/TODO list.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/nvec/TODO

index 77b47f763f22436d6cbeb44d684854c8c302ede6..649d6b70deaabc0d5d06a60bd4777e628a5675a5 100644 (file)
@@ -4,5 +4,7 @@ ToDo list (incomplete, unordered)
        - 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.