From: Eduardo Valentin Date: Fri, 15 Mar 2013 13:00:36 +0000 (-0400) Subject: staging: omap-thermal: remove TODO entry suggesting regmap usage X-Git-Tag: v3.10-rc1~192^2~597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0205b15fa4f2ff5f0574de1f6eb327348acba422;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/omap-thermal/TODO b/drivers/staging/omap-thermal/TODO index 0f24e9b..91e2070 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