Re: [PATCH 1/2] ARM: CLKDEV: Add Common Macro for clk_lookup

2011-10-03 Thread padma venkat
Thank you all for your comments. Will resend the patches after removing "&" from the clk parameter and trailing "," at the end of Macro. Thanks and Regards, Padmavathi Venna On Sat, Oct 1, 2011 at 8:59 PM, Russell King - ARM Linux wrote: > On Fri, Sep 30, 2011 at 04:41:36PM +0530, Padmavathi Ven

Re: [PATCH V2 2/2] ARM: SAMSUNG: Cleanup resources by using macro

2011-10-03 Thread Arnd Bergmann
On Monday 03 October 2011 12:41:22 Kukjin Kim wrote: > This patch adds macro SAMSUNG_RES_MEM, SAMSUNG_RES_IRQ > and so on to cleanup regarding 'struct resource' by using > defined helpers at . > > Cc: Ben Dooks > Signed-off-by: Kukjin Kim When we introduced those macros, it was specifically so

Re: [PATCH V2 2/2] ARM: SAMSUNG: Cleanup resources by using macro

2011-10-03 Thread Sylwester Nawrocki
On 10/03/2011 03:13 PM, Kukjin Kim wrote: > On 10/03/11 12:53, Kyungmin Park wrote: >> On Mon, Oct 3, 2011 at 12:41 PM, Kukjin Kim wrote: >>> >>> +#define SAMSUNG_RES_MEM(soc, ip, sz) DEFINE_RES_MEM(soc##_PA_##ip, sz) >>> +#define SAMSUNG_RES_IRQ(ip)DEFINE_RES_IRQ(IRQ_##ip) >>> + >>>

Re: [PATCH] ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos

2011-10-03 Thread Arnd Bergmann
On Monday 03 October 2011 21:40:36 Kukjin Kim wrote: > Yes, absolutely. As I said, the 'mach-exynos' can support upcoming > Samsung EXYNOS SoCs and the way is better than making mach-exynos5. > > My bigger plan is finally to make current directories to 3 mach- dir. > (mach-s3c, mach-s5p, and mac

Re: [PATCH V2 2/2] ARM: SAMSUNG: Cleanup resources by using macro

2011-10-03 Thread Kukjin Kim
On 10/03/11 12:53, Kyungmin Park wrote: On Mon, Oct 3, 2011 at 12:41 PM, Kukjin Kim wrote: This patch adds macro SAMSUNG_RES_MEM, SAMSUNG_RES_IRQ and so on to cleanup regarding 'struct resource' by using defined helpers at. Cc: Ben Dooks Signed-off-by: Kukjin Kim --- Changes since v1: - Addres

Re: [PATCH] ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos

2011-10-03 Thread Kukjin Kim
On 10/03/11 18:33, Arnd Bergmann wrote: On Monday 03 October 2011 13:02:16 Kyungmin Park wrote: I'm afraid to change machine directory name again. mach-s5pv310 -> mach-exynos4 -> mach-exynos. As I remember linus blamed the renaming the file names are happened frequently at ARM I tend to agree

Re: [GIT PULL] Samsung devel-2 for v3.2

2011-10-03 Thread Mark Brown
On Mon, Oct 03, 2011 at 12:22:35PM +0100, Russell King - ARM Linux wrote: > On Mon, Oct 03, 2011 at 11:36:26AM +0100, Mark Brown wrote: > > It's possible it's something that doesn't manifest on that board, I've > > no real idea what's exploding or why. There's also a bunch of other > > early boot

Re: [PATCH] ARM: S3C2410: Remove section mismatch warning

2011-10-03 Thread Tushar Behera
Hi Russell, On Monday 03 October 2011 03:29 PM, Russell King - ARM Linux wrote: On Mon, Oct 03, 2011 at 03:10:41PM +0530, Tushar Behera wrote: Some of the functions and structures did not have _init or __initdata attributes, even though they were referenced from functions / structures with thos

Re: [GIT PULL] Samsung devel-2 for v3.2

2011-10-03 Thread Russell King - ARM Linux
On Mon, Oct 03, 2011 at 11:36:26AM +0100, Mark Brown wrote: > On Mon, Oct 03, 2011 at 12:27:22PM +0900, Kukjin Kim wrote: > > Mark Brown wrote: > > > > As I reported the other day this change breaks the boot early on on the > > > Cragganmore S3C6410 based systems (I've not actually fired up my > >

Re: [GIT PULL] Samsung devel-2 for v3.2

2011-10-03 Thread Mark Brown
On Mon, Oct 03, 2011 at 12:27:22PM +0900, Kukjin Kim wrote: > Mark Brown wrote: > > As I reported the other day this change breaks the boot early on on the > > Cragganmore S3C6410 based systems (I've not actually fired up my > > SMDK6410 but I suspect it may have issues too). I did make some brie

Re: [PATCH] ARM: S3C2410: Remove section mismatch warning

2011-10-03 Thread Russell King - ARM Linux
On Mon, Oct 03, 2011 at 03:10:41PM +0530, Tushar Behera wrote: > Some of the functions and structures did not have _init or __initdata > attributes, even though they were referenced from functions / structures > with those attribute, resulting in section mismatches. Firstly - it's a good idea to i

[PATCH] ARM: S3C2410: Remove section mismatch warning

2011-10-03 Thread Tushar Behera
Some of the functions and structures did not have _init or __initdata attributes, even though they were referenced from functions / structures with those attribute, resulting in section mismatches. Signed-off-by: Tushar Behera --- The patch is rebased on v3.1-rc8. The patch has only been build

Re: [PATCH] ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos

2011-10-03 Thread Arnd Bergmann
On Monday 03 October 2011 13:02:16 Kyungmin Park wrote: > I'm afraid to change machine directory name again. mach-s5pv310 -> > mach-exynos4 -> mach-exynos. > As I remember linus blamed the renaming the file names are happened > frequently at ARM I tend to agree with this. While the new name does m

Re: [PATCH v2] ARM: EXYNOS4: Configure MAX8997 PMIC for Origen

2011-10-03 Thread Inderpal Singh
Hi Kukjin, Thanks for applying. I would like to use inderpal.si...@linaro.org Have updated my .gitconfig accordingly as well. Thanks, Inder On 3 October 2011 08:57, Kukjin Kim wrote: > Kukjin Kim wrote: >> >> Inderpal Singh wrote: >> > >> > From: Inderpal Singh >