diff options
author | Eduardo Valentin <eduardo.valentin@ti.com> | 2013-03-15 09:00:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-15 09:02:24 -0700 |
commit | 0205b15fa4f2ff5f0574de1f6eb327348acba422 (patch) | |
tree | f2995fecbc46cc898e448ea1af550d225c6b22a7 /drivers | |
parent | ebf0bd52e657b41341bbfb0cbaabc308bf1c58e9 (diff) | |
download | linux-0205b15fa4f2ff5f0574de1f6eb327348acba422.tar.bz2 |
staging: omap-thermal: remove TODO entry suggesting regmap usage
It is hard to use regmap because benefit of using regmap cache
may not be applicable as there is a specific sequence to
restore the bandgap context.
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/omap-thermal/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/omap-thermal/TODO b/drivers/staging/omap-thermal/TODO index 0f24e9b7555b..91e20705824a 100644 --- a/drivers/staging/omap-thermal/TODO +++ b/drivers/staging/omap-thermal/TODO @@ -1,7 +1,6 @@ List of TODOs (by Eduardo Valentin) on omap-bandgap.c: -- Improve driver code by adding usage of regmap-mmio - Test every exposed API to userland - Add support to hwmon - Review and revisit all API exposed |