[PATCH] mmc: dw_mmc: No bus setup if default pinctrl is used

2013-02-07 Thread Dongjin Kim
of 1255.mshc failed with error -22 Cc: Thomas Abraham thomas...@samsung.com Cc: Linus Walleij linus.wall...@linaro.org Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/mmc/host/dw_mmc-exynos.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host

Re: [PATCH] mmc: dw_mmc: No bus setup if default pinctrl is used

2013-02-07 Thread Dongjin Kim
the for-block, it makes the code more simple. I like to have a comment from Thomas if have to support both cases, gpios and default-pinctrl. Best regards, Dongjin. On Fri, Feb 8, 2013 at 4:03 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Feb 7, 2013 at 7:17 PM, Dongjin Kim tobet

[PATCH] usb: phy: Add USB host phy support on Exyno4412

2013-02-04 Thread Dongjin Kim
This patch adds host phy support for Samsung's Exynos4412 SoC to samsung-usbphy driver and its device node. Cc: Praveen Paneri p.pan...@samsung.com Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412.dtsi | 13 drivers/usb/phy/samsung-usbphy.c | 156

[PATCH] ARM: dts: Adding RTC device node

2013-02-04 Thread Dongjin Kim
This patch enables RTC device node defined in arch/arm/boot/dts/exynos4.dtsi. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts

[PATCH] ARM: dts: Fix the timing property of MSHC controller

2013-02-04 Thread Dongjin Kim
This fixes the property of dw-mshc-sdr-timing and dw-mshc-ddr-timing as per its current binding, it only has two cells. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm

[PATCH 1/2] usb: phy: Add USB host phy support on Exyno4412

2013-02-04 Thread Dongjin Kim
This patch adds host phy support for Samsung's Exynos4412 SoC to samsung-usbphy driver. This patch is created upon http://git.kernel.org/?p=linux/kernel/git/balbi/usb.git;a=commit;h=2564b526b8cf01e6c36285edfd40a438e683c2b8; Cc: Praveen Paneri p.pan...@samsung.com Signed-off-by: Dongjin Kim tobet

[PATCH 2/2] ARM: dts: Add USBPHY device node for Exynos4412

2013-02-04 Thread Dongjin Kim
This patch adds USBPHY device node for Samsung's Exynos4412 SoC to arch/arm/boot/dts/exynos4412.dtsi. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412.dtsi | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch

Re: [PATCH 1/2] usb: phy: Add USB host phy support on Exyno4412

2013-02-05 Thread Dongjin Kim
, Praveen Paneri p.pan...@samsung.com wrote: Hi, On Tue, Feb 5, 2013 at 6:55 AM, Dongjin Kim tobet...@gmail.com wrote: This patch adds host phy support for Samsung's Exynos4412 SoC to samsung-usbphy driver. This patch is created upon http://git.kernel.org/?p=linux/kernel/git/balbi/usb.git

[PATCH v2] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-01-24 Thread Dongjin Kim
This patch adds the compatible string for MSHC controller of Exynos4412, and share the controller specific properties with Exynos5250 since they have same features. Its driver data name is changed to exynos5_drv_data not to use SoC specific name. Signed-off-by: Dongjin Kim tobet...@gmail.com

[PATCH RESEND] ARM: dts: max77686: Add DTS file for max77686 PMIC

2013-01-24 Thread Dongjin Kim
This patch adds a dedicated DTS file for max77686 PMIC, supposed to be included in a board DTS to control the power for certain consumer devices or AP with 9 BUCKs and 26 LDOs Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/max77686.dtsi | 156

[PATCH] USB: misc: usb3503: Fix compiler warning

2013-01-25 Thread Dongjin Kim
This patch fixes the compiler warning of uninitialized variable. drivers/usb/misc/usb3503.c: In function ‘usb3503_probe’: drivers/usb/misc/usb3503.c:215:13: warning: ‘mode’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/usb

Re: [PATCH RESEND] ARM: dts: max77686: Add DTS file for max77686 PMIC

2013-01-25 Thread Dongjin Kim
to integrate like OMAP boards have with twl6030.dtsi and twl6040.dtsi. If would be nice if somewhere you specify a directory for such device files. Regards, Dongjin. On Sat, Jan 26, 2013 at 2:06 PM, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Fri, Jan 25, 2013 at 03:46:08AM +0900, Dongjin Kim

