Re: 12.05 linux-linaro kernel tree

2012-05-12 Thread Andrey Konovalov
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

Re: 12.05 linux-linaro kernel tree

2012-05-12 Thread Andrey Konovalov
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

[PATCH v4 2/5] hwmon: exynos4: Move thermal sensor driver to driver/thermal directory

2012-05-12 Thread Amit Daniel Kachhap
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

[PATCH v4 3/5] thermal: exynos5: Add exynos5 thermal sensor driver support

2012-05-12 Thread Amit Daniel Kachhap
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 |

[PATCH v4 4/5] thermal: exynos: Register the tmu sensor with the kernel thermal layer

2012-05-12 Thread Amit Daniel Kachhap
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 -

[PATCH v4 1/5] thermal: Add generic cpufreq cooling implementation

2012-05-12 Thread 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

[PATCH v4 0/5] thermal: exynos: Add kernel thermal support for exynos platform

2012-05-12 Thread Amit Daniel Kachhap
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

[PATCH v4 5/5] ARM: exynos: Add thermal sensor driver platform data support

2012-05-12 Thread Amit Daniel Kachhap
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

Re: What is right git tree/ branch for imx28/evk device tree work?

2012-05-12 Thread Shawn Guo
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