Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090812203659.gb21...@game.jcrosoft.org> you wrote: > > > > +#ifdef CONFIG_SMC_USE_32_BIT > > > +#define USE_32BIT 1 > > > +#else > > > +#define USE_32BIT 0 > > > +#endif > > > > Above you get rid of the USE_32BIT stuff; here you re-introduce it

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 08:54 Wed 12 Aug , Ben Warren wrote: > >> Jean-Christophe, >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >>> >> I already posted a patch that does this and asked for help testing. >>

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:54 Wed 12 Aug , Ben Warren wrote: > Jean-Christophe, > Jean-Christophe PLAGNIOL-VILLARD wrote: > >Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > I already posted a patch that does this and asked for help testing. > It is available in the net/next repo. If you find it to be > inadequa

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:12 Wed 12 Aug , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1250023747-20224-3-git-send-email-plagn...@jcrosoft.com> you > wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > ... > > #ifdef CONFIG_SMC_USE_32_BIT > > -#define USE_32_BIT 1

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1250023747-20224-3-git-send-email-plagn...@jcrosoft.com> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD ... > #ifdef CONFIG_SMC_USE_32_BIT > -#define USE_32_BIT 1 > +#define is_use_32bit(x) (x->use_32bit) Does switching fro

Re: [U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Ben Warren
Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD I already posted a patch that does this and asked for help testing. It is available in the net/next repo. If you find it to be inadequate, please provide patches to make it work. regards

[U-Boot] [PATCH 3/3] smc91111: switch to MULTI_NET api

2009-08-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- board/netstar/eeprom.c |3 +- board/voiceblue/eeprom.c |3 +- drivers/net/smc9.c | 420 +++-- drivers/net/smc9.h |8 +- include/configs/ADNPESC1.h |