swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 5f0a6e2d503896062f641639dacfe5055c2f593b authored by Linus Torvalds on 24 December 2011, 05:51:06 UTC
Linux 3.2-rc7
Tip revision: 5f0a6e2
TODO
ToDo list (incomplete, unordered)
	- add compile as module support
	- 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
back to top