From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 22 Jul 2009 16:03:12 -0700 Subject: [U-Boot] [PATCH] fec_mxc: driver for FEC ethernet controller on i.MX27 In-Reply-To: <20090722222316.GF19203@game.jcrosoft.org> References: <1248190341-17085-1-git-send-email-yanok@emcraft.com> <20090722222316.GF19203@game.jcrosoft.org> Message-ID: <4A679AB0.5040907@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 Jean-Christophe PLAGNIOL-VILLARD wrote: > On 19:32 Tue 21 Jul , Ilya Yanok wrote: > >> Signed-off-by: Ilya Yanok >> --- >> cpu/arm926ejs/mx27/generic.c | 10 + >> drivers/net/Makefile | 1 + >> drivers/net/fec_mxc.c | 742 ++++++++++++++++++++++++++++++++++++++++++ >> drivers/net/fec_mxc.h | 304 +++++++++++++++++ >> include/netdev.h | 1 + >> 5 files changed, 1058 insertions(+), 0 deletions(-) >> create mode 100644 drivers/net/fec_mxc.c >> create mode 100644 drivers/net/fec_mxc.h >> > Ben ping > > Best Regards, > J. > Planning on getting to it tonight. Ben