[PATCHv4 0/2] ARM: Exynos: JPEG device register

2012-02-21 Thread Andrzej Pietrasiewicz
Dear All, This patch series adds device registration code for JPEG IP found in Exynos4 SoC on universal_c210 and nuri boards. This version is a simplified revision of these patches: http://www.spinics.net/lists/linux-samsung-soc/msg09164.html

[PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210

2012-02-21 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on universal_c210 Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-universal_c210.c |1 + 2 files changed, 2

[PATCH 2/2] ARM: Exynos: Register JPEG on nuri

2012-02-21 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on nuri Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-nuri.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff

RE: [PATCH v2 04/11] ARM: EXYNOS: add interrupt definitions for EXYNOS5250

2012-02-21 Thread Kukjin Kim
Olof Johansson wrote: Hi, Hi Olof, [snip] +#ifdef CONFIG_ARCH_EXYNOS4 + irqs.h seems to be one of the major files that causes conflicts if a combined EXYNOS4+5 kernel is built (after editing Kconfig to allow both). Can you please try to come up with a way to allow both of them to

Re: [PATCH 09/12] ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/

2012-02-21 Thread Heiko Stübner
Hi Kgene, Am Mittwoch, 15. Februar 2012, 23:55:43 schrieb Kukjin Kim: This patch moves S3C2416 stuff into mach-s3c24xx/ directory so that we can merge the s3c24 series' directories to the just one mach-s3c24xx/ directory. Cc: Ben Dooks ben-li...@fluff.org Signed-off-by: Kukjin Kim

RE: [PATCH V6 0/5] ARM: exynos4210: Add l2 retention mode cpuidle state

2012-02-21 Thread Kukjin Kim
Amit Daniel Kachhap wrote: Changes since V5: *Rebased the patchset against kernel 3.3-rc4 *Added correct flag for exynos4210 evt1 based board *Removed CONFIG_OF from l2 cache configuration as suggested by Olof Johansson o...@lixom.net Changes since V4: *Rebased the patchset against

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

2012-02-21 Thread Kukjin Kim
Tushar Behera wrote: Hi Amit, On 02/21/2012 11:49 AM, Amit Daniel Kachhap wrote: This patch adds support AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver. L2 cache keeps their data in this mode. This patch ports the code to the latest interfaces to save/restore CPU state inclusive of

RE: [PATCH 09/12] ARM: S3C2416: move mach-s3c2416/* into mach-s3c24xx/

2012-02-21 Thread Kukjin Kim
Heiko Stübner wrote: Hi Kgene, Hi, Am Mittwoch, 15. Februar 2012, 23:55:43 schrieb Kukjin Kim: This patch moves S3C2416 stuff into mach-s3c24xx/ directory so that we can merge the s3c24 series' directories to the just one mach-s3c24xx/ directory. Cc: Ben Dooks ben-li...@fluff.org

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

2012-02-21 Thread Kukjin Kim
Kukjin Kim wrote: From: Boojin Kim boojin@samsung.com Currently there were two part of DMAC PL330 driver for support old styled s3c-pl330 which has been merged into drivers/dma/pl330.c driver. Actually, there is no reason to separate them now. Basically this patch merges

Re: [PATCH] ARM: EXYNOS: Add WLAN init on ORIGEN

2012-02-21 Thread Sangwook Lee
On 16 February 2012 20:13, Sylwester Nawrocki snj...@gmail.com wrote: Hi Sangwook, On 02/16/2012 03:55 PM, Sangwook Lee wrote: Add WLAN init code on Origen for both hw2.1.1 and hw2.0 in AR6003 Signed-off-by: Sangwook Leesangwook@linaro.org ---  arch/arm/mach-exynos/mach-origen.c |  

[PATCH v2] ARM: EXYNOS: Support DMA for Exynos5250 SoC

2012-02-21 Thread Kukjin Kim
From: Boojin Kim boojin@samsung.com mach-exynos/dma.c is updated to support both exynos4 and exynos5. Signed-off-by: Boojin Kim boojin@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- Changes since v1: - updated latest for-next and arm-soc/depends/rmk/for-armsoc

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

2012-02-21 Thread Kukjin Kim
Chris Ball wrote: Hi, Hi, On Thu, Feb 16 2012, Kukjin Kim wrote: I mean if I or you create topic branch for this whole series, can be merged into both tree for avoiding conflicts with further working. Of course, the topic branch don't have to rebase after merging into each tree.

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

2012-02-21 Thread Chris Ball
Hi, On Tue, Feb 21 2012, Kukjin Kim wrote: I created topic branch for this we talked. You can pull that following: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git v3.4-for-cjb If any problems, please kindly let me know. Pushed to mmc-next, thanks. (I'm expecting

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

2012-02-21 Thread Jassi Brar
On Thu, Feb 16, 2012 at 2:57 AM, Kukjin Kim kgene@samsung.com wrote: From: Boojin Kim boojin@samsung.com Currently there were two part of DMAC PL330 driver for support old styled s3c-pl330 which has been merged into drivers/dma/pl330.c driver. Actually, there is no reason to separate

[PATCH 0/2] Move some stuff into the new mach-s3c24xx

2012-02-21 Thread Heiko Stübner
Hi, These two patches move the s3c2443 common clock code and the dma base code from plat-s3c24xx to mach-s3c24xx and apply on top of the current s3c24xx-cleanup topic-branch. The s3c2443-clock.c got a common-s3c2443.c name, to hold more common code for s3c2443/2416/2450 later on. I'm still not

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

2012-02-21 Thread Heiko Stübner
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 he...@sntech.de --- arch/arm/mach-s3c24xx/Kconfig | 14 +-

Subject: [PATCH] MAINTAINERS: add maintainer entry for SAMSUNG EXYNOS DeviceTree

2012-02-21 Thread Kukjin Kim
Add Samsung EXYNOS DT maintainer Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Kukjin Kim kgene@samsung.com --- MAINTAINERS | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS

Re: Subject: [PATCH] MAINTAINERS: add maintainer entry for SAMSUNG EXYNOS DeviceTree

2012-02-21 Thread Kyungmin Park
Hi, I agree adding Thomas as DT maintainer. but I didn't see any activity with Mr. Kim at least DT area. Partially Ack. On 2/22/12, Kukjin Kim kgene@samsung.com wrote: Add Samsung EXYNOS DT maintainer Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Grant Likely

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

2012-02-21 Thread Kukjin Kim
Jassi Brar wrote: On Thu, Feb 16, 2012 at 2:57 AM, Kukjin Kim kgene@samsung.com wrote: From: Boojin Kim boojin@samsung.com Currently there were two part of DMAC PL330 driver for support old styled s3c-pl330 which has been merged into drivers/dma/pl330.c driver. Actually, there

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

2012-02-21 Thread Jassi Brar
On Wed, Feb 22, 2012 at 5:52 AM, Kukjin Kim kgene@samsung.com wrote: And since she has been doing these updates on behalf of Samsung, she has added attribution to Samsung also (which you never did while at Samsung). What the bloody fuck ?!! Can't you read this ? .

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

2012-02-21 Thread Kukjin Kim
Jassi Brar wrote: On Wed, Feb 22, 2012 at 5:52 AM, Kukjin Kim kgene@samsung.com wrote: And since she has been doing these updates on behalf of Samsung, she has added attribution to Samsung also (which you never did while at Samsung). What the bloody fuck ?!! Don't blame :( Why

Re: Subject: [PATCH] MAINTAINERS: add maintainer entry for SAMSUNG EXYNOS DeviceTree

2012-02-21 Thread Thomas Abraham
On 22 February 2012 05:46, Kukjin Kim kgene@samsung.com wrote: Add Samsung EXYNOS DT maintainer Cc: Thomas Abraham thomas.abra...@linaro.org Cc: Grant Likely grant.lik...@secretlab.ca Signed-off-by: Kukjin Kim kgene@samsung.com ---  MAINTAINERS |   10 ++  1 files changed,

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

2012-02-21 Thread Jassi Brar
On Wed, Feb 22, 2012 at 7:41 AM, Kukjin Kim kgene@samsung.com wrote: Can't you read this ? . As I know, the Copyright can belong to a person or company. See my patches in mainline. I meant that. Of course, it depends on writer. - /*

ARM: Exynos: Mismatch in BogoMIPS values

2012-02-21 Thread Sachin Kamat
Hi, The mismatch in BogoMIPS value between two cores (992 and 1992) is not specific to Origen board. The same is observed on SMDKV310 board as well. It looks like a common Exynos machine problem. Including the mailing list for wider dissemination. On 21/02/2012, Sangwook Lee

Re: ARM: Exynos: Mismatch in BogoMIPS values

2012-02-21 Thread Tushar Behera
On 02/22/2012 11:01 AM, Sachin Kamat wrote: Hi, The mismatch in BogoMIPS value between two cores (992 and 1992) is not specific to Origen board. The same is observed on SMDKV310 board as well. It looks like a common Exynos machine problem. Including the mailing list for wider

RE: Exynos: Mismatch in BogoMIPS values

2012-02-21 Thread Kukjin Kim
Sachin Kamat wrote: Hi, Hi, The mismatch in BogoMIPS value between two cores (992 and 1992) is not specific to Origen board. The same is observed on SMDKV310 board as well. It looks like a common Exynos machine problem. Including the mailing list for wider dissemination. I think,