linux/drivers/thermal/samsung
Bartlomiej Zolnierkiewicz 60e203ecb1 thermal: samsung: Exynos5260 and Exynos5420 should not use TRIM_RELOAD flag
Currently these SoCs claim TRIM_RELOAD support but don't have
triminfo_ctrl register address defined in their struct
exynos_tmu_registers entries.  This causes incorrect write of
value "1" to data->base + 0x00 address (which happens to be
TRIMINFO register).  Additionally according to the documentation
that I have neither Exynos5260 nor Exynos5420 support/require
TRIM_RELOAD feature.  Thus fix the aforementioned issue by
removing TMU_SUPPORT_TRIM_RELOAD flag for both Exynos5260 and
Exynos5420.

Cc: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: Amit Daniel Kachhap <amit.daniel@samsung.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2014-11-02 23:02:48 -04:00
..
exynos_thermal_common.c thermal:samsung: fix compilation warning 2014-01-02 10:05:04 +08:00
exynos_thermal_common.h thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize() 2014-11-02 23:02:47 -04:00
exynos_tmu_data.c thermal: samsung: Exynos5260 and Exynos5420 should not use TRIM_RELOAD flag 2014-11-02 23:02:48 -04:00
exynos_tmu_data.h thermal: exynos: remove dead code for HW_MODE calibration 2014-11-02 23:02:47 -04:00
exynos_tmu.c thermal: exynos: remove identical values from exynos*_tmu_registers structures 2014-11-02 23:02:48 -04:00
exynos_tmu.h thermal: exynos: remove identical values from exynos*_tmu_registers structures 2014-11-02 23:02:48 -04:00
Kconfig thermal: exynos: Clean up non-DT remnants 2013-08-29 09:37:31 -04:00
Makefile thermal: exynos: Bifurcate exynos tmu driver and configuration data 2013-08-13 09:52:00 -04:00