From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 25 Apr 2010 23:13:41 -0700 Subject: [U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver In-Reply-To: <1271738992-1349-1-git-send-email-thomas@wytron.com.tw> References: <1269412366-9206-1-git-send-email-thomas@wytron.com.tw> <1271738992-1349-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4BD52F15.1000104@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 folded due to increased code size. > > drivers/net/Makefile | 1 + > drivers/net/altera_tse.c | 935 ++++++++++++++++++++++++++++++++++++++++++++++ > drivers/net/altera_tse.h | 494 ++++++++++++++++++++++++ > include/netdev.h | 2 + > 4 files changed, 1432 insertions(+), 0 deletions(-) > create mode 100644 drivers/net/altera_tse.c > create mode 100644 drivers/net/altera_tse.h > > applied to net repo. If you'd like this driver to automatically program MAC addresses after initialization (see a patch that I submitted tonight), please submit a follow-on to this one and I'll accept for the current release. regards, Ben