1ToDo list (incomplete, unordered) 2 - add compile as module support 3 - fix clk usage 4 should not be using clk_get_sys(), but clk_get(&pdev->dev, conn) 5 where conn is either NULL if the device only has one clock, or 6 the device specific name if it has multiple clocks. 7 - move half of the nvec init stuff to i2c-tegra.c 8