Re: PATCH: ARM: S5PV210: Add USB EHCI support for SMDKV210 board

2011-12-23 Thread Angus Gratton
On Sat, 2011-12-24 at 13:21 +1100, Angus Gratton wrote: > Signed-off-by: Angus Gratton > > --- > (This is my first kernel patch submission, so apologies in advance for > any mistakes.) > > Support is adapted from in EHCI in an older kernel & from the current > mach-exynos EHCI support. I've trie

RE: [PATCH 1/3] s5p-g2d: add G2D to plat-s5p and mach-exynos4

2011-12-23 Thread Kukjin Kim
Kamil Debski wrote: > > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-exynos/include/mach/map.h |3 +++ > arch/arm/plat-s5p/Kconfig |5 + > arch/arm/plat-samsung/devs.c | 28 > arch/arm/

RE: [PATCH 0/3] Samsung S5P platform modification required for G2D driver

2011-12-23 Thread Kukjin Kim
Kamil Debski wrote: > > Hi, > > This series of patches contains necessary platform modification required > by the > G2D driver. G2D is a 2D-graphics acceleration engine present in the > S5PC110 and > Exynos4 Samsung SoCs. > > The patches have been rebased to the newest kgene/for-next branch. The

RE: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-23 Thread Kukjin Kim
Kyungmin Park wrote: > > On 12/20/11, Mark Brown wrote: > > On Mon, Dec 12, 2011 at 11:32:28PM +0900, Kyungmin Park wrote: > >> On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown > > > >> > I'm not sure I understand why we would not be ready to do things like > >> > this? I'd also expect that doing thi

PATCH: ARM: S5PV210: Add USB EHCI support for SMDKV210 board

2011-12-23 Thread Angus Gratton
Signed-off-by: Angus Gratton --- (This is my first kernel patch submission, so apologies in advance for any mistakes.) Support is adapted from in EHCI in an older kernel & from the current mach-exynos EHCI support. I've tried to duplicate the mach-exynos code layout. I don't actually have an SM

RE: [CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driver

2011-12-23 Thread Kukjin Kim
Kukjin Kim wrote: > > Dave Jones wrote: > > > > On Wed, Dec 07, 2011 at 11:44:21AM +0900, Kukjin Kim wrote: > > > From: Jaecheol Lee > > > > > > To support various EXYNOS series SoCs commonly, > > > added exynos common structure. > > > exynos-cpufreq.c => EXYNOS series common cpufreq driver

RE: Pull Requeset: Exynos4 Register Address Update for Devfreq Drivers.

2011-12-23 Thread Kukjin Kim
MyungJoo Ham wrote: > > Hello, > Hi, > Please pull the patches for Exynos4 SoCs that support devfreq device > drivers for Exynos4210/4212/4412. > > The patches are: > ARM: EXYNOS4: Add DMC1, allow PPMU access for DMC. > ARM: EXYNOS4: Add clock register addresses for Exynos4x12 bus devfreq > dri

RE: [PATCH] ARM: EXYNOS: Add USB OHCI support to ORIGEN board

2011-12-23 Thread Kukjin Kim
Jingoo Han wrote: > > Hi, Tushar. > > Tushar Behera wrote: > > -Original Message- > > Subject: [PATCH] ARM: EXYNOS: Add USB OHCI support to ORIGEN board > > > > Signed-off-by: Tushar Behera > > Signed-off-by: Angus Ainslie > > Acked-by: Jingoo Han > OK, will apply. Thanks. Best rega

RE: [PATCH] ARM: EXYNOS: Adds Samsung TRATS board support

2011-12-23 Thread Kukjin Kim
HeungJun, Kim wrote: > > This patch adds Samsung Mobile TRATS board support. > > Signed-off-by: HeungJun, Kim > Signed-off-by: Kyungmin Park > --- > arch/arm/mach-exynos/Kconfig | 11 ++ > arch/arm/mach-exynos/Makefile |1 + > arch/arm/mach-exynos/board-trats.c | 340 > ++

RE: [PATCH 2/2] ARM: SAMSUNG: dma-ops.h needs mach/dma.h

2011-12-23 Thread Kukjin Kim
Mark Brown wrote: > > dma-ops.h uses samsung_dma_is_dmadev so it needs to have mach/dma.h > included. > > Signed-off-by: Mark Brown > --- > arch/arm/plat-samsung/include/plat/dma-ops.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-samsung/include/p

RE: [PATCH 1/2] ARM: SAMSUNG: Guard against multiple inclusion of plat/dma.h

2011-12-23 Thread Kukjin Kim
Mark Brown wrote: > > Otherwise it'll generate errors if included twice. > Yes, right. Will apply. Merry Christmas :) Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. > Signed-off-by: Mark Brown > --- > arch/arm/plat-sa

RE: [PATCH 09/12] ARM: EXYNOS: introduce arch/arm/mach-exynos/common.[ch]

2011-12-23 Thread Kukjin Kim
Russell King - ARM Linux wrote: > > On Tue, Dec 20, 2011 at 09:48:33PM +0900, Kukjin Kim wrote: > > This patch introduces common.[ch] which are used only in the > > arch/arm/mach-exynos/ directory. The common.c file merges > > the cpu.c, init.c, irq-combiner.c and irq-eint.c files which > > are us

[GIT PULL] Samsung cleanup-spi for v3.3

2011-12-23 Thread Kukjin Kim
Hi Arnd and Olof, Please pull the samsung-cleanup-spi for v3.3. It depends on samsung-devel-spi3 branch... If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since

[GIT PULL] Samsung devel-spi for v3.3

2011-12-23 Thread Kukjin Kim
Hi Arnd and Olof, Please pull the samsung-devel-spi for v3.3. Same as cleanup-mmc pull requesting, it depends on next-samsung-cleanup-mmc2 branch. As a note, the number at the end of branch name means the ordering :) If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Ki

