summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/TODO
blob: 623e9bb0b40a8129314141f79a63d8f25c248803 (plain)
1
2
3
4
5
6
7
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