[PATCH] ARM: S3C24XX: Fix Section mismatch

2012-03-07 Thread Kukjin Kim
Fixes following: WARNING: arch/arm/mach-s3c24xx/built-in.o(.text+0x4464): Section mismatch in reference from the function usb_simtec_init() to the (unknown reference) .init.data:(unknown) The function usb_simtec_init() references the (unknown reference) __initdata (unknown). This is often

Re: [PATCH 0/4] Use clock functions also for clk_h and clk_p on S3C2443/2416

2012-03-07 Thread Kukjin Kim
On 03/03/12 13:14, Heiko Stübner wrote: This series modifies the clock init in common-s3c2443 to use the struct clk operations also for clk_p and clk_h whose values were until now set statically in s3c24xx_setup_clocks - a function more suited to the earlier S3C-SoCs. In the end it makes the

Re: [PATCH 0/3] S3C24XX: Enable DMA on S3C2416 by sharing S3C2443-DMA

2012-03-07 Thread Kukjin Kim
On 03/04/12 09:42, Heiko Stübner wrote: The S3C2416/2450 contains the same DMA register layout as the S3C2443. Therefore it can simply share this dma selection definition. As we use the S3C2443_DMA the S3C2416_DMA is no longer necessary. The third patch removes this remnant of the S3C24XX

Re: [PATCH 0/4] S3C24XX: Another move of code to the new mach directory

2012-03-07 Thread Kukjin Kim
On 03/06/12 01:57, Heiko Stübner wrote: This series contains the easy moves of common code for the SMDKs, Simtec boards and device setup from plat-s3c24xx to mach-s3c24xx. It also contains an extra patch to keep the Simtec code more together. Changes to the Kconfig and Makefile will probably

Re: [PATCH] ARM: S3C24XX: Fix Section mismatch

2012-03-07 Thread Russell King - ARM Linux
On Wed, Mar 07, 2012 at 02:36:52AM -0800, Kukjin Kim wrote: WARNING: arch/arm/mach-s3c24xx/built-in.o(.data+0xf44): Section mismatch in reference from the variable s3c2416_irq_interface to the function .init.text:s3c2416_irq_add() The variable s3c2416_irq_interface references the function

Re: [GIT PULL] fix to use static declarations for samsung stuff

2012-03-07 Thread Kukjin Kim
On 02/10/12 04:55, Kukjin Kim wrote: Hi Russell, Arnd and Olof, Please pull following branch which is including fix to use static declarations for samsung stuff. git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-use-static I'm not sure it can be sent to

Re: [PATCH v2 2/3] gpio/samsung: add support GPIOlib for EXYNOS5250

2012-03-07 Thread Kukjin Kim
On 02/15/12 13:37, Kukjin Kim wrote: From: Sangsu Parksangsu4u.p...@samsung.com This patch adds gpio_chips for EXYNOS5250 and replaces exynos4_xxx() with exynos_xxx() and variables to support exynos4 and exynos5 together. In addition, use ioreamp() for base address of gpios. Signed-off-by:

Re: [GIT PULL] fix to use static declarations for samsung stuff

2012-03-07 Thread Arnd Bergmann
On Wednesday 07 March 2012, Kukjin Kim wrote: im wrote: Hi Russell, Arnd and Olof, Please pull following branch which is including fix to use static declarations for samsung stuff. git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-use-static I'm

Re: [PATCH 1/6] ARM: S3C64XX: Add usb otg phy control

2012-03-07 Thread Kukjin Kim
On 02/10/12 10:26, Mark Brown wrote: On Fri, Feb 10, 2012 at 11:35:41AM +0100, Lukasz Majewski wrote: From: Joonyoung Shimjy0922.s...@samsung.com This patch supports to control usb otg phy of S3C64XX. Currently, the driver for usb otg controls usb otg phy but it can be removed by this patch.

Re: [PATCH] ARM: EXYNOS: Fix compilation error.

2012-03-07 Thread Kukjin Kim
On 03/06/12 22:09, Sachin Kamat wrote: Commit 734b5bb7375 (Merge branch 'next/soc-exynos5250-arch-wip' into for-next) on for-next branch of Kukjin's tree gives the following build errors: arch/arm/mach-exynos/clock-exynos4.c:1328:2: error: ‘clk_sclk_mmc0’ undeclared here (not in a function)

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

2012-03-07 Thread Kukjin Kim
On 03/06/12 10:55, Olof Johansson wrote: Hi, On Tue, Feb 21, 2012 at 2:35 AM, Kukjin Kimkgene@samsung.com wrote: Yes, as you said, it brakes single zImage for EXYNOS4 + EXYNOS5 (mach-exynos). So I'm working on regarding resource for EXYNOS SoCs and I think, it can resolve the problem you

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

