From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6] Marvell MV88E61XX Switch Driver support
Date: Thu, 23 Apr 2009 14:29:38 +0200 [thread overview]
Message-ID: <m2tz4fv9hp.fsf@ohwell.denx.de> (raw)
In-Reply-To: <49EFFCEF.5000005@gmail.com> (Ben Warren's message of "Wed, 22 Apr 2009 22:30:23 -0700")
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@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
next prev parent reply other threads:[~2009-04-23 12:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-15 13:24 [U-Boot] [PATCH v4] Marvell MV88E61XX Switch Driver support Prafulla Wadaskar
2009-04-17 7:36 ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-18 6:44 ` Prafulla Wadaskar
2009-04-19 6:11 ` [U-Boot] [PATCH v5] " Prafulla Wadaskar
2009-04-20 3:48 ` Ben Warren
2009-04-22 7:11 ` Prafulla Wadaskar
2009-04-22 12:23 ` [U-Boot] [PATCH v6] " Prafulla Wadaskar
2009-04-23 5:30 ` Ben Warren
2009-04-23 12:29 ` Detlev Zundel [this message]
2009-04-23 13:54 ` Prafulla Wadaskar
2013-01-25 6:44 ` Kenny
2009-04-23 14:04 ` Prafulla Wadaskar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2tz4fv9hp.fsf@ohwell.denx.de \
--to=dzu@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.