Re: [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-22 Thread Rob Lee
>  static struct cpuidle_state exynos4_cpuidle_set[] = { >        [0] = { > @@ -27,9 +47,17 @@ static struct cpuidle_state exynos4_cpuidle_set[] = { >                .exit_latency           = 1, >                .target_residency       = 10, >                .flags                  = CPUIDLE_FL

[PATCH] ARM: SAMSUNG: change the name from s3c-sdhci to exynos4-sdhci

2012-02-22 Thread Jaehoon Chung
Thomas Arbrahams's patchset have changed the device name in sdhci-s3c.c (mmc: sdhci-s3c: Rework platform data and add device tree support) But didn't change the regulator_consumer name. So maybe didn't initialize the mmc/sd card for exynos4. This patch is fixed that (based-on linux-samsung for-nex

S5P-TV: Warning for regulator unbalanced disables

2012-02-22 Thread Tushar Behera
Hi, After implementing genpd framework for EXYNOS4, (Ref commit 91cfbd4 "ARM: EXYNOS: Hook up power domains to generic power domain infrastructure" in Kukjin's for-next branch), we are getting following warning from s5p-hdmi driver. The test was done on Origen board with code based on 3.3-rc4 and

RE: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Kukjin Kim
Jassi Brar wrote: > Thank you for suggestions. [...] > > > What would be fair is to add the first _two_ lines indicating that > > Samsung maintains the copyright to 2012. > > > OK, but that may not be scalable considering next year too someone > could want to update the copyright to 2013 and s

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Jassi Brar
On Thu, Feb 23, 2012 at 1:05 AM, Russell King - ARM Linux wrote: Just in case you didn't read the ugly thread fully, let me clarify a few points. > That, to me, means that Samsung hold the copyrights, and Jaswinder Singh > was the author of it. Jaswinder has no copyright on the code. Exactly wh

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Russell King - ARM Linux
On Wed, Feb 22, 2012 at 10:50:29PM +0530, Jassi Brar wrote: > > * Based on: > > *       arch/arm/common/pl330.c, arch/arm/include/asm/hardware/pl330.h > > *       Copyright (C) 2010 Samsung Electronics Co Ltd. > > > Doesn't make any sense because arch/arm/common/pl330.c > and arch/arm/include/asm/h

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Russell King - ARM Linux
On Wed, Feb 22, 2012 at 04:42:08PM +0530, Jassi Brar wrote: > On Wed, Feb 22, 2012 at 3:57 PM, Vinod Koul wrote: > > > > Sadly, what a mess!!! > > > > Jassi, you don't own the copyright, your company did, as they employed > > you to do the job. So both your and Kukjin are not correct in claiming >

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Russell King - ARM Linux
On Wed, Feb 22, 2012 at 11:11:49AM +0900, Kukjin Kim wrote: > Unfortunately, I couldn't find his name for dma/pl330.c from my side and > if required, he can do it later. Why should I do? > > I'm very unhappy with this talking and I think, there is no more useful > talking with you. I'd like to kno

Re: [PATCH 1/2] ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx

2012-02-22 Thread Jassi Brar
On 22 February 2012 22:58, Heiko Stübner wrote: > >> No objections on the patch, but please use 'git format-patch -M' when >> moving files so that we can see which parts have changed in the process. > the results of -M look really nice, thanks for the hint and I will try to > remember it :-) > The

Re: [PATCH 1/2] ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx

2012-02-22 Thread Kukjin Kim
On 02/23/12 02:28, Heiko Stübner wrote: Am Mittwoch 22 Februar 2012, 18:18:00 schrieb Arnd Bergmann: On Tuesday 21 February 2012, Heiko Stübner wrote: S3C-SoCs starting with the S3C2443 can share a lot of functionality. The file can collect more common code of these SocS later on and therefore

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Jassi Brar
On Wed, Feb 22, 2012 at 10:59 PM, Kukjin Kim wrote: >>> >>> * Copyright (c) 2012 Samsung Electronics Co., Ltd. >>> *               http://www.samsung.com >>> * >>> * Copyright (C) 2010 Samsung Electronics Co. Ltd. >>> *       Jaswinder Singh >>> * >> >> The following is more appropriate >> >> -  *

Re: [PATCH 2/2] ARM: S3C24XX: Move the DMA base code to mach-s3c24xx

2012-02-22 Thread Kukjin Kim
On 02/23/12 02:21, Arnd Bergmann wrote: On Tuesday 21 February 2012, Heiko Stübner wrote: Signed-off-by: Heiko Stuebner --- arch/arm/mach-s3c24xx/Kconfig | 18 + arch/arm/mach-s3c24xx/Makefile |1 + arch/arm/mach-s3c24xx/dma.c| 1469 arch/

Re: [PATCH v3 4/4] ARM: Exynos4: Add device tree support for gpio wakeup interrupt controller

2012-02-22 Thread Rob Herring
On 02/22/2012 06:14 AM, Thomas Abraham wrote: > Add device tree support for gpio wakeup source interrupt controller > on Exynos4. > > Cc: Rob Herring > Cc: Grant Likely > Signed-off-by: Thomas Abraham For the series: Acked-by: Rob Herring Rob > --- > .../bindings/arm/samsung/wakeup-eint.t

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Kukjin Kim
On 02/23/12 02:20, Jassi Brar wrote: On Wed, Feb 22, 2012 at 10:21 PM, Kukjin Kim wrote: * Copyright (c) 2012 Samsung Electronics Co., Ltd. * http://www.samsung.com * * Copyright (C) 2010 Samsung Electronics Co. Ltd. * Jaswinder Singh * The following is more appropriate -

Re: [PATCH 1/2] ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx

2012-02-22 Thread Heiko Stübner
Am Mittwoch 22 Februar 2012, 18:18:00 schrieb Arnd Bergmann: > On Tuesday 21 February 2012, Heiko Stübner wrote: > > S3C-SoCs starting with the S3C2443 can share a lot of functionality. > > The file can collect more common code of these SocS later on and > > therefore gets a new name to reflect thi

Re: [PATCH 2/2] ARM: S3C24XX: Move the DMA base code to mach-s3c24xx

2012-02-22 Thread Arnd Bergmann
On Tuesday 21 February 2012, Heiko Stübner wrote: > Signed-off-by: Heiko Stuebner > --- > arch/arm/mach-s3c24xx/Kconfig | 18 + > arch/arm/mach-s3c24xx/Makefile |1 + > arch/arm/mach-s3c24xx/dma.c| 1469 > > arch/arm/plat-s3c24xx/Kconfig | 1

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Jassi Brar
On Wed, Feb 22, 2012 at 10:21 PM, Kukjin Kim wrote: > > * Copyright (c) 2012 Samsung Electronics Co., Ltd. > *               http://www.samsung.com > * > * Copyright (C) 2010 Samsung Electronics Co. Ltd. > *       Jaswinder Singh > * The following is more appropriate - * Copyright (C) 2010 Sams

Re: [PATCH 1/2] ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx

2012-02-22 Thread Arnd Bergmann
On Tuesday 21 February 2012, Heiko Stübner wrote: > S3C-SoCs starting with the S3C2443 can share a lot of functionality. > The file can collect more common code of these SocS later on and > therefore gets a new name to reflect this future purpose. > > Signed-off-by: Heiko Stuebner > --- > arch/a

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Kukjin Kim
On 02/22/12 19:27, Vinod Koul wrote: On Wed, 2012-02-22 at 08:01 +0530, Jassi Brar wrote: On Wed, Feb 22, 2012 at 7:41 AM, Kukjin Kim wrote: Sadly, what a mess!!! [...] And Kukjin, It wont hurt by giving credit to your former colleagues, by doing something like: http://permalink.gmane.org/

Re: [PATCH v3 0/6] mmc: sdhci-s3c: Rework platform data and add device tree support

2012-02-22 Thread Mark Brown
On Tue, Feb 21, 2012 at 08:17:41AM -0500, Chris Ball wrote: > Pushed to mmc-next, thanks. (I'm expecting that you'll do the merge > to Linus.) I've been sending patches adding runtime PM support to this driver for a while with no response - are there any issues with those? -- To unsubscribe from

[PATCH v3 4/4] ARM: Exynos4: Add device tree support for gpio wakeup interrupt controller

2012-02-22 Thread Thomas Abraham
Add device tree support for gpio wakeup source interrupt controller on Exynos4. Cc: Rob Herring Cc: Grant Likely Signed-off-by: Thomas Abraham --- .../bindings/arm/samsung/wakeup-eint.txt | 37 + arch/arm/mach-exynos/common.c | 43

[PATCH v3 3/4] ARM: Exynos4: Remove arch_initcall for wakeup interrupt initialization

2012-02-22 Thread Thomas Abraham
The of_irq_init function would be setup to invoke the exynos4_init_irq_eint function when booting using device tree. The arch_initcall for exynos4_init_irq_eint would duplicate its invocation in that case. Hence, arch_initcall for exynos4_init_irq_eint is removed and this function is invoked from t

[PATCH v3 2/4] ARM: Exynos4: Add irq_domain support for gpio wakeup interrupts

2012-02-22 Thread Thomas Abraham
Add a irq_domain for all the 32 gpio external wakeup interrupt sources. Since there are users of fixed linux irq numbers of the external wakeup interrupts, the legacy mapping is used for the irq domain. The fixups required to use irq domain based interrupt mapping is also included. Cc: Grant Likel

[PATCH v3 0/4] ARM: Exynos4: Add irq domain and device tree support for wakeup interrupts

2012-02-22 Thread Thomas Abraham
Changes since v2: - Reworked irq domain support based on v5 of the irq_domain generalization patches. Changes since v1: (only patch 4/4 has changes) - Fixes based on Rob's comments: a. Fixed the function prototype of exynos4_init_irq_eint(void) b. Included interrupt-parent as an optional pro

[PATCH v3 1/4] ARM: Exynos4: Simplify EINT number to linux irq number translation

2012-02-22 Thread Thomas Abraham
The exynos4_get_irq_nr function that converts a given wakeup interrupt source number to a linux irq number is simplified and replaced with the new macro exynos4_irq_eint_to_gic_irq. Signed-off-by: Thomas Abraham --- arch/arm/mach-exynos/common.c | 26 +++--- 1 files changed

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Jassi Brar
On Wed, Feb 22, 2012 at 3:57 PM, Vinod Koul wrote: > > Sadly, what a mess!!! > > Jassi, you don't own the copyright, your company did, as they employed > you to do the job. So both your and Kukjin are not correct in claiming > the copyright!! > Read the thread again. Nobody is claiming the copyrig

Re: [PATCH v3] DMA: PL330: Merge PL330 driver into drivers/dma/

2012-02-22 Thread Vinod Koul
On Wed, 2012-02-22 at 08:01 +0530, Jassi Brar wrote: > On Wed, Feb 22, 2012 at 7:41 AM, Kukjin Kim wrote: Sadly, what a mess!!! Jassi, you don't own the copyright, your company did, as they employed you to do the job. So both your and Kukjin are not correct in claiming the copyright!! Jassi, you

Re: Exynos: Mismatch in BogoMIPS values

2012-02-22 Thread Sachin Kamat
Hi Kukjin, Thanks for the patch. With this, the BogoMIPS value for both cores is the same (1992) (tested on Origen board). Regards, Sachin On 22/02/2012, Kukjin Kim wrote: > Sachin Kamat wrote: >> >> Hi, >> > Hi, > >> The mismatch in BogoMIPS value between two cores (992 and 1992) is not >> s

Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-02-22 Thread Linus Walleij
On Wed, Feb 15, 2012 at 11:48 PM, Mark Brown wrote: > Convert the s3c64xx driver to using the new message queue factored out of > the pl022 driver by Linus Walleij, saving us a nice block of code and > getting the benefits of improvements implemented in the core. > > Signed-off-by: Mark Brown H