Re: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-03-30 Thread Mike Frysinger
On Tuesday 25 March 2008, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > The Blackfin on-chip MAC driver was being managed in the BF537-STAMP > > board directory, but it is not board specific, so relocate it to the > > drivers dir so that other Blackfin ports can utilize it. >

Re: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-03-25 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board > directory, but it is not board specific, so relocate it to the drivers dir > so that other Blackfin ports can utilize it. > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> >

Re: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-02-27 Thread Ben Warren
Mike Frysinger wrote: > On Wednesday 27 February 2008, Haavard Skinnemoen wrote: > >> Mike Frysinger <[EMAIL PROTECTED]> wrote: >> >>> The Blackfin on-chip MAC driver was being managed in the BF537-STAMP >>> board directory, but it is not board specific, so relocate it to the >>> drivers di

Re: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-02-27 Thread Mike Frysinger
On Wednesday 27 February 2008, Haavard Skinnemoen wrote: > Mike Frysinger <[EMAIL PROTECTED]> wrote: > > The Blackfin on-chip MAC driver was being managed in the BF537-STAMP > > board directory, but it is not board specific, so relocate it to the > > drivers dir so that other Blackfin ports can uti

Re: [U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-02-27 Thread Haavard Skinnemoen
On Sun, 24 Feb 2008 23:58:13 -0500 Mike Frysinger <[EMAIL PROTECTED]> wrote: > The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board > directory, but it is not board specific, so relocate it to the drivers dir > so that other Blackfin ports can utilize it. > > Signed-off-by:

[U-Boot-Users] [PATCH] net/Blackfin: move on-chip MAC driver into drivers/net/

2008-02-24 Thread Mike Frysinger
The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board directory, but it is not board specific, so relocate it to the drivers dir so that other Blackfin ports can utilize it. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- board/bf537-stamp/Makefile |2 +- board