Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
[firefly-linux-kernel-4.4.55.git] / drivers / staging / nvec / TODO
index f950ab890e2e217c8b412bc21cfe42a4485d6bc7..e5ae42a0b44a41fbb3efa3e7e58da627f60f60e9 100644 (file)
@@ -1,9 +1,5 @@
 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
        - move event handling to nvec_events
        - finish suspend/resume support