summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/TODO
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2013-01-11 13:31:24 +0530
committerStephen Warren <swarren@nvidia.com>2013-01-28 11:19:33 -0700
commit1e54f0a21e7debcd8acb0fe39adc6f81751e1b57 (patch)
treeb43bf029ac989b5377066fd926ba3d3634c5b866 /drivers/staging/nvec/TODO
parentd409b3af89e93f1e08acf157126fc77188e2b89c (diff)
downloadlinux-1e54f0a21e7debcd8acb0fe39adc6f81751e1b57.tar.bz2
staging: nvec: remove use of clk_get_sys
As clock information is added to device tree clock can be looked up using clk_get. Remove use of clk_get_sys. Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Marc Dietrich <marvin24@gmx.de> Acked-by: Julian Andres Klode <jak@jak-linux.org> [swarren: updated TODO file to remove entry that requested this change] Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/staging/nvec/TODO')
-rw-r--r--drivers/staging/nvec/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO
index f950ab890e2e..e5ae42a0b44a 100644
--- a/drivers/staging/nvec/TODO
+++ b/drivers/staging/nvec/TODO
@@ -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