[PATCH] cpufreq: exynos: Get booting freq value in exynos_cpufreq_init

2013-01-07 Thread Jonghwan Choi
Boot_freq is for saving booting freq. But exynos_cpufreq_cpu_init is called in hotplug. If boot_freq is existed in exynos_cpufreq_cpu_init, boot_freq could be changed. Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com --- drivers/cpufreq/exynos-cpufreq.c |4 ++-- 1 files changed, 2

[PATCH] arch/arm/mach-s5pv210: adding ifdef CONFIG_CPU_S5PV210 to fix compiling issue

2013-01-07 Thread Chen Gang
if not define CONFIG_CPU_S5PV210 it will define NULL in common.h for: s5pv210_map_io, s5pv210_init_clocks, s5pv210_init, s5pv210_init_uarts so need using #ifdef CONFIG_CPU_S5PV210 for them too, in common.c. or compiling issue will occur. Signed-off-by: Chen Gang

[PATCH] ARM: dts: correct the dw-mshc timing properties as per binding

2013-01-07 Thread Alim Akhtar
As per the current exynos-dw-mshc bindings, dw-mshc-sdr-timing and dw-mshc-ddr-timing properties are having only two cells, these properties are wrongly set for exynos5250 based cros5250 and smdk5250 platfroms. This patch corrects above timing propreties for above platfroms Signed-off-by: Alim

Re: [PATCH] arch/arm/mach-s5pv210: adding ifdef CONFIG_CPU_S5PV210 to fix compiling issue

2013-01-07 Thread Chen Gang
于 2013年01月07日 17:36, Chen Gang 写道: +#ifdef CONFIG_CPU_S5PV210 + struct bus_type s5pv210_subsys = { .name = s5pv210-core, .dev_name = s5pv210-core, sorry, it is my fault. should let s5pv210_subsys outside of #ifdef CONFIG_CPU_S5PV210. it is used in

Re: [PATCH 1/2] i2c-s3c2410: Leave the bus disabled unless it is in use

2013-01-07 Thread Naveen Krishna Ch
On 29 November 2012 20:14, Kyungmin Park kmp...@infradead.org wrote: Acked-by: Kyungmin Park kyungmin.p...@samsung.com I don't see this patch landed any where in linux-i2c tree, Though it was acked. Was it missed or should i be doing something for this to be merged ?? On Thu, Nov 29, 2012 at

Re: [PATCH] i2c: samsung: resume race fix

2013-01-07 Thread Naveen Krishna Ch
On 7 November 2012 16:14, Jean Delvare kh...@linux-fr.org wrote: On Wed, 07 Nov 2012 15:58:26 +0530, Naveen Krishna Chatradhi wrote: Don't unmark the device as suspended until after it's been re-setup. The main race would be w.r.t. an i2c driver that gets resumed at the same time

Re: [PATCH 1/2] ARM: exynos5: Add gate clocks for HS-I2C

2013-01-07 Thread Naveen Krishna Ch
On 28 December 2012 17:10, Naveen Krishna Chatradhi ch.nav...@samsung.com wrote: Adds clock gating bits for High Speed I2C channels 0, 1, 2 and 3. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com --- arch/arm/mach-exynos/clock-exynos5.c | 24 1 file

Re: [PATCH] i2c: samsung: resume race fix

2013-01-07 Thread Jean Delvare
On Mon, 7 Jan 2013 17:35:25 +0530, Naveen Krishna Ch wrote: On 7 November 2012 16:14, Jean Delvare kh...@linux-fr.org wrote: On Wed, 07 Nov 2012 15:58:26 +0530, Naveen Krishna Chatradhi wrote: Don't unmark the device as suspended until after it's been re-setup. The main race would be

[PATCH v2] arch/arm/mach-s5pv210: adding ifdef CONFIG_CPU_S5PV210 to fix compiling issue

2013-01-07 Thread Chen Gang
if not define CONFIG_CPU_S5PV210 it will define NULL in common.h for: s5pv210_map_io, s5pv210_init_clocks, s5pv210_init, s5pv210_init_uarts so need using #ifdef CONFIG_CPU_S5PV210 for them too, in common.c. or compiling issue will occur. Signed-off-by: Chen Gang

Re: [PATCH] ARM: dts: correct the dw-mshc timing properties as per binding

2013-01-07 Thread Doug Anderson
Alim, On Mon, Jan 7, 2013 at 3:19 AM, Alim Akhtar alim.akh...@samsung.com wrote: As per the current exynos-dw-mshc bindings, dw-mshc-sdr-timing and dw-mshc-ddr-timing properties are having only two cells, these properties are wrongly set for exynos5250 based cros5250 and smdk5250 platfroms.

[PATCH] ARM: dts: exynos5250: Set HDMI version to v1.4

2013-01-07 Thread Sean Paul
Set the HDMI version to v1.4 for all exynos5250 targets. This property was previously being inferred by the existence of the hdmi node. Signed-off-by: Sean Paul seanp...@chromium.org --- arch/arm/boot/dts/exynos5250.dtsi |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[GIT PULL] Samsung fixes-2 for v3.8

2013-01-07 Thread Kukjin Kim
Hi Arnd, Olof Here is Samsung-fixes-2 for v3.8. Most of them are EXYNOS5440 fixes which are for changing uart console, cpu id (typo) and silent complaining gpio error in kernel boot. If any problems, please kindly let me know. Thanks and a very happy new year. - Kukjin The following changes

Re: [PATCH] ARM: EXYNOS: skip the clock initialization for exynos5440

2013-01-07 Thread Olof Johansson
Hi, On Mon, Dec 31, 2012 at 3:33 PM, Kukjin Kim kgene@samsung.com wrote: Since exynos5440 can support only common clk stuff, so this patch skips legacy exynos5 clock initialization. Signed-off-by: Kukjin Kim kgene@samsung.com --- arch/arm/mach-exynos/common.c |7 +++ 1

Re: [GIT PULL] Samsung fixes-2 for v3.8

2013-01-07 Thread Olof Johansson
Hi, On Mon, Jan 7, 2013 at 3:33 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof Here is Samsung-fixes-2 for v3.8. Most of them are EXYNOS5440 fixes which are for changing uart console, cpu id (typo) and silent complaining gpio error in kernel boot. If any problems, please kindly