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

2012-12-26 Thread Minkyu Kang
On 11/12/12 19:52, 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.h to create

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

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