[PATCH] clk: samsung: pll: bugfix about segmentation fault

2014-02-09 Thread taikyung yu
init has pll initialization information. but it is local variable. so it is just valid in samsung_clk_register_pll2550x() function. Signed-off-by: taikyung yu taikyung...@gmail.com --- drivers/clk/samsung/clk-pll.c | 61 + 1 file changed, 37

[PATCH] ARM: s3c24xx: get rid of unneeded selects

2014-02-09 Thread Paul Bolle
Commit c67d0f29262b (ARM: s3c24xx: get rid of custom mach/gpio.h) got rid of the Kconfig symbols S3C24XX_GPIO_EXTRA64 and S3C24XX_GPIO_EXTRA128. It missed one select of both of these symbols, so get rid of those now. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Untested.

Re: [PATCH] clk: samsung: pll: bugfix about segmentation fault

2014-02-09 Thread Tomasz Figa
Hi, On 09.02.2014 13:51, taikyung yu wrote: init has pll initialization information. but it is local variable. so it is just valid in samsung_clk_register_pll2550x() function. Signed-off-by: taikyung yu taikyung...@gmail.com --- drivers/clk/samsung/clk-pll.c | 61

[PATCH 22/28] Remove S3C24XX_GPIO_EXTRA128

2014-02-09 Thread Richard Weinberger
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger rich...@nod.at --- arch/arm/mach-s3c24xx/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 1c67f04..bb1fa603 100644 ---

[PATCH 13/28] Remove S3C24XX_GPIO_EXTRA64

2014-02-09 Thread Richard Weinberger
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger rich...@nod.at --- arch/arm/mach-s3c24xx/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index d876431..1c67f04 100644 ---

Re: [PATCH 08/12] clk: samsung: add clock controller driver for s3c2410, s3c2440 and s3c2442

2014-02-09 Thread Tomasz Figa
Hi Heiko, On 13.12.2013 14:01, Heiko Stübner wrote: This driver can handle the clock controllers of the socs mentioned above, as they share a common clock tree with only small differences. [snip] diff --git a/drivers/clk/samsung/clk-s3c2410.c b/drivers/clk/samsung/clk-s3c2410.c new file

Re: [PATCH 04/28] Remove EXYNOS_DEV_SYSMMU

2014-02-09 Thread Sachin Kamat
+cc linux-samsung-soc list On 10 February 2014 01:38, Paul Bolle pebo...@tiscali.nl wrote: On Sun, 2014-02-09 at 19:47 +0100, Richard Weinberger wrote: The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger rich...@nod.at --- drivers/iommu/Kconfig | 2 +- 1 file

Re: [PATCH 1/1] ARM: EXYNOS: Consolidate Kconfig entries

2014-02-09 Thread Sachin Kamat
On 7 February 2014 22:03, Tomasz Figa t.f...@samsung.com wrote: On 06.02.2014 19:59, Olof Johansson wrote: On Thu, Feb 6, 2014 at 10:43 AM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: Well, once again, seeing some numbers would be good. :) What numbers do you want? Size

Re: [PATCH v2 1/2] PM / OPP: Allow boost frequency to be looked up from device tree

2014-02-09 Thread Lukasz Majewski
Hi Thomas, Sudeep On Fri, Feb 7, 2014 at 9:31 PM, Sudeep Holla sudeep.ho...@arm.com wrote: On 07/02/14 15:19, Thomas Abraham wrote: From: Thomas Abraham thomas...@samsung.com Commit 6f19efc0 (cpufreq: Add boost frequency support in core) adds support for CPU boost mode. This patch

Re: [PATCH v2 2/2] Documentation: devicetree: Add boost-frequency binding to list boost mode frequency

2014-02-09 Thread Lukasz Majewski
Hi Thomas, Sudeep, On Fri, Feb 7, 2014 at 11:32 PM, Sudeep Holla sudeep.ho...@arm.com wrote: On 07/02/14 17:37, Nishanth Menon wrote: On Fri, Feb 7, 2014 at 11:31 AM, Sudeep Holla sudeep.ho...@arm.com wrote: [...] Yes I think its counter-intuitive as it's visible to the

Re: [PATCH v2 2/2] Documentation: devicetree: Add boost-frequency binding to list boost mode frequency

2014-02-09 Thread Lukasz Majewski
Hi Thomas, Sudeep, On Sat, Feb 8, 2014 at 1:11 AM, Nishanth Menon n...@ti.com wrote: On Fri, Feb 7, 2014 at 12:02 PM, Sudeep Holla sudeep.ho...@arm.com wrote: On 07/02/14 17:37, Nishanth Menon wrote: On Fri, Feb 7, 2014 at 11:31 AM, Sudeep Holla sudeep.ho...@arm.com wrote: [...]