drivers/staging/usbip/userspace/libsrc/vhci_driver.c: test the just-initialized value
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / nvec / TODO
blob649d6b70deaabc0d5d06a60bd4777e628a5675a5
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
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.