Re: [U-Boot] [RFC PATCH] net: emaclite: Support OF initialization

2012-07-03 Thread Michal Simek
2012/7/3 Simon Glass : > Hi Michal, > > On Thu, Jun 28, 2012 at 12:26 AM, Michal Simek wrote: >> >> Support new CONFIG_OF_CONTROL option where device >> probing is done based on device tree description. >> >> Signed-off-by: Michal Simek >> --- >> drivers/net/xilinx_emaclite.c | 30

Re: [U-Boot] [RFC PATCH] net: emaclite: Support OF initialization

2012-07-03 Thread Simon Glass
Hi Michal, On Thu, Jun 28, 2012 at 12:26 AM, Michal Simek wrote: > Support new CONFIG_OF_CONTROL option where device > probing is done based on device tree description. > > Signed-off-by: Michal Simek > --- > drivers/net/xilinx_emaclite.c | 30 ++ > 1 files change

[U-Boot] [RFC PATCH] net: emaclite: Support OF initialization

2012-06-28 Thread Michal Simek
Support new CONFIG_OF_CONTROL option where device probing is done based on device tree description. Signed-off-by: Michal Simek --- drivers/net/xilinx_emaclite.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/drivers/net/xilinx_emaclite.c b