Re: [PATCH RESEND] thermal: add generic cpufreq cooling implementation

2012-09-10 Thread Valentin, Eduardo
Hello Rui and Amit, On Mon, Sep 10, 2012 at 9:25 AM, Zhang Rui rui.zh...@intel.com wrote: Refreshed to remove the notifier mechanism as we do not have a real user of it. if there is no problem, I'll apply the whole patch set to thermal next tree. From: Amit Daniel Kachhap

Re: [PATCH RESEND] thermal: add generic cpufreq cooling implementation

2012-09-10 Thread Zhang Rui
On δΈ€, 2012-09-10 at 09:50 +0300, Valentin, Eduardo wrote: Hello Rui and Amit, On Mon, Sep 10, 2012 at 9:25 AM, Zhang Rui rui.zh...@intel.com wrote: Refreshed to remove the notifier mechanism as we do not have a real user of it. if there is no problem, I'll apply the whole patch set to

[PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-10 Thread Leela Krishna Amudala
This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 34 +++

Re: [PATCH 1/2] i2c: s3c2410: add optional pin configuration using pinctrl interface

2012-09-10 Thread Stephen Warren
On 09/06/2012 05:06 AM, Thomas Abraham wrote: On 6 September 2012 15:04, Tomasz Figa t.f...@samsung.com wrote: Hi, This patch shows the problem of the need to explicitly migrate all drivers to pinctrl. Maybe we should consider extending the pinctrl subsystem to set the default state

Re: [PATCH 2/2] ARM: dts: exynos4: allow i2c0 bus to be configured using pinctrl interface

2012-09-10 Thread Stephen Warren
On 09/06/2012 05:14 AM, Thomas Abraham wrote: On 6 September 2012 15:43, Tomasz Figa t.f...@samsung.com wrote: Hi Thomas, On Thursday 06 of September 2012 14:53:01 Thomas Abraham wrote: compatible = samsung,s3c2440-i2c; reg = 0x1386 0x100;

Re: [PATCH 1/2] i2c: s3c2410: add optional pin configuration using pinctrl interface

2012-09-10 Thread Linus Walleij
On Thu, Sep 6, 2012 at 2:28 PM, Tomasz Figa t.f...@samsung.com wrote: Thanks for your comments. On Thursday 06 of September 2012 16:36:08 Thomas Abraham wrote: This patch shows the problem of the need to explicitly migrate all drivers to pinctrl. Maybe we should consider extending the

Re: [PATCH 1/2] i2c: s3c2410: add optional pin configuration using pinctrl interface

2012-09-10 Thread Linus Walleij
On Thu, Sep 6, 2012 at 11:23 AM, Thomas Abraham thomas.abra...@linaro.org wrote: Add optional support for i2c bus pin configuration using pinctrl interface Cc: Ben Dooks ben-li...@fluff.org Signed-off-by: Thomas Abraham thomas.abra...@linaro.org (...) diff --git

Re: [linux-pm] [PATCH RESEND] thermal: add generic cpufreq cooling implementation

2012-09-10 Thread Rafael J. Wysocki
On Monday, September 10, 2012, Rafael J. Wysocki wrote: On Monday, September 10, 2012, Zhang Rui wrote: Refreshed to remove the notifier mechanism as we do not have a real user of it. if there is no problem, I'll apply the whole patch set to thermal next tree. From: Amit Daniel

Re: [linux-pm] [PATCH RESEND] thermal: add generic cpufreq cooling implementation

2012-09-10 Thread Rafael J. Wysocki
On Monday, September 10, 2012, Zhang Rui wrote: Refreshed to remove the notifier mechanism as we do not have a real user of it. if there is no problem, I'll apply the whole patch set to thermal next tree. From: Amit Daniel Kachhap amit.kach...@linaro.org Date: Thu, 16 Aug 2012 17:11:40

Re: [PATCH] ARM: EXYNOS5: Add bus clock and set parent clock for FIMD

2012-09-10 Thread Jingoo Han
On Tuesday, September 11, 2012 5:11 AM Leela Krishna Amudala wrote This patch adds the bus clock for FIMD and changes the device name for lcd clock also sets mout_mpll_user as parent clock to fimd Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com ---