Re: [PATCH RFC 06/10] ARM: s3c64xx: pm: Add device tree based power domain instantiation

2014-01-13 Thread Mark Brown
On Sun, Jan 12, 2014 at 08:34:10PM +0100, Tomasz Figa wrote: On 12.01.2014 20:29, Mark Brown wrote: On Sat, Jan 11, 2014 at 08:42:48PM +0100, Tomasz Figa wrote: This patch adds support for registering power domains of S3C64xx SoCs and binding devices to them using device tree. +#ifdef

Re: [PATCH RFC 06/10] ARM: s3c64xx: pm: Add device tree based power domain instantiation

2014-01-13 Thread Tomasz Figa
On 13.01.2014 12:09, Mark Brown wrote: On Sun, Jan 12, 2014 at 08:34:10PM +0100, Tomasz Figa wrote: On 12.01.2014 20:29, Mark Brown wrote: On Sat, Jan 11, 2014 at 08:42:48PM +0100, Tomasz Figa wrote: This patch adds support for registering power domains of S3C64xx SoCs and binding devices

Re: [PATCH RFC 06/10] ARM: s3c64xx: pm: Add device tree based power domain instantiation

2014-01-13 Thread Mark Brown
On Mon, Jan 13, 2014 at 01:13:52PM +0100, Tomasz Figa wrote: Power domain control registers are part of the system controller block, which uses the samsung,s3c64*-clock compatible string. I know this is a bit unfortunate, but all registers of this IP block are mapped at the same page and some

Re: [PATCH 0/6] mmc: sdhci-s3c: Fix base clock source management

