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

2011-08-17 Thread Inderpal Singh
On 16 August 2011 20:49, Mark Brown wrote: > > On Tue, Aug 16, 2011 at 04:38:46PM +0530, Inderpal Singh wrote: > > On 14 August 2011 20:31, Mark Brown > > wrote: > > > On Thu, Aug 11, 2011 at 09:26:05AM +0530, Inderpal Singh wrote: > > > > > +static struct regulator_consumer_supply __initdata ldo

Re: [PATCH] ARM: SAMSUNG: Modify the devname for pl330 clock

2011-08-17 Thread Vladimir Zapolskiy
Hi, On Wed, Aug 17, 2011 at 11:46 AM, Boojin Kim wrote: > Vladimir Zapolskiy wrote: >> Hi, >> >> looks like it contains my series as a subset. > > As I replied on your patches, yes, I know that. I sent it before see your > patch. > Do you add the missing about s5p64x0 in your patch? > If not, I w

RE: [PATCH] ARM: SAMSUNG: Modify the devname for pl330 clock

2011-08-17 Thread Boojin Kim
Vladimir Zapolskiy wrote: > Hi, > > looks like it contains my series as a subset. As I replied on your patches, yes, I know that. I sent it before see your patch. Do you add the missing about s5p64x0 in your patch? If not, I will split up this patch to get missing about s5p64x0 in your patch. Tha

Re: [PATCH] ARM: EXYNOS4: ADD USB EHCI device to SMDKV310

2011-08-17 Thread JinGoo Han
> -Original Message- > From: linux-samsung-soc-ow...@vger.kernel.org [mailto:linux-samsung-soc- > ow...@vger.kernel.org] On Behalf Of Sachin Kamat > Sent: Wednesday, August 17, 2011 3:59 PM > To: linux-samsung-soc@vger.kernel.org > Cc: kgene@samsung.com; linaro-...@lists.linaro.org; pat

[PATCH] ARM: EXYNOS4: Enable system MMU support on Origen

2011-08-17 Thread Sachin Kamat
Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/mach-origen.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 3ab0f18..bdb76e2 100644 --- a/arch/arm/mac

[PATCH] ARM: EXYNOS4: Add USB EHCI device to Origen

2011-08-17 Thread Sachin Kamat
Signed-off-by: Pankaj Dubey Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos4/Kconfig |2 ++ arch/arm/mach-exynos4/mach-origen.c | 17 + 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig i

[PATCH] ARM: EXYNOS4: ADD USB EHCI device to SMDKV310

2011-08-17 Thread Sachin Kamat
Signed-off-by: Bhuvana Kakunoori Signed-off-by: Pankaj Dubey Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos4/Kconfig |2 ++ arch/arm/mach-exynos4/mach-smdkv310.c | 16 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/Kcon