linux/drivers/thermal
Ezequiel Garcia 02519d3397 thermal: kirkwood: Fix valid check for thermal register
The correct value is obtain by first shifting the register by the offset,
later applying the valid mask and finally invert the result.
This check was lacking an extra parenthesis to be strictly correct.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
2013-03-26 22:09:14 +08:00
..
cpu_cooling.c drivers: thermal: cpu_cooling: fix checkpatch warning 2013-03-26 17:26:19 +08:00
db8500_cpufreq_cooling.c
db8500_thermal.c thermal: db8500: Fix missing mutex_unlock() in probe error paths 2013-03-26 22:08:08 +08:00
dove_thermal.c Thermal: dove: Convert to devm_ioremap_resource() 2013-03-11 23:09:02 +08:00
exynos_thermal.c thermal: exynos_thermal: return a proper error code while thermal_zone_device_register fail. 2013-03-11 23:09:29 +08:00
fair_share.c
intel_powerclamp.c Fix mis-merge of intel_powerclamp.c resulting in compile error 2013-02-28 20:23:09 -08:00
Kconfig Thermal: rename thermal governor Kconfig option to avoid generic naming 2013-02-08 20:33:42 +08:00
kirkwood_thermal.c thermal: kirkwood: Fix valid check for thermal register 2013-03-26 22:09:14 +08:00
Makefile Thermal: rename thermal governor Kconfig option to avoid generic naming 2013-02-08 20:33:42 +08:00
rcar_thermal.c thermal: rcar_thermal: propagate return value of thermal_zone_device_register 2013-03-11 23:09:24 +08:00
spear_thermal.c
step_wise.c
thermal_core.h
thermal_sys.c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux 2013-02-28 19:48:26 -08:00
user_space.c