Re: [PATCH] mmc: host: dw_mmc-exynos: Add support for pinctrl

2013-01-22 Thread Dongjin Kim
there is no gpios = ... property. So I guess bus setup has to be ignored when the gpios are configured with pinctrl. What's your advice? Thank you in advance. Dongjin. On Fri, Jan 4, 2013 at 3:33 AM, Dongjin Kim tobet...@gmail.com wrote: Hi Thomas, Thank you for your reviewing, and https

[PATCH] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-01-23 Thread Dongjin Kim
This patch adds the compatible string for MSHC controller of Exynos4412, and reuse the controller specific properties with Exynos5250 since those have same features. Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/mmc/host/dw_mmc-exynos.c |2 ++ 1 file changed, 2 insertions

[PATCH] ARM: dts: Fix MSHC property and add RTC node

2013-01-23 Thread Dongjin Kim
This fixes the property of dw-mshc-sdr-timing and dw-mshc-ddr-timing as per its current binding, it only has two cells. And also RTC node is added new. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts |8 ++-- 1 file changed, 6 insertions(+), 2

[PATCH] USB: misc: usb3503: add dt support

2013-01-23 Thread Dongjin Kim
Added device tree support for usb3503 driver and add new document with device tree binding information. Signed-off-by: Dongjin Kim tobet...@gmail.com --- Documentation/devicetree/bindings/usb/usb3503.txt | 20 + drivers/usb/misc/usb3503.c| 31

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

2013-01-23 Thread Dongjin Kim
This patch adds EHCI device node for Exynos4412 Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412.dtsi |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index 387aa27..0c8f23b 100644

Re: [PATCH] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-01-23 Thread Dongjin Kim
Hi Jaehoon, Yes, completely agree with you but I wanted to keep exynos5250_ before Exynos4210's drv_data is sorted out. Anyway exynos5_ would be ok, I think. Regards, Dongjin. On Thu, Jan 24, 2013 at 11:41 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 01/24/2013 12:24 AM, Dongjin Kim

[PATCH v3] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-02-18 Thread Dongjin Kim
Kamat sachin.ka...@linaro.org Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/mmc/host/dw_mmc-exynos.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c index 4d50da6..38cd03c 100644

Re: [PATCH v3] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-02-19 Thread Dongjin Kim
not have the information of Exynos5250. And suggestion do you have? Regards, Dongjin. On Tue, Feb 19, 2013 at 7:19 PM, Seungwon Jeon tgih@samsung.com wrote: On Tuesday, February 19, 2013, Dongjin Kim wrote: This patch adds the compatible string for MSHC controller of Exynos4412, and share

Re: [PATCH v3] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-02-21 Thread Dongjin Kim
:53 PM, Seungwon Jeon tgih@samsung.com wrote: On Wednesday, February 20, 2013, Alim Akhtar wrote: Hi, On Tue, Feb 19, 2013 at 6:04 PM, Dongjin Kim tobet...@gmail.com wrote: Hello Seungwon, Thank you for reviewing and I understand what you mean. I agree that Exynos5250

[PATCH v4] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-02-22 Thread Dongjin Kim
: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/mmc/host/dw_mmc-exynos.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c index 4d50da6..dd8f58c

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

2012-08-07 Thread Dongjin Kim
-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/mach-exynos/Kconfig | 23 + arch/arm/mach-exynos/Makefile|1 + arch/arm/mach-exynos/mach-hkdk4412.c | 964 ++ arch/arm/tools/mach-types|1 + 4 files changed, 989 insertions

[PATCH 1/4] arm/dts: max77686: Add DTS file for max77686 PMIC

2012-08-07 Thread Dongjin Kim
Add a dedicated DTS file for max77686 PMIC. This file is supposed to be included in a board DTS in order to control the power for certain consumer devices or AP with 9 BUCKs and 26 LDOs Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/boot/dts/max77686.dtsi | 303

[PATCH 2/4] arm/dts: exynos4: Add DTS files derived from common Exynos4

