Re: [PATCH 00/12] thermal: exynos: sanitize DeviceTree support

2018-03-14 Thread Eduardo Valentin
Hello, On Tue, Mar 06, 2018 at 03:43:43PM +0100, Bartlomiej Zolnierkiewicz wrote: > Hi, > > Values passed through DT properties specific to Exynos thermal > driver ("samsung,*") are SoC (not platform) specific so just > define them in struct exynos_tmu_data instance (or just use > constants

Re: [PATCH 00/12] thermal: exynos: sanitize DeviceTree support

2018-03-14 Thread Eduardo Valentin
Hello, On Tue, Mar 06, 2018 at 03:43:43PM +0100, Bartlomiej Zolnierkiewicz wrote: > Hi, > > Values passed through DT properties specific to Exynos thermal > driver ("samsung,*") are SoC (not platform) specific so just > define them in struct exynos_tmu_data instance (or just use > constants

[PATCH 00/12] thermal: exynos: sanitize DeviceTree support

2018-03-06 Thread Bartlomiej Zolnierkiewicz
Hi, Values passed through DT properties specific to Exynos thermal driver ("samsung,*") are SoC (not platform) specific so just define them in struct exynos_tmu_data instance (or just use constants where values are identical for all SoCs) and remove "samsung," DT properties altogether. The

[PATCH 00/12] thermal: exynos: sanitize DeviceTree support

2018-03-06 Thread Bartlomiej Zolnierkiewicz
Hi, Values passed through DT properties specific to Exynos thermal driver ("samsung,*") are SoC (not platform) specific so just define them in struct exynos_tmu_data instance (or just use constants where values are identical for all SoCs) and remove "samsung," DT properties altogether. The