public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/5] usb: eth: introduce Moschip MCS7830 driver
@ 2014-02-16 23:01 Gerhard Sittig
  2014-02-16 23:01 ` [U-Boot] [PATCH v1 1/5] usb: net: introduce support for Moschip USB ethernet Gerhard Sittig
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Gerhard Sittig @ 2014-02-16 23:01 UTC (permalink / raw)
  To: u-boot

this series
- adds a new USB ethernet driver for adapters that are based on the
  MCS7730/7830/7832 chips
- enables the driver for those boards which previously had support for
  "all other" USB ethernet adapters
- updates the README.usb documentation file to list all available
  drivers for USB ethernet adapters

development and tests were done on a taskit stamp9g20 with Delock and
Logilink adapters, running TFTP transfers of a file as large as RAM is

there are several checkpatch warnings
- about CamelCase for NetReceive() and USB related structure members,
  which cannot get fixed as the names are in the established API
- about a multiple assignment for the "found" flags in the USB endpoint
  search, which I consider acceptable

hopefully I got the Cc: list right, Marek as the USB custodian, Simon
for introducing the Asix driver in the past -- unfortunately I could not
determine a "network" custodian nor one outstanding usb-eth committer

Gerhard Sittig (5):
  usb: net: introduce support for Moschip USB ethernet
  arm: config: alpha-sort USB ethernet items for Asix and SMSC
  arm: config: enable Moschip USB ethernet support for several boards
  arm: config: enable USB ethernet for taskit stamp9g20
  usb: doc: update README.doc to list all USB ethernet options

 doc/README.usb                 |   13 +-
 drivers/usb/eth/Makefile       |    1 +
 drivers/usb/eth/mcs7830.c      |  677 ++++++++++++++++++++++++++++++++++++++++
 drivers/usb/eth/usb_ether.c    |    7 +
 include/configs/harmony.h      |    3 +-
 include/configs/m53evk.h       |    1 +
 include/configs/mx53loco.h     |    1 +
 include/configs/nitrogen6x.h   |    1 +
 include/configs/omap3_beagle.h |    3 +-
 include/configs/stamp9g20.h    |    5 +-
 include/usb_ether.h            |    8 +
 11 files changed, 715 insertions(+), 5 deletions(-)
 create mode 100644 drivers/usb/eth/mcs7830.c

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-02-17 22:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-16 23:01 [U-Boot] [PATCH v1 0/5] usb: eth: introduce Moschip MCS7830 driver Gerhard Sittig
2014-02-16 23:01 ` [U-Boot] [PATCH v1 1/5] usb: net: introduce support for Moschip USB ethernet Gerhard Sittig
2014-02-17  1:40   ` Marek Vasut
2014-02-17  9:40     ` Gerhard Sittig
2014-02-17 13:12       ` Marek Vasut
2014-02-16 23:01 ` [U-Boot] [PATCH v1 2/5] arm: config: alpha-sort USB ethernet items for Asix and SMSC Gerhard Sittig
2014-02-17 22:21   ` Simon Glass
2014-02-16 23:01 ` [U-Boot] [PATCH v1 3/5] arm: config: enable Moschip USB ethernet support for several boards Gerhard Sittig
2014-02-16 23:01 ` [U-Boot] [PATCH v1 4/5] arm: config: enable USB ethernet for taskit stamp9g20 Gerhard Sittig
2014-02-16 23:01 ` [U-Boot] [PATCH v1 5/5] usb: doc: update README.doc to list all USB ethernet options Gerhard Sittig
2014-02-17 22:22   ` Simon Glass
2014-02-17  1:25 ` [U-Boot] [PATCH v1 0/5] usb: eth: introduce Moschip MCS7830 driver Marek Vasut
2014-02-17  9:44   ` Gerhard Sittig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox