commit | c8f8f7682e13d219699f6980cd0ba067f06d0dcf | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Thu Apr 26 13:51:29 2018 +0200 |
committer | Eduardo Valentin <edubezval@gmail.com> | Sun May 06 16:40:48 2018 -0700 |
tree | 75a01ad3694d091c1a09b3e0f14c3a51254472cf | |
parent | 0c1554a6d868a89928c03be0be081f0249eb50f5 [diff] |
thermal: exynos: move trips setting to exynos_tmu_initialize() * Add dummy exynos4210_tmu_set_trip_hyst() helper. * Add ->tmu_set_trip_temp and ->tmu_set_trip_hyst methods to struct exynos_tmu_data and set them in exynos_map_dt_data(). * Move trips setting to exynos_tmu_initialize(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>