]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
thermal: exynos: Fix register read in TMU
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Fri, 16 Oct 2015 23:08:56 +0000 (08:08 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Nov 2015 22:37:39 +0000 (14:37 -0800)
commitfec1757674de2c48bb8b4365785f6317d6e0915b
treedcccd582ec40c815f33b6c0925651b0f7082f22d
parent1ce8b6bd3f9f77c49908e9391ebc72114a65fc97
thermal: exynos: Fix register read in TMU

commit b28fec1324bf8f5010d2c3c5d57db4115bda66d4 upstream.

The value of emul_con was getting overwritten if the selected soc is
SOC_ARCH_EXYNOS5260. And so as a result we were reading from the wrong
register in the case of SOC_ARCH_EXYNOS5260.

Fixes: 488c7455d74c ("thermal: exynos: Add the support for Exynos5433 TMU")
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thermal/samsung/exynos_tmu.c