linux/drivers/staging/omap-thermal
Radhesh Fadnis b87ea759a4 staging: omap-thermal: fix context restore function
In the context restore function, if the context is lost or
not is being checked by the contents of the counter register.
But this is logic hold good as long as counter reset value is
zero, if the reset value is non-zero then above logic doesn't
hold good. Hence removed checking of the register value and
restoring the context.

Signed-off-by: Radhesh Fadnis <radhesh.fadnis@ti.com>
Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-13 15:08:31 -08:00
..
Kconfig staging: omap-thermal: add OMAP5 data structures 2012-07-16 19:04:16 -07:00
Makefile staging: omap-thermal: add OMAP5 data structures 2012-07-16 19:04:16 -07:00
omap4-thermal.c staging: omap-thermal: remove checkpatch.pl warnings on data files 2012-09-11 12:14:16 -07:00
omap5-thermal.c staging: omap-thermal: remove checkpatch.pl warnings on data files 2012-09-11 12:14:16 -07:00
omap_bandgap.txt
omap-bandgap.c staging: omap-thermal: fix context restore function 2012-11-13 15:08:31 -08:00
omap-bandgap.h staging: omap-thermal: remove freq_clip table 2012-11-13 15:08:31 -08:00
omap-thermal-common.c staging: omap-thermal: remove freq_clip table 2012-11-13 15:08:31 -08:00
omap-thermal.h
TODO