Re: [PATCH 6/6] mmc: sdhci-s3c: Add device tree support

2012-01-30 Thread Heiko Stübner
Am Mittwoch, 2. November 2011, 21:36:03 schrieb Thomas Abraham: Hi Thomas, in patch 1/6: +static struct platform_device_id sdhci_s3c_driver_ids[] = { + { + .name = s3c-sdhci, + .driver_data= (kernel_ulong_t)NULL, + }, + { +

Re: ARM/ARM-SoC plans for v3.4 merge window

2012-01-30 Thread Nicolas Ferre
On 01/29/2012 12:57 AM, Olof Johansson : Hi, On Thu, Jan 26, 2012 at 1:23 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: And we're now there. So... Arnd, Olaf, Please incorporate the latest ARM (for-armsoc branch) changes, which can be found at:

Re: [PATCH v8 2/2] iommu/exynos: Add iommu driver for Exynos Platforms

2012-01-30 Thread KyongHo Cho
On Fri, Jan 27, 2012 at 11:13 AM, Kukjin Kim kgene@samsung.com wrote: KyongHo Cho wrote: Hi, On Mon, Jan 23, 2012 at 11:27 PM, Joerg Roedel j...@8bytes.org wrote: Hi, please also get and inclue Acks from the Exynos maintainer for the next post. Since I have a compiling config for

Re: [PATCH 0/3] spi/s3c64xx diagnostic and PM updates

2012-01-30 Thread Grant Likely
On Sat, Jan 21, 2012 at 03:13:41PM +, Mark Brown wrote: On Sat, Jan 21, 2012 at 07:27:23AM -0700, Grant Likely wrote: Pushed out to git://git.secretlab.ca/git/linux-2.6.git spi/merge. I'll ask Linus to pull in a couple of days after it has hit linux-next. Thanks. Obviously it'd be

Re: [PATCH] watchdog: fix error in probe() of s3c2410_wdt (reset at booting)

2012-01-30 Thread Wim Van Sebroeck
Hi, Yes, if we set wdt_count value properly before request_irq, it's fine. Anyway, as registering the device (watchdog_register_device()) may be done after request_irq without any problem, moving request_irq right before it, not after it should be fine. So what that be attached patch then?

Re: [PATCH] cpufreq: Add S3C2416/S3C2450 cpufreq driver

2012-01-30 Thread Heiko Stübner
Am Samstag 14 Januar 2012, 22:09:57 schrieb Heiko Stübner: The S3C2416/S3C2450 SoCs support two sources for the armclk. The first source is the so called armdiv which divides the msysclk down to provide necessary cpu rates. In this mode the core voltage must be always at 1.3V. The frequency

Re: [PATCH 6/6] mmc: sdhci-s3c: Add device tree support

2012-01-30 Thread Grant Likely
On Mon, Jan 30, 2012 at 10:51:11AM +0100, Heiko Stübner wrote: Am Mittwoch, 2. November 2011, 21:36:03 schrieb Thomas Abraham: Hi Thomas, in patch 1/6: +static struct platform_device_id sdhci_s3c_driver_ids[] = { + { + .name = s3c-sdhci, +

Re: [PATCH] mmc: core: Fix Low speed mmc card detection failure

2012-01-30 Thread Girish K S
Hi Chris, can you consider this patch in your next branch. regards Girish K S On 19 January 2012 08:56, Girish K S girish.shivananja...@linaro.org wrote: This patch fixes the failure of low speed mmc card detection Signed-off-by: Girish K S girish.shivananja...@linaro.org ---  

Re: [PATCH 0/6] ARM: SAMSUNG: Board updates and minor fixes

2012-01-30 Thread Kukjin Kim
On 01/27/12 18:25, Sylwester Nawrocki wrote: On 01/27/2012 02:34 AM, Kukjin Kim wrote: OK, looks good to me, will apply in my v3.3-samsung-fixes-2 for 6/6 and next/board-samsung for others. Thank you, it would be good to also get patches 4/6, 5/6, ARM: SAMSUNG: Correct M-5MOLS sensor clock

Re: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2012-01-30 Thread Kukjin Kim
On 01/30/12 14:15, Sachin Kamat wrote: Hi Kukjin, Ping. Hi Sachin, I looked at your reply on Sylwester's comments, PATCH 3/4. I'd like to apply all of this series after your re-submitting. Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com, Senior Engineer, SW Solution

Re: [PATCH 0/3] ARM: EXYNOS/S5PV210: Add missing FIMC media device

2012-01-30 Thread Kukjin Kim
On 12/29/11 15:29, Sachin Kamat wrote: FIMC media device (md) registers all required video nodes. This is required for functioning of FIMC devices. Thanks to Sylwester Nawrocki for pointing this out. This patchset is based on the latest for-next branch of Kukjin Kim's tree. Sachin Kamat (3):

[PATCH 0/3] ARM: EXYNOS: cleanup clock part

2012-01-30 Thread Kukjin Kim
Basically, this patch changes the clock.c in mach-exynos/ to clock-exynos4.c at the same directory and this is neeed to support for new EXYNOS SoC, and the prefix of the clk register from S5P_ to EXYNOS4_ to use it clearly. [PATCH 1/3] ARM: EXYNOS: cleanup clock part for new EXYNOS SoCs [PATCH

[PATCH 2/3] [CPUFREQ] EXYNOS4210: update the name of EXYNOS clock register

2012-01-30 Thread Kukjin Kim
According to replacing the name of EXYNOS clock registers, this patch updates exynos4210-cpufreq.c file where it is used. Cc: Jaecheol Lee jc@samsung.com Cc: Dave Jones da...@redhat.com Signed-off-by: Kukjin Kim kgene@samsung.com --- drivers/cpufreq/exynos4210-cpufreq.c | 70

[PATCH 3/3] PM / devfreq: update the name of EXYNOS clock register

2012-01-30 Thread Kukjin Kim
According to replacing the name of EXYNOS clock registers, this patch updates exynos4_bus.c file where it is used. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- drivers/devfreq/exynos4_bus.c | 224

Re: [PATCH 0/4] ARM: S5PV210: Enable FIMC and MFC on SMDK C110 and V210 boards

2012-01-30 Thread Sachin Kamat
Hi Kukjin, On 31 January 2012 09:47, Kukjin Kim kgene@samsung.com wrote: On 01/30/12 14:15, Sachin Kamat wrote: Hi Kukjin, Ping. Hi Sachin, I looked at your reply on Sylwester's comments, PATCH 3/4. I'd like to apply all of this series after your re-submitting. I have already

Re: [PATCH 3/3] PM / devfreq: update the name of EXYNOS clock register

2012-01-30 Thread MyungJoo Ham
On Tue, Jan 31, 2012 at 1:49 PM, Kukjin Kim kgene@samsung.com wrote: According to replacing the name of EXYNOS clock registers, this patch updates exynos4_bus.c file where it is used. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by:

Re: [PATCH] watchdog: fix error in probe() of s3c2410_wdt (reset at booting)

2012-01-30 Thread MyungJoo Ham
On Tue, Jan 31, 2012 at 4:01 AM, Wim Van Sebroeck w...@iguana.be wrote: Hi, Yes, if we set wdt_count value properly before request_irq, it's fine. Anyway, as registering the device (watchdog_register_device()) may be done after request_irq without any problem, moving request_irq right

RE: [PATCH v2 1/2] PM / Domains: Add OF support

2012-01-30 Thread Kukjin Kim
Rafael J. Wysocki wrote: On Tuesday, January 17, 2012, Kukjin Kim wrote: Rafael J. Wysocki wrote: On Saturday, January 07, 2012, Thomas Abraham wrote: A device node pointer is added to generic pm domain structure to associate the domain with a node in the device tree. The

Re: [PATCH] ARM: S5PV210: Add G2D to mach-s5pv210

2012-01-30 Thread Sachin Kamat
Ping Kukjin... On 2 January 2012 15:01, Sachin Kamat sachin.ka...@linaro.org wrote: Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---  arch/arm/mach-s5pv210/include/mach/map.h |    3 +++  1 files changed, 3 insertions(+), 0 deletions(-) diff --git

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

2012-01-30 Thread Kukjin Kim
Hi Arnd, Olof, Please pull 2nd Samsung fixes for v3.3, from following: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.3-samsung-fixes-2 If any problems, please kindly let me know. Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com, Senior Engineer, SW

Re: [PATCH 6/6] mmc: sdhci-s3c: Add device tree support

2012-01-30 Thread Heiko Stübner
Am Montag 30 Januar 2012, 20:01:14 schrieb Grant Likely: On Mon, Jan 30, 2012 at 10:51:11AM +0100, Heiko Stübner wrote: Am Mittwoch, 2. November 2011, 21:36:03 schrieb Thomas Abraham: Hi Thomas, in patch 1/6: +static struct platform_device_id sdhci_s3c_driver_ids[] = { + {

RE: [PATCH 3/3] PM / devfreq: update the name of EXYNOS clock register

2012-01-30 Thread Kukjin Kim
MyungJoo Ham wrote: On Tue, Jan 31, 2012 at 1:49 PM, Kukjin Kim kgene@samsung.com wrote: According to replacing the name of EXYNOS clock registers, this patch updates exynos4_bus.c file where it is used. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Kyungmin Park

RE: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412

2012-01-30 Thread Kukjin Kim
Kukjin Kim wrote: This should be added for EXYNOS4212 and EXYNOS4412 SoCs. Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Greg Kroah-Hartman gre...@suse.de Cc: sta...@kerne.org Oops, should be 'Cc: sta...@kernel.org' Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com,

RE: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412

2012-01-30 Thread Joe Perches
On Tue, 2012-01-31 at 15:25 +0900, Kukjin Kim wrote: Kukjin Kim wrote: This should be added for EXYNOS4212 and EXYNOS4412 SoCs. Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Greg Kroah-Hartman gre...@suse.de Cc: sta...@kerne.org Oops, should be 'Cc: sta...@kernel.org' You mean

Re: [PATCH] serial: samsung: Add support serial for EXYNOS4212 and EXYNOS4412

2012-01-30 Thread Namhyung Kim
Hello, 2012-01-31 3:25 PM, Kukjin Kim wrote: Kukjin Kim wrote: This should be added for EXYNOS4212 and EXYNOS4412 SoCs. Cc: Thomas Abrahamthomas.abra...@linaro.org Cc: Greg Kroah-Hartmangre...@suse.de Cc: sta...@kerne.org Oops, should be 'Cc: sta...@kernel.org' No, it should be 'Cc: