Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data

2013-06-21 Thread Eduardo Valentin
On 21-06-2013 04:50, amit daniel kachhap wrote: > Hi, > > On Thu, Jun 20, 2013 at 2:22 AM, Eduardo Valentin > wrote: >> On 19-06-2013 16:19, Eduardo Valentin wrote: >>> On 17-06-2013 02:46, Amit Daniel Kachhap wrote: This patch adds entries min_efuse_value, max_efuse_value, default_tem

Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data

2013-06-21 Thread amit daniel kachhap
Hi, On Thu, Jun 20, 2013 at 2:22 AM, Eduardo Valentin wrote: > On 19-06-2013 16:19, Eduardo Valentin wrote: >> On 17-06-2013 02:46, Amit Daniel Kachhap wrote: >>> This patch adds entries min_efuse_value, max_efuse_value, >>> default_temp_offset, >>> trigger_type, cal_type, trim_first_point, trim

Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data

2013-06-20 Thread amit daniel kachhap
Hi Eduardo, On Thu, Jun 20, 2013 at 1:49 AM, Eduardo Valentin wrote: > On 17-06-2013 02:46, Amit Daniel Kachhap wrote: >> This patch adds entries min_efuse_value, max_efuse_value, >> default_temp_offset, >> trigger_type, cal_type, trim_first_point, trim_second_point, >> max_trigger_level >> tri

Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data

2013-06-19 Thread Eduardo Valentin
On 19-06-2013 16:19, Eduardo Valentin wrote: > On 17-06-2013 02:46, Amit Daniel Kachhap wrote: >> This patch adds entries min_efuse_value, max_efuse_value, >> default_temp_offset, >> trigger_type, cal_type, trim_first_point, trim_second_point, >> max_trigger_level >> trigger_enable in the TMU pla

Re: [PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data

2013-06-19 Thread Eduardo Valentin
On 17-06-2013 02:46, Amit Daniel Kachhap wrote: > This patch adds entries min_efuse_value, max_efuse_value, default_temp_offset, > trigger_type, cal_type, trim_first_point, trim_second_point, max_trigger_level > trigger_enable in the TMU platform data structure. Also the driver is modified > to use

[PATCH V6 09/30] thermal: exynos: Add extra entries in the tmu platform data

2013-06-16 Thread Amit Daniel Kachhap
This patch adds entries min_efuse_value, max_efuse_value, default_temp_offset, trigger_type, cal_type, trim_first_point, trim_second_point, max_trigger_level trigger_enable in the TMU platform data structure. Also the driver is modified to use the data passed by these new platform memebers instead