Re: [PATCH] Thermal: exynos: Add support for temperature falling interrupt.

2012-11-07 Thread Amit Kachhap
Hi Jonghwa Lee, Adding Zhang Rui and Durgadoss. I reviewed and tested this patch. This is a nice feature to have but this will not call the cpufreq cooling device properly as thermal framework calls the frequency states in a step wise fashion which is not possible if we disable polling

Re: [PATCH] Thermal: exynos: Add support for temperature falling interrupt.

2012-11-07 Thread Amit Kachhap
Hi Jonghwa Lee, Adding Zhang Rui and Durgadoss. I reviewed and tested this patch. This is a nice feature to have but this will not call the cpufreq cooling device properly as thermal framework calls the frequency states in a step wise fashion which is not possible if we disable polling

[PATCH] Thermal: exynos: Add support for temperature falling interrupt.

2012-11-01 Thread Jonghwa Lee
This patch introduces using temperature falling interrupt in exynos thermal driver. Former patch, it only use polling way to check whether if system themperature is fallen. However, exynos SOC also provides temperature falling interrupt way to do same things by hw. This feature is not supported in

[PATCH] Thermal: exynos: Add support for temperature falling interrupt.

2012-11-01 Thread Jonghwa Lee
This patch introduces using temperature falling interrupt in exynos thermal driver. Former patch, it only use polling way to check whether if system themperature is fallen. However, exynos SOC also provides temperature falling interrupt way to do same things by hw. This feature is not supported in