[PATCH] usb: phy: samsung: Add support for EXYNOS4210

2013-05-28 Thread Jingoo Han
Add support for EXYNOS4210 that includes USB EHCI/OHCI. Previous PHY initialization code is not correct; thus, it is modifed to support EXYNOS4210 PHY. Also, after common clock framework for Samsung is added, clock name is defined as 'usb_device'. Signed-off-by: Jingoo Han jg1@samsung.com ---

[PATCH V2] ARM: dts: Correct the base address of pinctrl_3 on Exynos5250

2013-05-28 Thread Padmavathi Venna
This patch corrects the base address of pinctrl_3 on Exynos5250 platform. Signed-off-by: Padmavathi Venna padm...@samsung.com --- Changes since V1: - Added platform name in the subject line. arch/arm/boot/dts/exynos5250-pinctrl.dtsi |2 +- arch/arm/boot/dts/exynos5250.dtsi |

[PATCH V3 0/4] clk: Samsung: audss: Register audio subsytem clocks using common clk framework

2013-05-28 Thread Padmavathi Venna
Samsung S5PV210 and Exynos SoC has a separate subsystem for audio. This subsystem has a internal clock controller which controls i2s0 and pcm0 clocks. This patch series adds the Samsung audio subsytem clock to the common clock framework and provides the I2S controllers clock information in the

[PATCH V3 1/4] ARM: samsung: use #include for all device trees

2013-05-28 Thread Padmavathi Venna
Replace /include/ (dtc) with #include (C pre-processor) for all Samsung DT files Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos4.dtsi |2 +- arch/arm/boot/dts/exynos4210-origen.dts |2 +- arch/arm/boot/dts/exynos4210-smdkv310.dts

[PATCH V3 3/4] ARM: dts: add Exynos audio subsystem clock controller node

2013-05-28 Thread Padmavathi Venna
Audio subsystem introduced in s5pv210 and exynos platforms which has a internal clock controller. This patch adds a node for the same on exynos5250. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi |6 ++ 1 files changed, 6 insertions(+), 0

[PATCH V3 4/4] ARM: dts: add clock provider information for i2s controllers in Exynos5250

2013-05-28 Thread Padmavathi Venna
Add clock lookup information for i2s controllers on exynos5250 SoC. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5250.dtsi | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250.dtsi

[PATCH V3 2/4] clk: samsung: register audio subsystem clocks using common clock framework

2013-05-28 Thread Padmavathi Venna
Audio subsystem is introduced in s5pv210 and exynos platforms. This has seperate clock controller which can control i2s0 and pcm0 clocks. This patch registers the audio subsystem clocks with the common clock framework on Exynos family. Signed-off-by: Padmavathi Venna padm...@samsung.com ---

[PATCH] ARM: dts: wm8994: Add wm8994 regulator support on smdk5250.

2013-05-28 Thread Padmavathi Venna
This patch adds the required regulator supplies and properties for wm8994 codec on smdk5250 board. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 53 +++- 1 files changed, 51 insertions(+), 2 deletions(-) diff --git

[PATCH] serial: samsung: enable clock before clearing pending interrupts during init

2013-05-28 Thread Chander Kashyap
Ensure that the uart controller clock is enabled prior to writing to the interrupt mask and pending registers in the s3c24xx_serial_init_port function. Signed-off-by: Chander Kashyap chander.kash...@linaro.org --- drivers/tty/serial/samsung.c | 13 + 1 file changed, 13

Re: [PATCH] ARM: dts: wm8994: Add wm8994 regulator support on smdk5250.

