Arnd, On 17-06-2013 15:59, Arnd Bergmann wrote: > On Monday 17 June 2013, Tomasz Figa wrote: >> diff --git a/drivers/thermal/exynos_thermal.c b/drivers/thermal/exynos_thermal.c >> index 788b1dd..4cbe3ee 100644 >> --- a/drivers/thermal/exynos_thermal.c >> +++ b/drivers/thermal/exynos_thermal.c >> @@ -817,7 +817,8 @@ static struct exynos_tmu_platform_data const exynos4210_default_tmu_data = { >> #define EXYNOS4210_TMU_DRV_DATA (NULL) >> #endif >> >> -#if defined(CONFIG_SOC_EXYNOS5250) || defined(CONFIG_SOC_EXYNOS4412) >> +#if defined(CONFIG_SOC_EXYNOS5250) || defined(CONFIG_SOC_EXYNOS4412) || \ >> + defined(CONFIG_SOC_EXYNOS4212) >> static struct exynos_tmu_platform_data const exynos_default_tmu_data = { >> .threshold_falling = 10, >> .trigger_levels[0] = 85, > > The patch is correct, but generally speaking I think we should get away from > having the drivers get configured per SoC on such a fine-grained level. > Better make this driver (and others) always work on all exynos variants. Amit, correct if I am wrong, but: The driver will work on supported exynos variants. Those that have the need for thermal sensing. And each of them have specific thermal needs (trigger points, thresholds, etc). That is what this file tries to isolate. And there is specific data structures for each soc version. > > Arnd > > -- You have got to be excited about what you are doing. (L. Lamport) Eduardo Valentin
Attachment:
signature.asc
Description: OpenPGP digital signature