Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55dc6ee7 authored by Russell King's avatar Russell King Committed by Greg Kroah-Hartman
Browse files

Staging: Add clk API note to nvec/TODO



Add a note about the abuse of the clk API to the nvec/TODO list.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 193634ce
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -4,5 +4,7 @@ ToDo list (incomplete, unordered)
	- add compile as module support
	- add compile as module support
	- move nvec devices to mfd cells?
	- move nvec devices to mfd cells?
	- adjust to kernel style
	- 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.