2012-08-07 Thread Dongjin Kim
for Exynos4210 specific device nodes. Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/boot/dts/exynos4.dtsi| 404 + arch/arm/boot/dts/exynos4210.dtsi | 374 +- arch/arm/boot/dts/exynos4412.dtsi | 104

[PATCH 3/4] arm/dts: exynos4: Add DTS file for ODROID-X

2012-08-07 Thread Dongjin Kim
This patch create a DTS file for ODROID-X, it desribes PMIC max77686 and LED gpios base. Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/boot/dts/exynos4412-odroidx.dts | 148 ++ 1 file changed, 148 insertions(+) create mode 100644 arch/arm

회신: [PATCH 1/4] arm/dts: max77686: Add DTS file for max77686 PMIC

2012-08-07 Thread Dongjin Kim
. 보낸 사람: Mark Brown [broo...@opensource.wolfsonmicro.com] 보낸 날짜: 2012년 8월 8일 수요일 오전 4:34 받는 사람: Dongjin Kim 참조: Russell King; linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; Dongjin Kim 제목: Re: [PATCH 1/4] arm/dts: max77686: Add DTS file for max77686 PMIC

회신: [PATCH 2/4] arm/dts: exynos4: Add DTS files derived from common Exynos4

2012-08-07 Thread Dongjin Kim
Hi, I didn't use -M and I couldn't see any difference with the it. Did I make something wrong on that patch? Thank you in advance. Dongjin. 보낸 사람: Arnd Bergmann [a...@arndb.de] 보낸 날짜: 2012년 8월 8일 수요일 오전 4:38 받는 사람: Dongjin Kim 참조: Dongjin Kim; Russell

회신: [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] ARM: EXYNOS: Add gpio functions for Exynos4412

2012-08-06 Thread Dongjin Kim
GPIO functions are not registered for Exynos4412 yet, therefore exynos4_gpiolib_init() is added to initialize Exynos4412 SoC. Change-Id: I5945d94c6fbfc309ccf882eba067864a338c04ca Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- drivers/gpio/gpio-samsung.c |6 -- 1 file

[PATCH] ARM: EXYNOS: Add HDMIPHY I2C adaptor

2012-08-06 Thread Dongjin Kim
This patch assign the I2C channel for HDMIPHY for Exynos4x12 in s5p_i2c_hdmiphy_set_platdata() and s5p_hdmi_set_platdata() Change-Id: I7e66c8f9327e2f7dce7440efb8583b506d65831a Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/plat-samsung/devs.c |4 1 file changed

[PATCH] ARM: EXYNOS: Add USB HSIC device

2012-08-06 Thread Dongjin Kim
This patch support to control USB HSIC of EXYNOS4, edited based on Samsung's GT-i9100 ICS Opensource Update7. Change-Id: Ifba33c6a5166abf3644794eee6abe528bd71f521 Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/mach-exynos/common.c|5 + arch/arm

[PATCH] ARM: EXYNOS: Enable multiple cores on Exynos4

2012-08-06 Thread Dongjin Kim
: I61615c5b719d3646698f114fc3777eb304694099 Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm/mach-exynos/hotplug.c |4 +- arch/arm/mach-exynos/include/mach/regs-pmu.h | 11 ++- arch/arm/mach-exynos/platsmp.c | 100 +- 3 files changed

[PATCH] video: s3c-fb: Fix compile error/warning if CONFIG_OF is not selected

2012-08-06 Thread Dongjin Kim
Change-Id: I5d7ff6f0070a10225d5b064b362d3d8f214787fd Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- drivers/video/s3c-fb.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/video/s3c-fb.c b/drivers/video/s3c-fb.c index 8c8adb5..268be0c 100644

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

2012-08-06 Thread Dongjin Kim
The HKDK4412 is the CPU module developed by Hardkernel which is based on Exynos 4412. mach_hkdk4412.c is to run on ODROID-X hardware and Machine ID (4289) is registered. Change-Id: I3af02808c03b9acea916c310390a4904ad92d761 Signed-off-by: Dongjin Kim dongjin@agreeyamobility.net --- arch/arm

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

