[U-Boot] [PATCH 0/4] USB cleanup

Marek Vasut marek.vasut at gmail.com
Tue Feb 14 05:58:15 CET 2012


This series introduces various cleanups in order to better split the USB
subsystem components.

Marek Vasut (4):
  USB: Staticize internal functions
  USB: Separate out USB hub driver
  USB: Make struct devrequest setup_packet local
  USB: Staticize usb_storage.c

 common/Makefile      |    2 +-
 common/usb.c         |  448 ++---------------------------------------------
 common/usb_hub.c     |  483 ++++++++++++++++++++++++++++++++++++++++++++++++++
 common/usb_storage.c |   39 ++--
 include/usb.h        |    8 +
 5 files changed, 522 insertions(+), 458 deletions(-)
 create mode 100644 common/usb_hub.c

-- 
1.7.8.3



More information about the U-Boot mailing list