[U-Boot] [PATCH v6] Marvell MV88E61XX Switch Driver support
Detlev Zundel
dzu at denx.de
Thu Apr 23 14:29:38 CEST 2009
Hi all,
just an interesting side note:
Statistics from v1 patch:
board/Marvell/common/mv88e1116.c | 72 +++++++
board/Marvell/common/mv88e60xx.c | 409 +++++++++++++++++++++++++++++++++++++
board/Marvell/common/mv88e61xx.c | 414 ++++++++++++++++++++++++++++++++++++++
3 files changed, 895 insertions(+), 0 deletions(-)
create mode 100644 board/Marvell/common/mv88e1116.c
create mode 100644 board/Marvell/common/mv88e60xx.c
create mode 100644 board/Marvell/common/mv88e61xx.c
Statistics from v6 patch:
drivers/net/phy/Makefile | 1 +
drivers/net/phy/mv88e61xx.c | 244 +++++++++++++++++++++++++++++++++++++++++++
drivers/net/phy/mv88e61xx.h | 143 +++++++++++++++++++++++++
include/netdev.h | 1 +
4 files changed, 389 insertions(+), 0 deletions(-)
create mode 100644 drivers/net/phy/mv88e61xx.c
create mode 100644 drivers/net/phy/mv88e61xx.h
Now even without looking at the details, if this isn't a *pretty* good
example of what showing code and a review process can do, then I really
don't know.
Thanks all for the good work!
Detlev
--
[Linux] USB consoles was a bad hack written on a drunken dare. I'm still
constantly amazed that the thing even works at all, let alone the fact that
people are actually using it :)
-- Greg KH <20090420225358.GC28697 at kroah.com>
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
More information about the U-Boot
mailing list