1. 5077f96 usb: ehci: Fix test mode for connected ports by Julius Werner · 11 years ago
  2. 8bc3603 ehci-hcd: fix memory leak in lowlevel init by Nikita Kiryanov · 11 years ago
  3. b959655 usb: ehci: Split out struct ehci_ctrl definition by Marek Vasut · 11 years ago
  4. d3e0747 usb: ehci: add missing cache managment by Stephen Warren · 11 years ago
  5. e82a316 usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · 11 years ago
  6. 1dde142 usb: ehci: add weak-aliased function for PORTSC by Kuo-Jung Su · 11 years ago
  7. 9c6a9d7 usb: ehci: prevent bad PORTSC register access by Kuo-Jung Su · 11 years ago
  8. ed10e66 usb: Correct CLEAR_FEATURE code in ehci-hcd by Simon Glass · 11 years ago
  9. 4f4eab4 usb: common: Use a global definition for 'min3' by Vivek Gautam · 11 years ago
  10. 7d9aa8f usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
  11. b068deb USB: EHCI: Add weak functions to support new chip by Jim Lin · 12 years ago
  12. 8f62ca6 usb: ehci: Support interrupt transfers via periodic list by Patrick Georgi · 12 years ago
  13. 2982837 usb: ehci: Add 64-bit controller support by Vincent Palatin · 12 years ago
  14. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  15. 7a46b2c usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  16. 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  17. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  18. 93ad908 usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  19. db19134 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
  20. 5cec214 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
  21. 14eb79b ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
  22. 44ae0be ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
  23. cdeb916 ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
  24. 2af16f8 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
  25. 189a695 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
  26. 71c5de4 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  27. c7701af ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago
  28. 41b1f0a USB: Document the QH and qTD antics in EHCI-HCD by Marek Vasut · 12 years ago
  29. b8adb12 USB: Drop cache flush bloat in EHCI-HCD by Marek Vasut · 12 years ago
  30. de98e8b USB: Drop ehci_alloc/ehci_free in ehci-hcd by Marek Vasut · 12 years ago
  31. f5cdc11 Prepare v2012.04-rc2; minor Coding Style cleanup by Wolfgang Denk · 12 years ago
  32. 9ab4ce2 usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  33. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  34. f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  35. 3874b6d USB: EHCI: Allow EHCI post-powerup configuration in board files by Marek Vasut · 13 years ago
  36. 5f4b4f2 ehci: speed up initialization by Vincent Palatin · 13 years ago
  37. 7555d5e USB: Add usb_event_poll() to get keyboards working with EHCI by Marek Vasut · 13 years ago
  38. 3ecfa95 ehci-hcd: Allow cleanups to happen gracefully on a timeout. by Joel Fernandes · 13 years ago
  39. 96820a3 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
  40. 273d720 usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset() by Stefan Roese · 14 years ago
  41. 67333f7 usb: Add WATCHDOG_RESET call to polling loop by Stefan Roese · 14 years ago
  42. 222d6df usb: fix for USB_ST_STALLED status reporting in ehci_submit_async() by Anatolij Gustschin · 14 years ago
  43. 09c83a4 ehci-hcd.c: fix hanging under higher load by Wolfgang Denk · 14 years ago
  44. 3ed1607 USB: sync Queue Element Transfer Descriptor against EHCI spec by Wolfgang Denk · 14 years ago
  45. 9fb3b50 EHCI: zero out QH transfer overlay in ehci_submit_async() by Sergei Shtylyov · 14 years ago
  46. c8b2d1d EHCI: fix port reset reporting by Sergei Shtylyov · 15 years ago
  47. e06a055 EHCI: fix off-by-one error in ehci_submit_root() by Sergei Shtylyov · 15 years ago
  48. 6d313c8 EHCI: fix root hub device descriptor by Sergei Shtylyov · 15 years ago
  49. b416191 Fix EHCI port reset. by Chris Zhang · 15 years ago
  50. 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
  51. 44259bb usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root by Prafulla Wadaskar · 15 years ago
  52. 50243e3 usb: Fix compiler warning with gcc4.4 by Kumar Gala · 15 years ago
  53. 2731b9a drivers/usb: regorganisation by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed (99%) from drivers/usb/usb_ehci_core.c]
  54. f15c651 Coding style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  55. daa2daf USB: Add dcache support to the EHCI driver by Stefan Roese · 16 years ago
  56. 832e614 USB: Add config option to call ehci_hcd_init() again after EHCI reset by Stefan Roese · 16 years ago
  57. 597eb28 USB: Fix speed detection on EHCI cntr with root hub transaction translators by Stefan Roese · 16 years ago
  58. 1ed9f9a USB ehci remove infinite loop and use handshake function by Michael Trimarchi · 16 years ago
  59. c0d722f EHCI fix code and ixp4xx test. USB ehci configuration parameter: by Remy Böhmer · 16 years ago
  60. 51ab142 [PATCH] This patch add varius fix to the ehci. by michael · 16 years ago
  61. db63299 [PATCH] Fix EHCI usb. I start to test on a by michael · 16 years ago
  62. aaf098c USB ehci core support by Michael Trimarchi · 16 years ago