Re: [U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-04-01 Thread Rajeshwari Birje
Hi Minkyu Kang, Thank you for comment On Fri, Mar 29, 2013 at 11:44 AM, Minkyu Kang wrote: > Dear Rajeshwari Shinde, > > On 15/03/13 19:38, Rajeshwari Shinde wrote: >> Add required compatible information for s5p serial driver >> >> Signed-off-by: Abhilash Kesavan >> Signed-off-by: Rajeshwari Sh

Re: [U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-28 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 15/03/13 19:38, Rajeshwari Shinde wrote: > Add required compatible information for s5p serial driver > > Signed-off-by: Abhilash Kesavan > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass > --- > Changes in V2: > - Changed the compatible string to "sa

[U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-15 Thread Rajeshwari Shinde
Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - Changed the compatible string to "samsung,exynos4210-uart" Chnages in V3: - Rebased on latest u-boot-samsung inc