mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/10] More USB cleanup and fixes
@ 2014-07-23 13:51 Sebastian Hesselbarth
  2014-07-23 13:51 ` [PATCH 01/10] USB: import ch11.h from Linux Sebastian Hesselbarth
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Sebastian Hesselbarth @ 2014-07-23 13:51 UTC (permalink / raw)
  To: Sebastian Hesselbarth, Sascha Hauer; +Cc: barebox

Sascha,

I have assembled a bunch of additional imports, cleanup, and fixes
before actually rebasing xHCI HCD on top of your latest USB changes.

Patches 1-3 import ch11.h from Linux and prepare it for use in
Barebox.

Patch 4 fixes a copy-and-paste error in usb_hub_configure().

Patches 5-8 clean up ehci-hcd and make it use ch9.h defines.

Patch 9 installs ch11.h and removes the duplicates from usb.h.

Patch 10 finally removes now redundant defines from usb_defs.h.

I have only compile-tested this as far as I could, so at least a
Tested-by on any EHCI driver would be good.

Sebastian

Sebastian Hesselbarth (10):
  USB: import ch11.h from Linux
  USB: reduce USB_MAXCHILDREN on imported ch11.h
  USB: fixup usb_hub_descriptor length name
  USB: fix PowerPowerCtrlMask assignment
  USB: Move FooRequest defines and add class requests
  USB: EHCI: reuse ch9.h config and interface descriptors
  USB: EHCI: make use of defines for descriptors
  USB: EHCI: use descriptor length fields
  USB: Use descriptors from ch11.h
  USB: remove redundant defines from usb_defs.h

 drivers/usb/core/hub.c      |  10 +-
 drivers/usb/host/ehci-hcd.c | 114 +++++++++---------
 drivers/usb/host/ehci.h     |  41 -------
 include/usb/ch11.h          | 279 ++++++++++++++++++++++++++++++++++++++++++++
 include/usb/usb.h           |  27 +----
 include/usb/usb_defs.h      | 135 ++++-----------------
 6 files changed, 364 insertions(+), 242 deletions(-)
 create mode 100644 include/usb/ch11.h

---
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
-- 
2.0.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-07-24  7:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23 13:51 [PATCH 00/10] More USB cleanup and fixes Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 01/10] USB: import ch11.h from Linux Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 02/10] USB: reduce USB_MAXCHILDREN on imported ch11.h Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 03/10] USB: fixup usb_hub_descriptor length name Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 04/10] USB: fix PowerPowerCtrlMask assignment Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 05/10] USB: Move FooRequest defines and add class requests Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 06/10] USB: EHCI: reuse ch9.h config and interface descriptors Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 07/10] USB: EHCI: make use of defines for descriptors Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 08/10] USB: EHCI: use descriptor length fields Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 09/10] USB: Use descriptors from ch11.h Sebastian Hesselbarth
2014-07-23 13:51 ` [PATCH 10/10] USB: remove redundant defines from usb_defs.h Sebastian Hesselbarth
2014-07-24  7:05 ` [PATCH 00/10] More USB cleanup and fixes Sascha Hauer

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