
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