1. fd349a1 usb: ehci: Split out struct ehci_ctrl definition by Marek Vasut · 11 years ago
  2. 36dad66 usb: ehci: add missing cache managment by Stephen Warren · 12 years ago
  3. b5d59de usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · 12 years ago
  4. 6a656df usb: ehci: add weak-aliased function for PORTSC by Kuo-Jung Su · 12 years ago
  5. 9930e9f usb: ehci: prevent bad PORTSC register access by Kuo-Jung Su · 12 years ago
  6. 0554ba5 usb: Correct CLEAR_FEATURE code in ehci-hcd by Simon Glass · 12 years ago
  7. 131533c usb: common: Use a global definition for 'min3' by Vivek Gautam · 12 years ago
  8. d404670 usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
  9. 54f3dfe USB: EHCI: Add weak functions to support new chip by Jim Lin · 12 years ago
  10. e55fdac usb: ehci: Support interrupt transfers via periodic list by Patrick Georgi · 12 years ago
  11. 0d6f77c usb: ehci: Add 64-bit controller support by Vincent Palatin · 12 years ago
  12. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  13. f5b3408 usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  14. 3494a4c usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  15. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  16. 835e11e usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  17. 4e23df1 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
  18. b39f8b5 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
  19. 458fb1e ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
  20. 58c4dfb ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
  21. e68f48a ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
  22. 84570d6 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
  23. fb11371 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
  24. 2cabcf7 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  25. 84309bb ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago
  26. 285c8b3 USB: Document the QH and qTD antics in EHCI-HCD by Marek Vasut · 13 years ago
  27. ff24dc3 USB: Drop cache flush bloat in EHCI-HCD by Marek Vasut · 13 years ago
  28. 4f66831 USB: Drop ehci_alloc/ehci_free in ehci-hcd by Marek Vasut · 13 years ago
  29. 97753b1 Prepare v2012.04-rc2; minor Coding Style cleanup by Wolfgang Denk · 13 years ago
  30. 5978cdb usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  31. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  32. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  33. 0973477 USB: EHCI: Allow EHCI post-powerup configuration in board files by Marek Vasut · 13 years ago
  34. 8277b50 ehci: speed up initialization by Vincent Palatin · 13 years ago
  35. 9b315fe USB: Add usb_event_poll() to get keyboards working with EHCI by Marek Vasut · 13 years ago
  36. c1d1c5c ehci-hcd: Allow cleanups to happen gracefully on a timeout. by Joel Fernandes · 13 years ago
  37. fd7f513 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
  38. 745af44 usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset() by Stefan Roese · 14 years ago
  39. 86b34cf usb: Add WATCHDOG_RESET call to polling loop by Stefan Roese · 14 years ago
  40. e1e0931 usb: fix for USB_ST_STALLED status reporting in ehci_submit_async() by Anatolij Gustschin · 14 years ago
  41. cdc5a7a ehci-hcd.c: fix hanging under higher load by Wolfgang Denk · 14 years ago
  42. ebb829f USB: sync Queue Element Transfer Descriptor against EHCI spec by Wolfgang Denk · 14 years ago
  43. 8747ca6 EHCI: zero out QH transfer overlay in ehci_submit_async() by Sergei Shtylyov · 14 years ago
  44. 23dec68 EHCI: fix port reset reporting by Sergei Shtylyov · 15 years ago
  45. 9de4ac4 EHCI: fix off-by-one error in ehci_submit_root() by Sergei Shtylyov · 15 years ago
  46. fa30a27 EHCI: fix root hub device descriptor by Sergei Shtylyov · 15 years ago
  47. fddf6d6 Fix EHCI port reset. by Chris Zhang · 15 years ago
  48. 83b9e1d USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  49. 2281029 usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root by Prafulla Wadaskar · 15 years ago
  50. 0a96f54 usb: Fix compiler warning with gcc4.4 by Kumar Gala · 15 years ago
  51. 8f6bcf4 drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed (99%) from drivers/usb/usb_ehci_core.c]
  52. fb718e1 Coding style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  53. 25983c1 USB: Add dcache support to the EHCI driver by Stefan Roese · 16 years ago
  54. 2e98fc7 USB: Add config option to call ehci_hcd_init() again after EHCI reset by Stefan Roese · 16 years ago
  55. 497f184 USB: Fix speed detection on EHCI cntr with root hub transaction translators by Stefan Roese · 16 years ago
  56. 6d4b91c USB ehci remove infinite loop and use handshake function by Michael Trimarchi · 16 years ago
  57. 33e8748 EHCI fix code and ixp4xx test. USB ehci configuration parameter: by Remy Böhmer · 16 years ago
  58. 0bf2a03 [PATCH] This patch add varius fix to the ehci. by michael · 16 years ago
  59. 0a32610 [PATCH] Fix EHCI usb. I start to test on a by michael · 16 years ago
  60. 241f751 USB ehci core support by Michael Trimarchi · 16 years ago