aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-03-15 09:00:37 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-15 12:02:25 -0400
commitff4a44ce327567b83cae846c662c732758280bc6 (patch)
tree30cd2fea5c9e108ea0515e3ace298f7d70137958
parent0205b15fa4f2ff5f0574de1f6eb327348acba422 (diff)
staging: omap-thermal: remove TODO entry for exposed APIs
Not all APIs exposed today are used. However all unused APIs will be required once the thermal layer allows IRQ based policies. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/omap-thermal/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/omap-thermal/TODO b/drivers/staging/omap-thermal/TODO
index 91e20705824a..d45f556a7fb3 100644
--- a/drivers/staging/omap-thermal/TODO
+++ b/drivers/staging/omap-thermal/TODO
@@ -3,7 +3,6 @@ List of TODOs (by Eduardo Valentin)
3on omap-bandgap.c: 3on omap-bandgap.c:
4- Test every exposed API to userland 4- Test every exposed API to userland
5- Add support to hwmon 5- Add support to hwmon
6- Review and revisit all API exposed
7- Revisit PM support 6- Revisit PM support
8- Revisit data structures and simplify them 7- Revisit data structures and simplify them
9- Once SCM-core api settles, update this driver accordingly 8- Once SCM-core api settles, update this driver accordingly