1 ToDo list (incomplete, unordered)
2 - convert mouse, keyboard, and power to platform devices
3 - add copyright / driver author / license
4 - add compile as module support
5 - move nvec devices to mfd cells?
6 - adjust to kernel style
8 should not be using clk_get_sys(), but clk_get(&pdev->dev, conn)
9 where conn is either NULL if the device only has one clock, or
10 the device specific name if it has multiple clocks.