2012-03-07 Thread Kukjin Kim
On 03/06/12 01:51, Kukjin Kim wrote: On 03/05/12 18:29, Jaehoon Chung wrote: Hi Kukjin. Is it merged? Best Regards, Jaehoon Chung On 02/24/2012 06:56 PM, Thomas Abraham wrote: On 23 February 2012 11:18, Jaehoon Chungjh80.ch...@samsung.com wrote: Thomas Arbrahams's patchset have changed

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

2012-03-07 Thread Marek Szyprowski
Hello, On Wednesday, March 07, 2012 2:20 PM Kukjin Kim wrote: On 03/06/12 01:51, Kukjin Kim wrote: On 03/05/12 18:29, Jaehoon Chung wrote: Hi Kukjin. Is it merged? Best Regards, Jaehoon Chung On 02/24/2012 06:56 PM, Thomas Abraham wrote: On 23 February 2012 11:18, Jaehoon

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

2012-03-07 Thread Kyungmin Park
On Wed, Mar 7, 2012 at 10:12 PM, Kukjin Kim kgene@samsung.com wrote: On 03/06/12 10:55, Olof Johansson wrote: Hi, On Tue, Feb 21, 2012 at 2:35 AM, Kukjin Kimkgene@samsung.com  wrote: Yes, as you said, it brakes single zImage for EXYNOS4 + EXYNOS5 (mach-exynos). So I'm working on

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

2012-03-07 Thread Kukjin Kim
On 03/07/12 06:01, Marek Szyprowski wrote: Hello, On Wednesday, March 07, 2012 2:20 PM Kukjin Kim wrote: On 03/06/12 01:51, Kukjin Kim wrote: On 03/05/12 18:29, Jaehoon Chung wrote: Hi Kukjin. Is it merged? Best Regards, Jaehoon Chung On 02/24/2012 06:56 PM, Thomas Abraham wrote: On 23

RE: [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

2012-03-07 Thread Marek Szyprowski
Hello, On Wednesday, March 07, 2012 12:22 AM Russell King - ARM Linux wrote: On Wed, Feb 29, 2012 at 04:04:22PM +0100, Marek Szyprowski wrote: +static int arm_iommu_mmap_attrs(struct device *dev, struct vm_area_struct *vma, + void *cpu_addr, dma_addr_t dma_addr, size_t

RE: [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

2012-03-07 Thread Marek Szyprowski
Hello, On Wednesday, March 07, 2012 8:16 AM Hiroshi Doyu wrote: From: Hiroshi DOYU hd...@nvidia.com Subject: Re: [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper Date: Wed, 07 Mar 2012 08:37:06 +0200 (EET) Message-ID: 20120307.083706.2087121294965856946.hd...@nvidia.com From:

Re: [PATCH v3 0/4] mmc: sdhci-s3c: use the sdhci-pltfm.c and move the header file

2012-03-07 Thread Mark Brown
On Wed, Mar 07, 2012 at 12:03:31PM +0900, Jaehoon Chung wrote: On 03/07/2012 01:30 AM, Mark Brown wrote: The same IP is present and used with the same driver on other Samsung SoCs. I know that used with the same driver on other Samsung-SoCs(S3C64XX/S3C24XX..etc) I just only used the

Re: [GIT PULL] fix to use static declarations for samsung stuff

2012-03-07 Thread Olof Johansson
On Wed, Mar 7, 2012 at 4:15 AM, Arnd Bergmann a...@arndb.de wrote: On Wednesday 07 March 2012, Kukjin Kim wrote: im wrote: Hi Russell, Arnd and Olof, Please pull following branch which is including fix to use static declarations for samsung stuff.  

Re: [PATCH 2/6] ARM: SAMSUNG: Fix memory size for hsotg

2012-03-07 Thread Tushar Behera
On 03/01/2012 10:10 AM, Kukjin Kim wrote: Lukasz Majewski wrote: From: Joonyoung Shim jy0922.s...@samsung.com The device link core registers for hsotg is base + h ~ base + 11000h. Signed-off-by: Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Kyungmin Park

Re: [PATCH v3 0/4] mmc: sdhci-s3c: use the sdhci-pltfm.c and move the header file

2012-03-07 Thread Jaehoon Chung
Hi Mark. On 03/08/2012 03:48 AM, Mark Brown wrote: On Wed, Mar 07, 2012 at 12:03:31PM +0900, Jaehoon Chung wrote: On 03/07/2012 01:30 AM, Mark Brown wrote: The same IP is present and used with the same driver on other Samsung SoCs. I know that used with the same driver on other

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

2012-03-07 Thread Olof Johansson
Hi, On Wed, Mar 7, 2012 at 5:12 AM, Kukjin Kim kgene@samsung.com wrote: Thanks for your kindly reminder but I couldn't finish it yet because it is required to touch most of samsung stuff, and it's a big change. Frankly, I need more time... So how about sending current exynos5 stuff for