Re: [U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

2010-04-26 Thread Thomas Chou
On 04/26/2010 02:13 PM, Ben Warren wrote: > Thomas, > > On 4/19/2010 9:49 PM, Thomas Chou wrote: >> This driver supports the Altera triple speeds 10/100/1000 ethernet >> mac. >> > applied to net repo. > > If you'd like this driver to automatically program MAC addresses after > initialization (see

Re: [U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

2010-04-25 Thread Ben Warren
Thomas, On 4/19/2010 9:49 PM, Thomas Chou wrote: > This driver supports the Altera triple speeds 10/100/1000 ethernet > mac. > > Signed-off-by: Thomas Chou > --- > sort the code to remove func proto. > change initialization, with dev_num and bases. > add tse_set_mac_address(). > sgdma code is not

[U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

2010-04-19 Thread Thomas Chou
This driver supports the Altera triple speeds 10/100/1000 ethernet mac. Signed-off-by: Thomas Chou --- sort the code to remove func proto. change initialization, with dev_num and bases. add tse_set_mac_address(). sgdma code is not folded due to increased code size. drivers/net/Makefile |