Re: [U-Boot-Users] [PATCH] net: Divided code of NE2000 ethernet driver

2008-03-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > drivers/net/ne2000.c | 213 +- > > drivers/net/ne2000.h | 316 > > - > > drivers/net/ne2000_base.h | 282 > > 3 files chang

Re: [U-Boot-Users] [PATCH] net: Divided code of NE2000 ethernet driver

2008-03-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > There are more devices of the NE2000 base. > A present code is difficult for us to support more devices. > To support more NE2000 clone devices, separated the function. > > Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> Applied. Thanks. Best regards,

Re: [U-Boot-Users] [PATCH] net: Divided code of NE2000 ethernet driver

2008-03-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:08 Wed 05 Mar , goda.yusuke wrote: > There are more devices of the NE2000 base. > A present code is difficult for us to support more devices. > To support more NE2000 clone devices, separated the function. > > Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]> > --- > drivers/net/ne2000.c

Re: [U-Boot-Users] [PATCH] net: Divided code of NE2000 ethernet driver

2008-03-06 Thread Nobuhiro Iwamatsu
On Wed, 05 Mar 2008 17:08:20 +0900 "goda.yusuke" <[EMAIL PROTECTED]> wrote: > There are more devices of the NE2000 base. > A present code is difficult for us to support more devices. > To support more NE2000 clone devices, separated the function. > > Signed-off-by: Yusuke Goda <[EMAIL PROTECTED]>