From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 11 Oct 2010 23:34:51 -0700 Subject: [U-Boot] [PATCH v2] net: Move Emaclite to NET_MULTI In-Reply-To: <1286761307-17009-2-git-send-email-monstr@monstr.eu> References: <1286761307-17009-1-git-send-email-monstr@monstr.eu> <1286761307-17009-2-git-send-email-monstr@monstr.eu> Message-ID: <4CB4018B.90306@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 Michal, On 10/10/2010 6:41 PM, Michal Simek wrote: > Emaclite was using old net api that's why > this patch move emaclite to NET_MULTI api. > > Signed-off-by: Michal Simek > CC: Ben Warren > > --- > > v2: Pass base_addr as parameter > > v1: Initial version > --- > drivers/net/xilinx_emaclite.c | 84 +++++++++++++++++++++++------------------ > include/netdev.h | 1 + > 2 files changed, 48 insertions(+), 37 deletions(-) Applied to net repo. thanks, Ben