[GIT PULL] Samsung cleanup-mmc for v3.3

2011-12-23 Thread Kukjin Kim
Hi Arnd and Olof, Please pull the samsung-cleanup-mmc for v3.3 It depends on next-samsung-devel-dt1 branch which has been requested pull before this. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electron

[GIT PULL] Samsung devel-dt for v3.3

2011-12-23 Thread Kukjin Kim
Hi Arnd and Olof, Please pull the samsung-devel-dt for v3.3. It includes support DT for Samsung EXYNOS4. Thanks. Best regards, Kgene. -- Kukjin Kim , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit 384703b8e6cd4c8ef08512e596024e02

Re: [PATCH 09/12] ARM: EXYNOS: introduce arch/arm/mach-exynos/common.[ch]

2011-12-23 Thread Russell King - ARM Linux
On Tue, Dec 20, 2011 at 09:48:33PM +0900, Kukjin Kim wrote: > This patch introduces common.[ch] which are used only in the > arch/arm/mach-exynos/ directory. The common.c file merges > the cpu.c, init.c, irq-combiner.c and irq-eint.c files which > are used commonly on EXYNOS SoCs and the common.h f

Re: [PATCH 07/12] ARM: S5PV210: introduce arch/arm/mach-s5pv210/common.[ch]

2011-12-23 Thread Russell King - ARM Linux
On Tue, Dec 20, 2011 at 09:48:31PM +0900, Kukjin Kim wrote: > This patch introduces common.[ch] which are used only in the > arch/arm/mach-s5pv210/ directory. The common.c file merges > the cpu.c and init.c which are used commonly on S5PCV210/S5PC100 > SoC and the common.h local header file replace

[PATCH 2/2] ARM: SAMSUNG: dma-ops.h needs mach/dma.h

2011-12-23 Thread Mark Brown
dma-ops.h uses samsung_dma_is_dmadev so it needs to have mach/dma.h included. Signed-off-by: Mark Brown --- arch/arm/plat-samsung/include/plat/dma-ops.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-samsung/include/plat/dma-ops.h b/arch/arm/plat-samsung/

[PATCH 1/2] ARM: SAMSUNG: Guard against multiple inclusion of plat/dma.h

2011-12-23 Thread Mark Brown
Otherwise it'll generate errors if included twice. Signed-off-by: Mark Brown --- arch/arm/plat-samsung/include/plat/dma.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-samsung/include/plat/dma.h b/arch/arm/plat-samsung/include/plat/dma.h index b90611

Re: DMA: PL330: Merge PL330 drivers

2011-12-23 Thread Vinod Koul
On Thu, 2011-12-08 at 10:10 +0900, Boojin Kim wrote: > In-Reply-To: > > PL330 driver is divided into 2 parts. > First is the PL330 API driver that located on driver/dma/. > Second is the low-level PL330 driver that is located on arch/arm/common/. > But, It's not needed anymore to divided PL330 dr

Re: [rtc-linux] Re: [PATCH v2 0/4] Implement RTC support for S3C2443/S3C2416/S3C2450

2011-12-23 Thread Mark Brown
On Wed, Dec 21, 2011 at 09:22:11AM +0100, Heiko St?bner wrote: > Am Mittwoch, 21. Dezember 2011, 08:25:53 schrieb Kukjin Kim: > > There were small comments on 1st patch and others looks ok to me. > > If you're ok on my comments, please re-send it so that I can request to > > pull this series to Al

Re: [PATCH V8 1/2] mmc: core: HS200 mode support for eMMC 4.5

2011-12-23 Thread Subhash Jadavani
Looks good to me. Acked-by: Subhash Jadavani Regards, Subhash On 12/23/2011 12:42 PM, Girish K S wrote: This patch adds the support of the HS200 bus speed for eMMC 4.5 devices. The eMMC 4.5 devices have support for 200MHz bus speed. The function prototype of the tuning function is modified to