2012-08-06 Thread Dongjin Kim
. Any advice will be welcomed. Thanks, Dongjin. 보낸 사람: Thomas Abraham [thomas.abra...@linaro.org] 보낸 날짜: 2012년 8월 7일 화요일 오전 2:37 받는 사람: Dongjin Kim 참조: Dongjin Kim; Kukjin Kim; Russell King; Tony Lindgren; Jon Medhurst; Shawn Guo; Uwe Kleine-König; linux-arm

RE: [PATCH] video: s3c-fb: Fix compile error/warning if CONFIG_OF is not selected

2012-08-06 Thread Dongjin Kim
Sorry, seems its my bad. I took couple of commits from linaro kernel git for s3c-fb driver testing on my hardware and encountered the compile problem. Now I got your meaning, DT is not merged yet. Thanks, Dongjin. - 원본 메시지 - 보낸 사람:Jingoo Han jg1@samsung.com 받는 사람:'Dongjin Kim

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

2012-08-06 Thread Dongjin Kim
. 보낸 사람: Olof Johansson [o...@lixom.net] 보낸 날짜: 2012년 8월 7일 화요일 오전 3:33 받는 사람: 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

회신: 회신: 회신: [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-...@vger.kernel.org; linux-kernel

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] ARM: dts: Add node for MSHC controller for Exynos4

2012-12-17 Thread Dongjin Kim
Add MSHC controller node to the device tree (DT). --- arch/arm/boot/dts/exynos4.dtsi |8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index e1347fc..1b82921 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++

[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: dts: Add node for MSHC controller for Exynos4

2012-12-21 Thread Dongjin Kim
Add MSHC controller node to the device tree (DT). Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi |9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index e1347fc..92bca86 100644

[PATCH] mmc: host: dw_mmc-exynos: Add support for pinctrl

2012-12-21 Thread Dongjin Kim
(clock, comand and data lines) used for this controller. -. 'pinctrl-names' should contain only one value, 'default'. Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/mmc/host/dw_mmc-exynos.c | 44 -- 1 file changed, 28 insertions(+), 16

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

2012-12-21 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 | 47 ++ 2 files changed, 48 insertions

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

2012-12-21 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 | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts

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

2012-12-21 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 v2 3/4] ODROID-X: dts: Add nodes for leds based on GPIO.

2012-12-21 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

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

2012-12-21 Thread Dongjin Kim
for rootfs, anyhow real boot media has to be specified in bootargs as well. Thanks and any advice will be welcomed a lot. Best regrds, Dongjin. On Sat, Dec 22, 2012 at 3:13 AM, Kukjin Kim kgene@samsung.com wrote: Dongjin Kim wrote: Add initial dtb file for Hardkernel's ODROID-X board based

[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

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 v3 1/4] ODROID-X: dts: Add board dts file for ODROID-X

2012-12-30 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 | 47 ++ 2 files changed, 48 insertions

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

2012-12-30 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 v3 3/4] ODROID-X: dts: Add nodes for leds based on GPIO.

2012-12-30 Thread Dongjin Kim
This patch adds GPIO connected LEDS on ODROID-X board and configure its properties. LED1: use 'heartbeat' trigger, blinking while the board is running. LED2: use 'mmc0' trigger, on when mmc0 is accessing. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts

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

2012-12-30 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 | 20 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts

[PATCH] ARM: dts: max77686: Add DTS file for max77686 PMIC

2012-12-30 Thread Dongjin Kim
This patch adds a dedicated DTS file for max77686 PMIC, supposed to be included in a board DTS to control the power for certain consumer devices or AP with 9 BUCKs and 26 LDOs Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/max77686.dtsi | 156

