Re: [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

2012-12-11 Thread Hatim Rv
Dear Minkyu Kang, I have submitted the rebased patches. Regards, Hatim Ali On Fri, Dec 7, 2012 at 2:29 PM, Minkyu Kang wrote: > Dear Hatim > > On 06/11/12 19:13, Hatim Ali wrote: >> This patch series enables the DT support on SMDK5250. >> Ethernet is the first driver whose discovery is based on

Re: [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

2012-12-07 Thread Minkyu Kang
Dear Hatim On 06/11/12 19:13, Hatim Ali wrote: > This patch series enables the DT support on SMDK5250. > Ethernet is the first driver whose discovery is based on DT node. > More DT based drivers to be added subsequently > > Changes since v1: > - Renamed the smdk5250.h file to exynos5250-dt.

Re: [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

2012-11-18 Thread Hatim Rv
Hello, Are there any other comments on this patch series? Can these be merged with the u-boot-samsung? Regards, Hatim Ali -- Forwarded message -- From: Simon Glass Date: Wed, Nov 7, 2012 at 5:18 AM Subject: Re: [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

Re: [U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

2012-11-06 Thread Simon Glass
Hi Katin, On Tue, Nov 6, 2012 at 2:13 AM, Hatim Ali wrote: > This patch series enables the DT support on SMDK5250. > Ethernet is the first driver whose discovery is based on DT node. > More DT based drivers to be added subsequently > > Changes since v1: > - Renamed the smdk5250.h file to

[U-Boot] [PATCH 0/5 v2] Add DT based ethernet driver for SMDK5250

2012-11-06 Thread Hatim Ali
This patch series enables the DT support on SMDK5250. Ethernet is the first driver whose discovery is based on DT node. More DT based drivers to be added subsequently Changes since v1: - Renamed the smdk5250.h file to exynos5250-dt.h to create a common configuration file which ca