2014-01-13 Thread Tomasz Figa
Hi Jaehoon, Heiko, On 13.01.2014 06:47, Jaehoon Chung wrote: Hi, All. On 01/13/2014 06:18 AM, Heiko Stübner wrote: Am Samstag, 11. Januar 2014, 22:39:00 schrieb Tomasz Figa: Tested on S3C6410-based Mini6410 board, with following performance figures: * Before this series (133 MHz HCLK always

Re: [PATCH 2/6] clk: samsung: add infrastructure to register CPU clocks

2014-01-13 Thread Thomas Abraham
Hi Tomasz, On Sun, Jan 12, 2014 at 7:17 AM, Tomasz Figa tomasz.f...@gmail.com wrote: Hi Thomas, Lukasz, Let me put my two cents in. On 11.01.2014 05:43, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 6:55 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On

Re: [PATCH 3/6] clk: samsung: register cpu clock provider for exynos4210 SoC

2014-01-13 Thread Thomas Abraham
On Sun, Jan 12, 2014 at 7:49 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On 11.01.2014 06:25, Thomas Abraham wrote: On Fri, Jan 10, 2014 at 7:48 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, Hi Lukasz, On Fri, Jan 10, 2014 at 5:34 PM, Lukasz Majewski

Re: [PATCH 3/6] clk: samsung: register cpu clock provider for exynos4210 SoC

2014-01-13 Thread Thomas Abraham
On Sun, Jan 12, 2014 at 6:28 PM, Tomasz Figa tomasz.f...@gmail.com wrote: On 12.01.2014 13:41, Lukasz Majewski wrote: On Sun, 12 Jan 2014 13:05:47 +0100 Tomasz Figa tomasz.f...@gmail.com wrote: On 12.01.2014 09:23, Lukasz Majewski wrote: Dear All, On 11.01.2014 06:25, Thomas Abraham

Re: [PATCH 1/6] cpufreq: cpufreq-cpu0: allow optional safe voltage during frequency transitions

2014-01-13 Thread Thomas Abraham
Hi Shawn, On Mon, Jan 13, 2014 at 8:44 AM, Shawn Guo shawn@linaro.org wrote: Hi Thomas, On Thu, Jan 09, 2014 at 09:29:20PM +0530, Thomas Abraham wrote: @@ -19,6 +19,10 @@ Optional properties: - cooling-min-level: - cooling-max-level: Please refer to

Re: [PATCH 1/6] cpufreq: cpufreq-cpu0: allow optional safe voltage during frequency transitions

2014-01-13 Thread Shawn Guo
On Mon, Jan 13, 2014 at 07:51:25PM +0530, Thomas Abraham wrote: Yes, true. Thanks for pointing out. Instead of using index, will using a tuple of for safe frequency and safe voltage be fine ? I'm fine with it. Shawn -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc

Re: [PATCH 0/6] cpufreq: use cpufreq-cpu0 driver for exynos4210 based platforms

2014-01-13 Thread Thomas Abraham
On Sun, Jan 12, 2014 at 7:56 AM, Tomasz Figa tomasz.f...@gmail.com wrote: On 10.01.2014 12:59, Thomas Abraham wrote: Hi Lukasz, On Fri, Jan 10, 2014 at 4:02 PM, Lukasz Majewski l.majew...@samsung.com wrote: Hi Thomas, I've investigated the topic for a while, so if you don't mind I will

Re: [PATCH v3] watchdog: s3c2410_wdt: Report when the watchdog reset the system

2014-01-13 Thread Wim Van Sebroeck
Hi Doug, A good watchdog driver is supposed to report when it was responsible for resetting the system. Implement this for the s3c2410, at least on exynos5250 and exynos5420 where we already have a pointer to the PMU registers to read the information. Note that exynos4 SoCs also provide

Re: [PATCH 1/1] drivers: net: silence compiler warning in smc91x.c

2014-01-13 Thread David Miller
From: Sergei Shtylyov sergei.shtyl...@cogentembedded.com Date: Fri, 10 Jan 2014 23:42:41 +0300 Hello. On 01/10/2014 06:04 AM, Pankaj Dubey wrote: If used 64 bit compiler GCC warns that: drivers/net/ethernet/smsc/smc91x.c:1897:7: warning: cast from pointer to integer of different size

Re: [PATCH v2 0/9] cpuidle: rework device state count handling

2014-01-13 Thread Rafael J. Wysocki
On Saturday, January 11, 2014 01:37:29 AM Rafael J. Wysocki wrote: On Friday, December 20, 2013 07:47:22 PM Bartlomiej Zolnierkiewicz wrote: Hi, Some cpuidle drivers assume that cpuidle core will handle cases where device-state_count is smaller than driver-state_count, unfortunately

Re: [PATCH 3/8 v3] crypto:s5p-sss: Add support for SSS module on Exynos

2014-01-13 Thread Vladimir Zapolskiy
Hi Naveen and Tomasz, On 01/10/14 17:44, Tomasz Figa wrote: Hi Naveen, Please see my comments inline. On 10.01.2014 12:42, Naveen Krishna Chatradhi wrote: This patch adds new compatible and variant struct to support the SSS module on Exynos4 (Exynos4210), Exynos5 (Exynos5420 and Exynos5250)

Re: s3c-camif question

2014-01-13 Thread Sylwester Nawrocki
Hi Emad, (adding linux-media at Cc) On 01/13/2014 10:43 PM, Emad Hosseini Moghadam wrote: Dear Mr. Nawrocki, I am writing a driver for an image sensor, using i2c-s3c2410 and s3c-camif platforms,in order to initialize the registers of the image sensor. My cpu is s3c2440 . I have some questions

[PATCH -next] clk: exynos-audss: remove redundant dev_err call in exynos_audss_clk_probe()

2014-01-13 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/clk/samsung/clk-exynos-audss.c | 4 +--- 1 file

Re: [PATCH -next] clk: exynos-audss: remove redundant dev_err call in exynos_audss_clk_probe()

2014-01-13 Thread Jingoo Han
On Tuesday, January 14, 2014 11:06 AM, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn

Re: [PATCH 3/8 v3] crypto:s5p-sss: Add support for SSS module on Exynos

2014-01-13 Thread Naveen Krishna Ch
Hell Vladimir, Tomasz, On 14 January 2014 02:36, Vladimir Zapolskiy v...@mleia.com wrote: Hi Naveen and Tomasz, On 01/10/14 17:44, Tomasz Figa wrote: Hi Naveen, Please see my comments inline. On 10.01.2014 12:42, Naveen Krishna Chatradhi wrote: This patch adds new compatible and