xref: /linux-6.15/drivers/staging/nvec/TODO (revision 55dc6ee7)
1ToDo 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
7	- fix clk usage
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.
11