2013-05-28 Thread Mark Brown
On Tue, May 28, 2013 at 04:05:22PM +0530, Padmavathi Venna wrote: + avdd2:fixed-regulator@0 { + compatible = regulator-fixed; + regulator-name = avdd2-supply; + regulator-min-microvolt = 180; + regulator-max-microvolt = 180; +

Re: [PATCH] usb: phy: samsung: Add support for EXYNOS4210

2013-05-28 Thread Felipe Balbi
On Tue, May 28, 2013 at 06:04:07PM +0900, Jingoo Han wrote: @@ -165,6 +174,18 @@ static void samsung_usb2phy_enable(struct samsung_usbphy *sphy) u32 phyclk; u32 rstcon; + switch (sphy-drv_data-cpu_type) { + case TYPE_EXYNOS4210: +

Re: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board

2013-05-28 Thread Olof Johansson
On Tue, May 14, 2013 at 08:37:53AM +0530, Tushar Behera wrote: On 05/14/2013 05:36 AM, Kevin Hilman wrote: Tushar Behera tushar.beh...@linaro.org writes: It updates following drivers for EXYNOS based DT platform. * S5M8767 driver * MAX8997 driver * MMC SDHCI driver

Re: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board

2013-05-28 Thread Olof Johansson
Hi, On Thu, May 9, 2013 at 11:49 PM, Tushar Behera tushar.beh...@linaro.org wrote: It updates following drivers for EXYNOS based DT platform. * S5M8767 driver * MAX8997 driver * MMC SDHCI driver Signed-off-by: Tushar Behera tushar.beh...@linaro.org I didn't see any movement from Kukjin on

RE: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board

2013-05-28 Thread Kukjin Kim
Olof Johansson wrote: Hi, On Thu, May 9, 2013 at 11:49 PM, Tushar Behera tushar.beh...@linaro.org wrote: It updates following drivers for EXYNOS based DT platform. * S5M8767 driver * MAX8997 driver * MMC SDHCI driver Signed-off-by: Tushar Behera tushar.beh...@linaro.org I

Booting mainline kernels on Samsung ARM-based Chromebooks

2013-05-28 Thread Olof Johansson
Just a quick note that as of v3.10-rc4 (or -rc3 + arm-soc fixes branch) there should be enough pieces in mainline to boot a Chromebook to a useful state without out-of-tree patches. For more info, see: https://plus.google.com/u/0/109993695638569781190/posts/bQpzEGG15G8 There's plenty of stuff

RE: Booting mainline kernels on Samsung ARM-based Chromebooks

2013-05-28 Thread Kukjin Kim
Olof Johansson wrote: Just a quick note that as of v3.10-rc4 (or -rc3 + arm-soc fixes branch) there should be enough pieces in mainline to boot a Chromebook to a useful state without out-of-tree patches. Sounds great. Yeah, we wanted to support mass product without any other patches and its

Re: Booting mainline kernels on Samsung ARM-based Chromebooks

2013-05-28 Thread Jingoo Han
On Wednesday, May 29, 2013 9:35 AM, Olof Johansson wrote: Just a quick note that as of v3.10-rc4 (or -rc3 + arm-soc fixes branch) there should be enough pieces in mainline to boot a Chromebook to a useful state without out-of-tree patches. For more info, see:

Re: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board

2013-05-28 Thread Tushar Behera
On 05/29/2013 04:47 AM, Olof Johansson wrote: On Tue, May 14, 2013 at 08:37:53AM +0530, Tushar Behera wrote: On 05/14/2013 05:36 AM, Kevin Hilman wrote: Tushar Behera tushar.beh...@linaro.org writes: It updates following drivers for EXYNOS based DT platform. * S5M8767 driver * MAX8997

Re: [PATCH] ARM: EXYNOS: Update defconfig for Arndale and Origen board

2013-05-28 Thread Olof Johansson
On Tue, May 28, 2013 at 8:59 PM, Tushar Behera tushar.beh...@linaro.org wrote: The patches are at [1]. FWIW, a cgit/gitweb link is easier to follow when you're reading an email. Anyway, found the patches. There are a total of 6 patches on top of v3.10-rc3. 3 of them (a, b, d) are queued for