From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlev Zundel Date: Thu, 23 Apr 2009 14:29:38 +0200 Subject: [U-Boot] [PATCH v6] Marvell MV88E61XX Switch Driver support In-Reply-To: <49EFFCEF.5000005@gmail.com> (Ben Warren's message of "Wed, 22 Apr 2009 22:30:23 -0700") References: <1240403013-24534-1-git-send-email-prafulla@marvell.com> <49EFFCEF.5000005@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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