Re: [PATCH] ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board

2013-12-14 Thread Alex Ling
Tomasz, Thanks for reviewing. I'll fix the patch description and style problems. Regards, Alex On Sun, Dec 15, 2013 at 2:57 AM, Tomasz Figa wrote: > Hi Alex, > > On Friday 15 of November 2013 21:09:29 Alex Ling wrote: >> Add a minimal board dts file for EXYNOS4412 based FriendlyARM's >> TINY441

Re: [PATCH] ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board

2013-12-14 Thread Tomasz Figa
Hi Alex, On Friday 15 of November 2013 21:09:29 Alex Ling wrote: > Add a minimal board dts file for EXYNOS4412 based FriendlyARM's > TINY4412 board. This patch including adds the node to support > peripherals like UART, SD card on SDMMC2 port, and this patch > adds GPIO connected LEDS and configur

Re: [PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization

2013-12-14 Thread Santosh Shilimkar
On Saturday 14 December 2013 06:47 AM, Sebastian Hesselbarth wrote: [..] > From 4ef4720c0d7ca9be57b06dc7ab1483c77a5ada1d Mon Sep 17 00:00:00 2001 > From: Sebastian Hesselbarth > Date: Sat, 14 Dec 2013 12:21:01 +0100 > Subject: [PATCH] ARM: keystone: remove call to of_clk_init > > Commit > > 41

Re: [PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization

2013-12-14 Thread Santosh Shilimkar
Arnd, Olof, On Saturday 14 December 2013 12:50 AM, Olof Johansson wrote: > On Fri, Dec 13, 2013 at 7:00 PM, Arnd Bergmann wrote: >> On Friday 13 December 2013, Tomasz Figa wrote: >>> Commit >>> >>> 4178bac ARM: call of_clk_init from default time_init handler >>> >>> added implicit call to of_clk_

Re: [PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization

2013-12-14 Thread Dillon
Hi all Let's me give some information about s3c6410 dev board in china,all of them are very cheap. Ok6410 http://www.witech.com.cn/product/FL6410.html Ut6410 http://go.ppwan.com/?pp_mid=10&sid=33242 Real6410 Http://www.realarm.cn/pic/?76_451.html Arm sys 6410 http://www.hzlitai.com.cn/produ

Re: [PATCH v2 1/1] ARM: dts: Add missing clocks for exynos4412 dwmmc node

2013-12-14 Thread Tomasz Figa
Hi Alex, On Saturday 14 of December 2013 13:21:30 Alex Ling wrote: > This patch adds "biu" and "ciu" clocks for exynos4412 dwmmc > node. Without this patch, dwmmc host driver will skip enabling the > two clocks and it will break dwmmc host function on exynos4412. > Tested on FriendlyARM TINY4412 b

Re: [exynos4412]How to test a pwm device, is there a test program?

2013-12-14 Thread Tomasz Figa
Hi Thierry, Ayaka, On Saturday 14 of December 2013 13:44:09 Thierry Reding wrote: > On Thu, Dec 12, 2013 at 10:27:04PM +0800, randy wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > 于 2013年12月12日 20:22, Thierry Reding 写道: > > > On Mon, Dec 09, 2013 at 09:06:37PM +0800, randy wr

Re: [PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization

2013-12-14 Thread Tomasz Figa
On Saturday 14 of December 2013 16:19:05 hua dillon wrote: > hi olof: > > i think mini6410 from china is the board you want . There were several cheap boards with S3C6410 available, but I'm not sure how many of them are still on the market. I guess Mini6410/Tiny6410 are, as I can at least see

Re: [PATCH CRITICAL] ARM: s3c64xx: dt: Fix boot failure due to double clock initialization

2013-12-14 Thread Sebastian Hesselbarth
On 12/14/2013 04:00 AM, Arnd Bergmann wrote: On Friday 13 December 2013, Tomasz Figa wrote: Commit 4178bac ARM: call of_clk_init from default time_init handler added implicit call to of_clk_init() from default time_init callback, but it did not change platforms calling it from other callbacks,