[RESEND PATCH v2] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-08-12 Thread Dongjin Kim
This patch adds device nodes for USBPHY to Exynos4x12. Signed-off-by: Dongjin Kim tobet...@gmail.com Cc: Tomasz Figa t.f...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com --- * Changes from v1 o. 'status = disabled' is removed to probe as default arch/arm/boot/dts/exynos4x12.dtsi

Re: [PATCH RESEND] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-08-06 Thread Dongjin Kim
Aha, yes...my misunderstanding. This node is not only for OTG or HSIC, could miss USB HOST transceiver if certain board file does not set okay. Thanks, Dongjin. On Tue, Aug 6, 2013 at 3:09 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Dongjin, On 5 August 2013 23:48, Dongjin Kim tobet

[PATCH RESEND] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-08-05 Thread Dongjin Kim
This patch adds device nodes for USBPHY to Exynos4x12. CC: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4x12.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch

[PATCH RESEND] ARM: dts: Add USB host node for Exynos4

2013-08-05 Thread Dongjin Kim
This patch adds EHCI and OHCI host device nodes for Exynos4. CC: Jingoo Han jg1@samsung.com Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm

Re: [PATCH] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-07-24 Thread Dongjin Kim
Thanks Sachin, On Wed, Jul 24, 2013 at 2:12 PM, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Dongjin, On 23 July 2013 23:01, Dongjin Kim tobet...@gmail.com wrote: This patch adds device nodes for USBPHY to Exynos4x12. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts

Re: [PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-24 Thread Dongjin Kim
in exynos4.dtsi. Regards, Dongjin. On Wed, Jul 24, 2013 at 12:38 PM, Sachin Kamat sachin.ka...@linaro.org wrote: On 23 July 2013 23:02, Dongjin Kim tobet...@gmail.com wrote: This patch adds EHCI and OHCI host device nodes for Exynos4. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch

[PATCH v2] ARM: dts: Add USB host node for Exynos4

2013-07-24 Thread Dongjin Kim
This patch adds EHCI and OHCI host device nodes for Exynos4. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 3f94fe8

Re: [PATCH 1/2] ARM: dts: Add USB Host nodes to Exynos4210

2013-07-24 Thread Dongjin Kim
Hi Jingoo, I had submitted another patch almost similar contents, but my patch contains both EHCI and OHCI USB host devices node in exynos4.dtsi since I had tested on Exynos4412 and their register map are same with Exynos4210. [1] https://patchwork.kernel.org/patch/2832779 On Wed, May 29, 2013

[PATCH] ARM: dts: Add USBPHY nodes to Exynos4x12

2013-07-23 Thread Dongjin Kim
This patch adds device nodes for USBPHY to Exynos4x12. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4x12.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index

[PATCH] ARM: dts: Add USB host node for Exynos4

2013-07-23 Thread Dongjin Kim
This patch adds EHCI and OHCI host device nodes for Exynos4. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 3f94fe8

Re: [PATCH] ARM: dts: add mshc controller node for Exynos4x12 SoCs

2013-01-23 Thread Dongjin Kim
Tested-by: Dongjin Kim tobet...@gmail.com This patch had been tested on v3.8-rc4 with ODROID-X hardware. On Wed, Jan 23, 2013 at 2:21 PM, Dongjin Kim tobet...@gmail.com wrote: Hello Thomas, Thank you. I will submit the change soon. Thanks again. Dongjin. On Wed, Jan 23, 2013 at 8:25 AM

Re: [PATCH] ARM: dts: add mshc controller node for Exynos4x12 SoCs

2013-01-22 Thread Dongjin Kim
(avoid_default_addr_size): Relying on default #size-cells value for /mshc@1255/slot@0 Fix this by adding the mshc controller node for Exynos4x12 SoCs. Cc: Dongjin Kim tobet...@gmail.com Cc: Kukjin Kim kgene@samsung.com Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- arch/arm/boot/dts

Re: [PATCH] ARM: dts: add mshc controller node for Exynos4x12 SoCs

2013-01-22 Thread Dongjin Kim
Hello Thomas, Thank you. I will submit the change soon. Thanks again. Dongjin. On Wed, Jan 23, 2013 at 8:25 AM, Thomas Abraham thomas.abra...@linaro.org wrote: Hi Dongjin, On 22 January 2013 10:15, Dongjin Kim tobet...@gmail.com wrote: Hi Thomas, Good to see your patch, actually I had

[PATCH RESEND] ARM: dts: Add EHCI device tree node for Exynos4

2012-12-30 Thread Dongjin Kim
This patch adds EHCI device node on device tree for Exynos4 and defines its default platform data, s5p_usb_phy_init and s5p_usb_phy_exit, so that those function can be called from the driver. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi |7

Re: [PATCH 2/2] USB: ehci-s5p: Add to get interrupt from DT

2012-12-27 Thread Dongjin Kim
Shtylyov sshtyl...@mvista.com wrote: Hello. On 12/26/2012 09:42 PM, Dongjin Kim wrote: This patch support to get interrupt resource from device tree as well as platform device if ehci node is defined in device tree and it's irq is described. Signed-off-by: Dongjin Kim tobet

[PATCH 0/2] EXYNOS4: Add device tree support for USB/EHCI

2012-12-26 Thread Dongjin Kim
This patch set adds device tree upport for USB/EHCI device. Dongjin Kim (2): ARM: dts: Add EHCI device tree node for Exynos4 USB: ehci-s5p: Add to get interrupt from DT arch/arm/boot/dts/exynos4.dtsi |7 +++ arch/arm/mach-exynos/mach-exynos4-dt.c |9 + drivers

[PATCH 1/2] ARM: dts: Add EHCI device tree node for Exynos4

2012-12-26 Thread Dongjin Kim
This patch adds EHCI device node on device tree for Exynos4 and defines its default platform data, s5p_usb_phy_init and s5p_usb_phy_exit, so that those function can be called from the driver. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi |7

[PATCH 2/2] USB: ehci-s5p: Add to get interrupt from DT

2012-12-26 Thread Dongjin Kim
This patch support to get interrupt resource from device tree as well as platform device if ehci node is defined in device tree and it's irq is described. Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/usb/host/ehci-s5p.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion

[PATCH 0/4] ODROID-X: Adding dt-based ODROID-X support

2012-12-17 Thread Dongjin Kim
This patch set adds DT-based board file for Hardkernel's ODROID-X which is based on Samsung's Exynos4412 SoC. In the current version had been tested supporting SDCARD, eMMC and LED blinking. Dongjin Kim (4): ODROID-X: dts: Add board dts file for ODROID-X ODROID-X: dts: Add fixed-regulator

[PATCH 1/4] ODROID-X: dts: Add board dts file for ODROID-X

2012-12-17 Thread Dongjin Kim
Add initial dtb file for Hardkernel's ODROID-X board based on EXYNOS4412 SoC. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/Makefile |1 + arch/arm/boot/dts/exynos4412-odroidx.dts | 52 ++ 2 files changed, 53 insertions

[PATCH 2/4] ODROID-X: dts: Add fixed-regulator for peripherals.

2012-12-17 Thread Dongjin Kim
This patch adds the node to support fixed voltage for peripherals like LED, ethernet controller. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts

[PATCH 3/4] ODROID-X: dts: Add nodes for leds based on GPIO.

2012-12-17 Thread Dongjin Kim
This patch adds GPIO connected LEDS on ODROID-X board, and describe its properties. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch

[PATCH 4/4] ODROID-X: dts: Add mshc node for ODROID-X board

2012-12-17 Thread Dongjin Kim
Adding the device node to support eMMC storage on SDCARD4 ports, controlled by Mobile Storage Host Controller. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH] ARM: EXYNOS: Fix MSHC clocks instance names

