From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 11 Oct 2010 23:32:36 -0700 Subject: [U-Boot] [PATCH] smc91111: add write_hwaddr In-Reply-To: <1286327770-3777-1-git-send-email-thomas@wytron.com.tw> References: <1286327770-3777-1-git-send-email-thomas@wytron.com.tw> Message-ID: <4CB40104.1010605@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 Hi Thomas, On 10/5/2010 6:16 PM, Thomas Chou wrote: > Add smc_write_hwaddr() to set mac address. > Clear dev before use. > > Signed-off-by: Thomas Chou > --- > drivers/net/smc91111.c | 40 ++++++++++++++++++++++++---------------- > 1 files changed, 24 insertions(+), 16 deletions(-) Applied to net repo. thanks, Ben