Re: [PATCH v4 4/7] cpufreq: add clk-reg cpufreq driver

2012-01-03 Thread Russell King - ARM Linux
On Mon, Dec 26, 2011 at 09:44:52PM +0800, Richard Zhao wrote: On Mon, Dec 26, 2011 at 11:10:30AM +, Mark Brown wrote: The *call* is there in the regulator subsystem, it's just that none of the drivers back it up with an actual implementation yet. Which turns out to be a good thing as

Re: snowball does not compile on linux-next

2012-01-03 Thread Christian Robottom Reis
On Tue, Jan 03, 2012 at 08:19:37AM +0100, Linus Walleij wrote: On Mon, Jan 2, 2012 at 4:25 PM, Christian Robottom Reis k...@linaro.org wrote: On Mon, Jan 02, 2012 at 01:59:10PM +0100, Linus Walleij wrote: On Mon, Jan 2, 2012 at 12:49 PM, Daniel Lezcano daniel.lezc...@linaro.org wrote:

RE: [PATCH V4 0/5] ARM: exynos: Add l2 retention mode cpuidle state

2012-01-03 Thread Kukjin Kim
amit kachhap wrote: Hi Mr kim, All the comments have been addressed for the Exynos cpu idle patchset. The updated patchset was posted about one month back and there have been no further comments on the patchset since then. As this patchset seems to be stable now, do you think these

Re: [PATCH v4 4/7] cpufreq: add clk-reg cpufreq driver

2012-01-03 Thread Richard Zhao
Hi Russel, On 3 January 2012 17:06, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Dec 26, 2011 at 09:44:52PM +0800, Richard Zhao wrote: On Mon, Dec 26, 2011 at 11:10:30AM +, Mark Brown wrote: The *call* is there in the regulator subsystem, it's just that none of the

Re: [PATCH v4 4/7] cpufreq: add clk-reg cpufreq driver

2012-01-03 Thread Russell King - ARM Linux
On Tue, Jan 03, 2012 at 09:25:30PM +0800, Richard Zhao wrote: Hi Russel, On 3 January 2012 17:06, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Dec 26, 2011 at 09:44:52PM +0800, Richard Zhao wrote: On Mon, Dec 26, 2011 at 11:10:30AM +, Mark Brown wrote: The *call*

Re: [PATCH v4 4/7] cpufreq: add clk-reg cpufreq driver

2012-01-03 Thread Richard Zhao
On 3 January 2012 21:47, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Tue, Jan 03, 2012 at 09:25:30PM +0800, Richard Zhao wrote: Hi Russel, On 3 January 2012 17:06, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Dec 26, 2011 at 09:44:52PM +0800, Richard Zhao

Re: [PATCH v4 4/7] cpufreq: add clk-reg cpufreq driver

2012-01-03 Thread Mark Brown
On Tue, Jan 03, 2012 at 01:47:09PM +, Russell King - ARM Linux wrote: On Tue, Jan 03, 2012 at 09:25:30PM +0800, Richard Zhao wrote: In latest v6 version, I get clk transition latency from dt property, and get regulator transition latency from regulator API. Could you please help review

Re: [lm-sensors] [RFC PATCH 2/3] thermal: exynos4: Register the tmu sensor with the thermal interface layer

2012-01-03 Thread Guenter Roeck
On Wed, 2011-12-21 at 06:59 -0500, Amit Daniel Kachhap wrote: Export and register information from the hwmon tmu sensor to the samsung exynos kernel thermal framework where different cooling devices and thermal zone are binded. The exported information is based according to the data structure

Re: [PATCH] omap: use usleep_range() instead of mdelay()/udelay()

2012-01-03 Thread Kevin Hilman
Dmitry Antipov dmitry.anti...@linaro.org writes: From e4db974edb5c46360465462518a88b83f1bdedf6 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov dmitry.anti...@linaro.org Date: Wed, 21 Dec 2011 10:57:08 +0400 Subject: [PATCH] omap: use usleep_range() instead of mdelay()/udelay() Please include a

Re: [PATCH v4 3/6] clk: introduce the common clock framework

2012-01-03 Thread Richard Zhao
On Fri, Dec 16, 2011 at 04:45:48PM -0800, Turquette, Mike wrote: On Wed, Dec 14, 2011 at 5:18 AM, Thomas Gleixner t...@linutronix.de wrote: On Tue, 13 Dec 2011, Mike Turquette wrote: +void __clk_unprepare(struct clk *clk) +{ +     if (!clk) +             return; + +     if

Re: snowball does not compile on linux-next

2012-01-03 Thread Paul Larson
On Tue, Jan 3, 2012 at 7:20 AM, Christian Robottom Reis k...@linaro.orgwrote: On Tue, Jan 03, 2012 at 08:19:37AM +0100, Linus Walleij wrote: On Mon, Jan 2, 2012 at 4:25 PM, Christian Robottom Reis k...@linaro.org wrote: On Mon, Jan 02, 2012 at 01:59:10PM +0100, Linus Walleij wrote: On

Re: [U-Boot] [PATCH V2 2/2] Exynos: Fix ARM Clock frequency calculation

2012-01-03 Thread Minkyu Kang
Dear Chander Kashyap, On 19 December 2011 17:56, Chander Kashyap chander.kash...@linaro.org wrote: Earliar ARM clock frequency was calculated by: MOUTAPLL/(DIVAPLL + 1) which is actually returning SCLKAPLL. It is fixed by calculating it as follows: ARMCLK=MOUTCORE / (DIVCORE + 1) / (DIVCORE2

Re: [U-Boot] [PATCH V2 1/2] Exynos: PWM: Add TCMPB3 field in pwm structure

2012-01-03 Thread Minkyu Kang
Dear Chander Kashyap, On 19 December 2011 17:56, Chander Kashyap chander.kash...@linaro.org wrote: Add TCMPB3 field in pwm structure, earliar this was res1. Signed-off-by: Chander Kashyap chander.kash...@linaro.org ---  arch/arm/include/asm/arch-exynos/pwm.h |    2 +-  1 files changed, 1

Re: [U-Boot] [PATCH] Origen: Select SCLKMPLL as FIMD0 parent clock

2012-01-03 Thread Minkyu Kang
Dear Chander Kashyap, On 19 December 2011 15:16, Chander Kashyap chander.kash...@linaro.org wrote: Signed-off-by: Chander Kashyap chander.kash...@linaro.org ---  board/samsung/origen/lowlevel_init.S |    5 +  board/samsung/origen/origen_setup.h  |   12  2 files changed, 17