2012-12-14 Thread Dongjin Kim
Replace clock instance name of MSHC controller for BIC and CIU of Exynos4412. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/mach-exynos/clock-exynos4.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/arch/arm/mach-exynos/clock

[PATCH] ARM: EXYNOS: Fix MSHC clocks instance names

2012-12-14 Thread Dongjin Kim
Replace clock instance name of MSHC controller for BIC and CIU of Exynos4412. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/mach-exynos/clock-exynos4.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach

RE: [PATCH] ARM: EXYNOS: Add HDMIPHY I2C adaptor

2012-08-07 Thread Dongjin Kim
...@vger.kernel.org 보낸 시간:2012. 8. 7. 3:57 오후 제목:Re: [PATCH] ARM: EXYNOS: Add HDMIPHY I2C adaptor Hi Dongjin, A patch series to add HDMI platform data support is already under consideration. http://comments.gmane.org/gmane.linux.kernel.samsung-soc/11352 On 6 August 2012 19:27, Dongjin Kim tobet

회신: [PATCH v2] ODROID-X: hkdk4412: Add new hardware based on Exynos4412

2012-08-07 Thread Dongjin Kim
. :) Thanks again. Regards, Dongjin. 보낸 사람: Kukjin Kim [kgene@samsung.com] 보낸 날짜: 2012년 8월 8일 수요일 오전 11:23 받는 사람: 'Dongjin Kim' 참조: Dongjin Kim; 'Russell King'; 'Tony Lindgren'; 'Jon Medhurst'; 'Shawn Guo'; 'Uwe Kleine-König'; linux-arm-ker

회신: 회신: 회신: [PATCH] ODROID-X: hkdk4412: Add new hardware based on Exynos4412

2012-08-06 Thread Dongjin Kim
: Olof Johansson [o...@lixom.net] 보낸 날짜: 2012년 8월 7일 화요일 오전 11:28 받는 사람: Dongjin Kim 참조: Thomas Abraham; Dongjin Kim; Kukjin Kim; Russell King; Tony Lindgren; Jon Medhurst; Shawn Guo; Uwe Kleine-König; linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-ker