Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200909110606.42732.vap...@gentoo.org> you wrote: > --===0077506097== > Content-Type: multipart/signed; > boundary="nextPart2279044.usXPOpWbKs"; > protocol="application/pgp-signature"; > micalg=pgp-sha1 > Content-Transfer-Encoding: 7bit > > --next

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-09-10 Thread Ben Warren
Mike Frysinger wrote: > the attached patch incorporates my changes and has been tested on actual > hardware with 2009.08 > -mike Thanks a lot. I'm applying it to the net tree. regards, Ben ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-09-02 Thread Mike Frysinger
On Monday 27 July 2009 17:43:22 Ben Warren wrote: > diff --git a/include/configs/blackstamp.h b/include/configs/blackstamp.h > index 887f3fb..6c9b3e0 100644 > --- a/include/configs/blackstamp.h > +++ b/include/configs/blackstamp.h > @@ -30,7 +30,8 @@ > /* > * Board settings > */ > -#define CON

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-08-25 Thread Ben Warren
Hi Robin, Robin Getz wrote: > On Mon 27 Jul 2009 17:47, Ben Warren pondered: > >> Ben Warren wrote: >> >>> All in-tree boards that use this controller have CONFIG_NET_MULTI >>> added >>> Also: >>> - changed CONFIG_DRIVER_SMC9 to CONFIG_SMC9 >>> - cleaned up line lengths >>> -

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-07-27 Thread Mike Frysinger
On Monday 27 July 2009 17:43:22 Ben Warren wrote: > All in-tree boards that use this controller have CONFIG_NET_MULTI > added > Also: > - changed CONFIG_DRIVER_SMC9 to CONFIG_SMC9 > - cleaned up line lengths > - modified all boards that override weak function in this driver > - modi

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-07-27 Thread Robin Getz
On Mon 27 Jul 2009 17:47, Ben Warren pondered: > Ben Warren wrote: > > All in-tree boards that use this controller have CONFIG_NET_MULTI > > added > > Also: > > - changed CONFIG_DRIVER_SMC9 to CONFIG_SMC9 > > - cleaned up line lengths > > - modified all boards that override weak funct

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-07-27 Thread Robin Getz
On Mon 27 Jul 2009 17:47, Ben Warren pondered: > Ben Warren wrote: > > All in-tree boards that use this controller have CONFIG_NET_MULTI > > added > > Also: > > - changed CONFIG_DRIVER_SMC9 to CONFIG_SMC9 > > - cleaned up line lengths > > - modified all boards that override weak funct

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-07-27 Thread Ben Warren
Ben Warren wrote: > All in-tree boards that use this controller have CONFIG_NET_MULTI > added > Also: > - changed CONFIG_DRIVER_SMC9 to CONFIG_SMC9 > - cleaned up line lengths > - modified all boards that override weak function in this driver > - modified all eeprom standalone apps