[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

[PATCH] USB: misc: Add USB3503 High-Speed Hub Controller

2012-12-30 Thread Dongjin Kim
, HUB-MODE and STANDBY-MODE. Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/usb/misc/Kconfig |6 + drivers/usb/misc/Makefile |1 + drivers/usb/misc/usb3503.c| 323 + include/linux/platform_data/usb3503.h | 17

Re: [PATCH] mmc: host: dw_mmc-exynos: Add support for pinctrl

2012-12-30 Thread Dongjin Kim
Hi, Does anyone have advice on this patch? On Sat, Dec 22, 2012 at 2:11 AM, Dongjin Kim tobet...@gmail.com wrote: This patch adds support for pin configuration using pinctrl subsystem to dw_mmc-exynos driver. The property 'wp-gpios' can be specified for write protect but 'samsung,cd-pinmux

Re: [PATCH] USB: misc: Add USB3503 High-Speed Hub Controller

2012-12-30 Thread Dongjin Kim
at 12:22 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Mon, Dec 31, 2012 at 11:50:54AM +0900, Dongjin Kim wrote: This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC upstream connectivity and three USB 2.0 downstream ports. The specification can be found from

Re: [PATCH] mmc: host: dw_mmc-exynos: Add support for pinctrl

2013-01-03 Thread Dongjin Kim
. On Mon, Dec 31, 2012 at 2:57 PM, Thomas Abraham thomas.abra...@linaro.org wrote: On 21 December 2012 09:11, Dongjin Kim tobet...@gmail.com wrote: This patch adds support for pin configuration using pinctrl subsystem to dw_mmc-exynos driver. The property 'wp-gpios' can be specified for write protect

[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

[PATCH] USB: misc: fixup smatch WARNING

2013-01-12 Thread Dongjin Kim
This patch fixes the warning, 6a099c63650e50ebf7d1259b859a3d230aec4207 [4/10] USB: misc: Add USB3503 High-Speed Hub Controller drivers/usb/misc/usb3503.c:238 usb3503_probe() error: we previously assumed 'pdata' could be null (see line 196) Signed-off-by: Dongjin Kim tobet...@gmail.com

[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

[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

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

Re: usb: misc: usb3503: connect and intn mismatch in OF vs variable assignments

2013-08-16 Thread Dongjin Kim
Hi, The patch is submitted by Mark Brown a week ago, and might be queued already. [1] http://www.spinics.net/lists/linux-usb/msg91410.html Thanks, Dongjin. On Fri, Aug 16, 2013 at 5:53 PM, Alban Browaeys pra...@yahoo.com wrote: hub-gpio_intn = of_get_named_gpio(np, connect-gpios, 0); and

[PATCH] ARM: dts: add vmmc regulator support for ODROID-X

2013-06-05 Thread Dongjin Kim
This patch is to add vmmc regulator node at MSHC and SDHCI for ODROID-X board file. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts

Re: [PATCH 2/3] usb: misc: usb3503: Remove hardcoded disabling of ports 2 and 3

2013-05-31 Thread Dongjin Kim
Hi, I have sent two patches for the same issue, these two are merged into Greg's tree. Please review the patches. [1] https://patchwork.kernel.org/patch/2599021 [2] https://patchwork.kernel.org/patch/2599031 Many thanks, Dongjin. On Sat, Jun 1, 2013 at 10:34 AM, Julius Werner

Re: [PATCH 1/3] usb: misc: usb3503: Fix up whitespace

2013-05-31 Thread Dongjin Kim
Signed-off-by: Dongjin Kim tobet...@gmail.com On Sat, Jun 1, 2013 at 10:34 AM, Julius Werner jwer...@chromium.org wrote: Remove an erroneous tab that should be a space. Signed-off-by: Julius Werner jwer...@chromium.org --- drivers/usb/misc/usb3503.c | 2 +- 1 file changed, 1 insertion

Re: [PATCH 3/3] usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheet

2013-05-31 Thread Dongjin Kim
Signed-off-by: Dongjin Kim tobet...@gmail.com On Sat, Jun 1, 2013 at 10:34 AM, Julius Werner jwer...@chromium.org wrote: The usb3503 driver sleeps a flat 100ms when resetting the chip, with a comment about waiting for the reference clock. This seems to be a board-specific detail that should

[PATCH] ARM: dts: add max77686 node entry for ODROID-X

2013-05-21 Thread Dongjin Kim
ODROID-X board have a max77686 PMIC on i2c channel 0. The properties of used LDO and BUCK are defined according the schematic. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412-odroidx.dts | 195 ++ 1 file changed, 195 insertions(+) diff

[PATCH] usb: phy: samsung: Add support HSIC on Exynos4X12

2013-05-21 Thread Dongjin Kim
://patchwork.kernel.org/patch/2576141 [4] https://patchwork.kernel.org/patch/2576151 [5] https://patchwork.kernel.org/patch/2576161 [6] https://patchwork.kernel.org/patch/2576171 Signed-off-by: Dongjin Kim tobet...@gmail.com Cc: Tomasz Figa t.f...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com

[PATCH 1/2] usb: misc: usb3503: Add to select the ports to disable

2013-05-21 Thread Dongjin Kim
ports .port_off_mask = 0; Signed-off-by: Dongjin Kim tobet...@gmail.com --- drivers/usb/misc/usb3503.c| 19 ++- include/linux/platform_data/usb3503.h |5 + 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/drivers/usb/misc/usb3503.c b

[PATCH 2/2] usb: misc: usb3503: Adding device tree entry 'disabled-ports'

2013-05-21 Thread Dongjin Kim
in the device tree. usb3503@08{ ... disabled-ports = 2 3; ... }; Signed-off-by: Dongjin Kim tobet...@gmail.com --- Documentation/devicetree/bindings/usb/usb3503.txt |5 + drivers/usb/misc/usb3503.c| 14

[PATCH] usb: phy: samsung: adding usbphy for Exynos4X12

2013-05-13 Thread Dongjin Kim
is added. Signed-off-by: Dongjin Kim tobet...@gmail.com --- .../devicetree/bindings/usb/samsung-usbphy.txt |5 ++ drivers/usb/phy/phy-samsung-usb.c | 30 ++- drivers/usb/phy/phy-samsung-usb.h | 18 drivers/usb/phy/phy-samsung-usb2.c

[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 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 clock provider for mshc in Exynos4412

2014-01-02 Thread Dongjin Kim
Add clock lookup information for mshc in Exynos4412. Signed-off-by: Dongjin Kim tobet...@gmail.com --- arch/arm/boot/dts/exynos4412.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index e743e67..67bef99 100644

[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

[REBASED PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4

2017-11-27 Thread Dongjin Kim
Looking at the schematic, LDO15 and LDO17 are tied as a power source of a builtin network chipset. The voltage on LDO15 is corrected to 3.3V and the name of LDO17 is corrected to "vdd_ldo17". Signed-off-by: Dongjin Kim <tobet...@gmail.com> --- arch/arm/boot/dts/exynos5422-odro

[PATCH] ARM: exynos: add machine description for ODROID-XU3/4

2017-11-18 Thread Dongjin Kim
$ cat /proc/cpuinfo | grep Hardware Hardware: ODROID-XU4 Signed-off-by: Dongjin Kim <tobet...@gmail.com> --- arch/arm/mach-exynos/exynos.c | 28 1 file changed, 28 insertions(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exyno

[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 Signed-off-by: Dongjin Kim --- 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

[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 Signed-off-by: Dongjin Kim --- 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

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 wrote: > Hi Dongjin, > > On 5 August 2013 23:48, Dongjin Kim wrote:

Re: usb: misc: usb3503: connect and intn mismatch in OF vs variable assignments

2013-08-16 Thread Dongjin Kim
Hi, The patch is submitted by Mark Brown a week ago, and might be queued already. [1] http://www.spinics.net/lists/linux-usb/msg91410.html Thanks, Dongjin. On Fri, Aug 16, 2013 at 5:53 PM, Alban Browaeys wrote: > hub->gpio_intn = of_get_named_gpio(np, "connect-gpios", 0); > and >

[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 Cc: Tomasz Figa Cc: Kyungmin Park --- * Changes from v1 o. 'status = "disabled"' is removed to probe as default arch/arm/boot/dts/exynos4x12.dtsi | 17 + 1 file changed, 17

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 wrote: > Hi Dongjin, > > On 23 July 2013 23:01, Dongjin Kim wrote: >> This patch adds device nodes for USBPHY to Exynos4x12. >> >> Signed-off-by: Dongjin Kim >> --- >> a

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 wrote: > On 23 July 2013 23:02, Dongjin Kim wrote: >> This patch adds EHCI and OHCI host device nodes for Exynos4. >> >> Signed-off-by: Dongjin Kim >> --- >> 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 --- 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..cbe5219 100644

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

  1   2   >