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