mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* USB Host patches
@ 2014-07-19  9:15 Sascha Hauer
  2014-07-19  9:15 ` [PATCH 01/12] USB: i.MX chipidea: Implement OTG support for the poor Sascha Hauer
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Sascha Hauer @ 2014-07-19  9:15 UTC (permalink / raw)
  To: barebox

The following series contains USB Host patches based on the USB
patches sent earlier.

With this series the 'usb' command becomes a rescan command. When
invoked the USB stack will properly detect new devices and remove
old devices.

Also the USB hub support becomes a real driver and the USB device
hierarchy in in devinfo now matches the real USB topology.

Sascha

----------------------------------------------------------------
Antony Pavlov (1):
      commands: usb: add tree view capability

Sascha Hauer (11):
      USB: i.MX chipidea: Implement OTG support for the poor
      USB: host: simplify usb_new_device
      USB: host: hub: Turn into a driver
      USB: host: fixup USB device hierarchy
      USB: host: hub: Use dev_dbg
      USB: host: hub: Use usb_hub_power_on from U-Boot
      USB: host: factor out port configuration to separate function
      USB: host: hub: only configure hub once
      USB: host: implement usb_remove_device
      USB: host: detect port change only once in usb_hub_configure_port
      USB: host: drop force rescan

 commands/usb.c                 | 108 ++++++++-
 drivers/usb/core/Makefile      |   3 +-
 drivers/usb/core/hub.c         | 481 +++++++++++++++++++++++++++++++++++++++
 drivers/usb/core/hub.h         |   7 +
 drivers/usb/core/usb.c         | 504 ++++-------------------------------------
 drivers/usb/core/usb.h         |   8 +
 drivers/usb/host/ehci-hcd.c    |   2 +-
 drivers/usb/imx/chipidea-imx.c | 101 ++++++++-
 include/usb/chipidea-imx.h     |   1 +
 include/usb/usb.h              |   9 +-
 10 files changed, 745 insertions(+), 479 deletions(-)
 create mode 100644 drivers/usb/core/hub.c
 create mode 100644 drivers/usb/core/hub.h
 create mode 100644 drivers/usb/core/usb.h

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

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

end of thread, other threads:[~2014-07-19  9:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-19  9:15 USB Host patches Sascha Hauer
2014-07-19  9:15 ` [PATCH 01/12] USB: i.MX chipidea: Implement OTG support for the poor Sascha Hauer
2014-07-19  9:15 ` [PATCH 02/12] commands: usb: add tree view capability Sascha Hauer
2014-07-19  9:15 ` [PATCH 03/12] USB: host: simplify usb_new_device Sascha Hauer
2014-07-19  9:15 ` [PATCH 04/12] USB: host: hub: Turn into a driver Sascha Hauer
2014-07-19  9:16 ` [PATCH 05/12] USB: host: fixup USB device hierarchy Sascha Hauer
2014-07-19  9:16 ` [PATCH 06/12] USB: host: hub: Use dev_dbg Sascha Hauer
2014-07-19  9:16 ` [PATCH 07/12] USB: host: hub: Use usb_hub_power_on from U-Boot Sascha Hauer
2014-07-19  9:16 ` [PATCH 08/12] USB: host: factor out port configuration to separate function Sascha Hauer
2014-07-19  9:16 ` [PATCH 09/12] USB: host: hub: only configure hub once Sascha Hauer
2014-07-19  9:16 ` [PATCH 10/12] USB: host: implement usb_remove_device Sascha Hauer
2014-07-19  9:16 ` [PATCH 11/12] USB: host: detect port change only once in usb_hub_configure_port Sascha Hauer
2014-07-19  9:16 ` [PATCH 12/12] USB: host: drop force rescan Sascha Hauer

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