public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] USB cleanup
@ 2012-02-14  4:58 Marek Vasut
  2012-02-14  4:58 ` [U-Boot] [PATCH 1/4] USB: Staticize internal functions Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Marek Vasut @ 2012-02-14  4:58 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2012-02-14  5:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14  4:58 [U-Boot] [PATCH 0/4] USB cleanup Marek Vasut
2012-02-14  4:58 ` [U-Boot] [PATCH 1/4] USB: Staticize internal functions Marek Vasut
2012-02-14  5:21   ` Mike Frysinger
2012-02-14  4:58 ` [U-Boot] [PATCH 2/4] USB: Separate out USB hub driver Marek Vasut
2012-02-14  5:25   ` Mike Frysinger
2012-02-14  5:59     ` Marek Vasut
2012-02-14  4:58 ` [U-Boot] [PATCH 3/4] USB: Make struct devrequest setup_packet local Marek Vasut
2012-02-14  5:25   ` Mike Frysinger
2012-02-14  4:58 ` [U-Boot] [PATCH 4/4] USB: Staticize usb_storage.c Marek Vasut
2012-02-14  5:37   ` Mike Frysinger

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