On 05/11/2012 09:13 AM, Andy Green wrote:
On 11/05/12 13:04, Somebody in the thread at some point said:
On 05/11/2012 01:04 AM, Andrey Konovalov wrote:
Greetings,
So far I wasn't updating the linux-linaro tree since the 12.04 release.
(The generic topic updates were being done to the
linux-lin
Tushar,
On 05/11/2012 09:04 AM, Tushar Behera wrote:
On 05/11/2012 01:04 AM, Andrey Konovalov wrote:
Greetings,
So far I wasn't updating the linux-linaro tree since the 12.04 release.
(The generic topic updates were being done to the
linux-linaro-core-tracking tree)
Now it is time to move the
This movement is needed because the hwmon entries and corresponding
sysfs interface is a duplicate of utilities already provided by
driver/thermal/thermal_sys.c. The goal is to place it in thermal folder
and add necessary functions to use the in-kernel thermal interfaces.
CC: Guenter Roeck
Signed
This patch inserts exynos5 TMU sensor changes in the thermal driver.
Some exynos4 changes are made generic for exynos series.
Signed-off-by: SangWook Ju
Signed-off-by: Amit Daniel Kachhap
---
drivers/thermal/Kconfig |6 +-
drivers/thermal/exynos_thermal.c |
This code added creates a link between temperature sensors, linux thermal
framework and cooling devices for samsung exynos platform. This layer
monitors the temperature from the sensor and informs the generic thermal
layer to take the necessary cooling action.
Signed-off-by: Amit Daniel Kachhap
-
This patch adds support for generic cpu thermal cooling low level
implementations using frequency scaling up/down based on the registration
parameters. Different cpu related cooling devices can be registered by the
user and the binding of these cooling devices to the corresponding
trip points can b
Hi Andrew/Rui,
As discussed with Rui Zhang, I dropped the patch for new trip type
THERMAL_TRIP_STATE_INSTANCE and made the necessary state magnagement changes
in cpufreq cooling functions. Also I fixed all the review comments suggested
by Andrew. If any other changes please let me know.
This pa
This patch adds necessary default platform data support needed for TMU driver.
This dt/non-dt values are tested for origen exynos4210 and smdk exynos5250
platforms.
Signed-off-by: Amit Daniel Kachhap
---
drivers/thermal/exynos_thermal.c | 111 +-
1 files cha
Hi Subodh,
On 11 May 2012 18:03, Subodh Nijsure wrote:
>
> Sounds like a very basic question, I would like to test some of the recent
> patches related to mx28 for freescale EVK board.
> ( Some thing like - https://lkml.org/lkml/2012/3/13/176 )
>
> Is there specific branch one should be looking