Re: [RFC PATCH V2] ARM: EXYNOS: Fix hotplug when CPUs boot in HYP mode

2013-05-08 Thread Giridhar Maruthy
On 7 May 2013 14:25, Marc Zyngier wrote: > On 07/05/13 06:54, Giridhar Maruthy wrote: >> This patch is a modification from the Christoffer Dall's u-boot >> patch. This is required to put the secondary processors in hyp >> mode during cpu hotplug when u-boot is no longer

Re: [RFC PATCH V2] ARM: EXYNOS: Fix hotplug when CPUs boot in HYP mode

2013-05-06 Thread Giridhar Maruthy
code has no kernel return address. Someone with better logic or better placement of this logic elsewhere is welcome. Regards, Giridhar On 7 May 2013 11:21, wrote: > From: Giridhar Maruthy > > In intial boot-up, u-boot commit "3d28a181aab5e... arndale5250: Boot in Hyp > mode

[RFC PATCH V2] ARM: EXYNOS: Fix hotplug when CPUs boot in HYP mode

2013-05-06 Thread giridhar . maruthy
From: Giridhar Maruthy In intial boot-up, u-boot commit "3d28a181aab5e... arndale5250: Boot in Hyp mode and enable architected timers" puts the CPUs in HYP mode. Hence, the CPUs need to be put in HYP mode when they are hot plugged out and plugged in back. This patch is almost same

Fwd: [PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-03-21 Thread Giridhar Maruthy
This patch is similar to the ones already submitted by Alexander Graf and also in Christoffer's tree in linux-kvm-arm for Arndale board, while this is required for exynos5440. Exynos5440 has GIC which has virtualization support in them. These are used by KVM. Signed-off-by: Giridhar Ma

[PATCH] ARM: EXYNOS5440: DTS: Add virtual GIC DT bindings

2013-03-21 Thread Giridhar Maruthy
Exynos5440 has GIC which has virtualization support in them. These are used by KVM. Signed-off-by: Giridhar Maruthy --- arch/arm/boot/dts/exynos5440.dtsi |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-10 Thread Giridhar Maruthy
Hi Russel, Thanks for review and please find my replies below. On 7 December 2012 18:03, Russell King - ARM Linux wrote: > On Fri, Dec 07, 2012 at 05:33:17PM +0530, Tushar Behera wrote: >> On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: >> > This patch adds slave support to

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-10 Thread Giridhar Maruthy
Thanks Tushar, On 7 December 2012 17:33, Tushar Behera wrote: > On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: >> This patch adds slave support to i2c. The dt entry i2c-mode >> decides at probe time if the controller needs to work in >> slave mode and the controller is a

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-07 Thread Giridhar Maruthy
Thanks for the review Subash. Please find my reply below. On 6 December 2012 23:05, Subash Patel wrote: > Hi Giridhar, > > > On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: >> >> This patch adds slave support to i2c. The dt entry i2c-mode >> decides at probe time i

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-03 Thread Giridhar Maruthy
Thank you Kyungmin Park for the review. On 3 December 2012 22:28, Kyungmin Park wrote: > > Hi, > > On Mon, Dec 3, 2012 at 9:16 PM, Giridhar Maruthy > wrote: > > This patch adds slave support to i2c. The dt entry i2c-mode > > decides at probe time if the controller

[PATCH] ASoC: SAMSUNG: 24-bit audio playback on Exynos4210

2011-07-13 Thread Giridhar Maruthy
Using 256fs or 512fs will result in distortion of 24-bit audio samples. This is because the lrclk generated is not proper. Using 384 fs generates proper output. Signed-off-by: Giridhar Maruthy --- sound/soc/samsung/smdk_wm8994.c |5 - 1 files changed, 4 insertions(+), 1 deletions

[PATCH] ARM: EXYNOS4: Enable WM8994 MFD on I2S selection

2011-05-30 Thread Giridhar Maruthy
Whenever I2S is selected, select MFD for WM8994 and I2C to avoid manual enabling of the codec and I2C. Signed-off-by: Giridhar Maruthy Signed-off-by: Angus Ainslie --- arch/arm/mach-exynos4/Kconfig |1 + sound/soc/samsung/Kconfig |2 ++ 2 files changed, 3 insertions(+), 0 deletions

[PATCH] SAMSUNG: S5PV310: Add I2S playback support

2011-03-08 Thread Giridhar Maruthy
This commit adds the platform device and data of wm8994 regulator to enable the I2S playback on S5PV310 board on linux-linaro-2.6.38. Signed-off-by: Giridhar Maruthy --- arch/arm/mach-exynos4/mach-smdkv310.c | 167 - 1 files changed, 166 insertions(+), 1