[U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver
Prafulla Wadaskar
prafulla at marvell.com
Sat May 30 08:41:44 CEST 2009
> -----Original Message-----
> From: Ben Warren [mailto:biggerbadderben at gmail.com]
> Sent: Saturday, May 30, 2009 4:51 AM
> To: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Prafulla Wadaskar; u-boot at lists.denx.de; Manas Saksena;
> Ronen Shitrit; Nicolas Pitre; Ashish Karkare; Prabhanjan
> Sarnaik; Lennert Buijtenhek
> Subject: Re: [U-Boot] [PATCH] net: Add Marvell Kirkwood
> gigabit ethernet driver
>
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 01:13 Sat 30 May , Prafulla Wadaskar wrote:
> >
> >> This patch adds a egiga driver for the Marvell Kirkwood SoC's.
> >>
> >> Contributors:
> >> Yotam Admon <yotam at marvell.com>
> >> Michael Blostein <michaelbl at marvell.com
> >>
> >> Reviewed-by: Ronen Shitrit <rshitrit at marvell.com>
> >> Acked-by: Stefan Rose <sr at denx.de>
> >> Signed-off-by: Prafulla Wadaskar <prafulla at marvell.com>
> >>
> > Ben if it's ok for you I'll apply with rest of the series
> >
> > Best Regards,
> > J.
> >
> I'll look at it this weekend.
Hi Ben,
I have put the huge efforts to tune it specially for code size reduction.
Whereas I have lost only network statistics and packet info print debugging features.
Now it looks more simpler and cleaner :-)
Hopefully it will stand as per your suggestions.
See the difference
New driver..
drivers/net/Makefile | 1 +
drivers/net/kirkwood_egiga.c | 674 ++++++++++++++++++++++++++++++++++++++++++
drivers/net/kirkwood_egiga.h | 561 +++++++++++++++++++++++++++++++++++
include/netdev.h | 1 +
4 files changed, 1237 insertions(+), 0 deletions(-) create mode 100644
Old driver
cpu/arm926ejs/kirkwood/cpu.c | 8 +
drivers/net/Makefile | 1 +
drivers/net/kirkwood_egiga.c | 1670 ++++++++++++++++++++++++++++++++++++++++++
drivers/net/kirkwood_egiga.h | 828 +++++++++++++++++++++
include/netdev.h | 1 +
5 files changed, 2508 insertions(+), 0 deletions(-)
create mode 100644 drivers/net/kirkwood_egiga.c
create mode 100644 drivers/net/kirkwood_egiga.h
Regards..
Prafulla .
>
> regards,
> Ben
>
More information about the U-Boot
mailing list