public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/11] Various USB improvements
@ 2012-12-13  1:55 Simon Glass
  2012-12-13  1:55 ` [U-Boot] [PATCH 01/11] usb: net: asix: Do a fast init if link already established Simon Glass
                   ` (10 more replies)
  0 siblings, 11 replies; 29+ messages in thread
From: Simon Glass @ 2012-12-13  1:55 UTC (permalink / raw)
  To: u-boot

This series adds a few USB improvements for Marek:

- Support for interupt transfers
- Faster start-up and proper shutdown of ASIX USB adapter
- Basic 64-bit controller support (used by x86)
- Fix detection of empty USB media readers
- Clean up after device configuration failure


Michael Spang (1):
  usb: usbeth: smsc95xx: remove EEPROM loaded check

Milind Choudhary (1):
  usb: Clean up newly allocated device nodes in case of configuration
    failure

Patrick Georgi (1):
  usb: ehci: Support interrupt transfers via periodic list

Simon Glass (2):
  usb: net: asix: Do a fast init if link already established
  x86: Enable USB features for coreboot

Vincent Palatin (6):
  usb: ehci: Add 64-bit controller support
  usb: ehci: generic PCI support
  usb: ehci: Fix aliasing issue in EHCI interrupt code
  usb: ehci: Add timeout on interrupt endpoint operations
  usb: properly detect empty mass storage media reader
  usb: Add multiple controllers support for EHCI PCI

 common/usb.c                |   12 ++
 common/usb_hub.c            |    2 +
 common/usb_storage.c        |   10 ++
 drivers/usb/eth/asix.c      |   40 +++++-
 drivers/usb/eth/smsc95xx.c  |    4 -
 drivers/usb/host/ehci-hcd.c |  312 ++++++++++++++++++++++++++++++++++++++++++-
 drivers/usb/host/ehci-pci.c |   55 +++++++-
 drivers/usb/host/ehci.h     |    6 +-
 include/configs/coreboot.h  |   17 +++
 include/usb.h               |    1 +
 include/usb_ether.h         |    1 +
 11 files changed, 437 insertions(+), 23 deletions(-)

-- 
1.7.7.3

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

end of thread, other threads:[~2012-12-15  7:28 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13  1:55 [U-Boot] [PATCH 0/11] Various USB improvements Simon Glass
2012-12-13  1:55 ` [U-Boot] [PATCH 01/11] usb: net: asix: Do a fast init if link already established Simon Glass
2012-12-13 17:26   ` Marek Vasut
2012-12-15  7:28   ` Joe Hershberger
2012-12-13  1:55 ` [U-Boot] [PATCH 02/11] usb: ehci: Add 64-bit controller support Simon Glass
2012-12-13 17:27   ` Marek Vasut
2012-12-13  1:55 ` [U-Boot] [PATCH 03/11] usb: ehci: generic PCI support Simon Glass
2012-12-13 17:30   ` Marek Vasut
2012-12-13 17:49     ` Vincent Palatin
2012-12-13 17:54       ` Marek Vasut
2012-12-14  1:41     ` Simon Glass
2012-12-14  6:58   ` [U-Boot] [PATCH v3 2/7] " Simon Glass
2012-12-13  1:55 ` [U-Boot] [PATCH 04/11] usb: ehci: Support interrupt transfers via periodic list Simon Glass
2012-12-13 17:32   ` Marek Vasut
2012-12-14  1:46     ` Simon Glass
2012-12-14  2:00       ` Marek Vasut
2012-12-14  2:05         ` Simon Glass
2012-12-13  1:55 ` [U-Boot] [PATCH 05/11] usb: ehci: Fix aliasing issue in EHCI interrupt code Simon Glass
2012-12-13  1:55 ` [U-Boot] [PATCH 06/11] usb: ehci: Add timeout on interrupt endpoint operations Simon Glass
2012-12-13 17:35   ` Marek Vasut
2012-12-14  2:04     ` Simon Glass
2012-12-13  1:55 ` [U-Boot] [PATCH 07/11] usb: usbeth: smsc95xx: remove EEPROM loaded check Simon Glass
2012-12-13 17:35   ` Marek Vasut
2012-12-13  1:55 ` [U-Boot] [PATCH 08/11] usb: Clean up newly allocated device nodes in case of configuration failure Simon Glass
2012-12-13 17:36   ` Marek Vasut
2012-12-13  1:55 ` [U-Boot] [PATCH 09/11] usb: properly detect empty mass storage media reader Simon Glass
2012-12-13 17:37   ` Marek Vasut
2012-12-13  1:55 ` [U-Boot] [PATCH 10/11] usb: Add multiple controllers support for EHCI PCI Simon Glass
2012-12-13  1:55 ` [U-Boot] [PATCH 11/11] x86: Enable USB features for coreboot Simon Glass

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