1. fc9a758 net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  2. a0d5d03 net: asix: split out basic reset function by Lucas Stach · 12 years ago
  3. 36267c4 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  4. 835e11e usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  5. d296daa Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  6. 36eccd2 MUSB driver: Timeout is never detected as the while loop does not end by Matej Frančeškin · 12 years ago
  7. 62c1c7c USB: Fix strict aliasing in ohci-hcd by Troy Kisky · 12 years ago
  8. 4e23df1 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
  9. b39f8b5 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
  10. 458fb1e ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
  11. 58c4dfb ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
  12. b7a15bf dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget by Lukasz Majewski · 12 years ago
  13. c574de5 dfu:usb: Support for g_dnl composite download gadget. by Lukasz Majewski · 12 years ago
  14. e68f48a ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
  15. 834a39c mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h by Otavio Salvador · 12 years ago
  16. 282e2af da8xx/hawkboard: Add support for ohci host controller by Sughosh Ganu · 12 years ago
  17. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  18. 5309b00 mxs: prefix register acessor macros with 'mxs' prefix by Otavio Salvador · 12 years ago
  19. 2714e17 i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  20. defa90f Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  21. 43b56c2 smsc95xx: align buffers to cache line size by Ilya Yanok · 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. 33f956d ehci-omap: Do not call dcache_off from omap_ehci_hcd_init by Tom Rini · 12 years ago
  27. 115436e CACHE: net: asix: Fix asix driver to work with data cache on by Marek Vasut · 12 years ago
  28. 8203083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  29. 5a057e3 tegra: usb: Fix device enumeration problem of USB1 by Jim Lin · 12 years ago
  30. 21965ac EXYNOS: Add power Enable/Disable for USB-EHCI by Rajeshwari Shinde · 13 years ago
  31. 8444807 USB: EXYNOS: Set USB 2.0 HOST Link mode by Rajeshwari Shinde · 13 years ago
  32. dad39d4 USB: EXYNOS: Incorporate EHCI review comments by Rajeshwari Shinde · 13 years ago
  33. ed42bf7 ehci-atmel: fix compiler warning by Andreas Bießmann · 12 years ago
  34. c0eede0 Atmel : usb : add EHCI driver for Atmel SoC by Bo Shen · 12 years ago
  35. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  36. 28ca379 drivers/usb/eth/asix.c: Fix build warning by Anatolij Gustschin · 13 years ago
  37. df93c8e drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  38. 2920add Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 13 years ago
  39. 9b4ae50 USB: S5P: Add ehci support by Rajeshwari Shinde · 13 years ago
  40. 8fb78fd usb:udc:samsung Add functions for storing private gadget data in UDC driver by Lukasz Majewski · 13 years ago
  41. 1dc6a67 usb:gadget:composite USB composite gadget support by Lukasz Majewski · 13 years ago
  42. 0dfeb00 usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · 13 years ago
  43. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 13 years ago
  44. 285c8b3 USB: Document the QH and qTD antics in EHCI-HCD by Marek Vasut · 13 years ago
  45. ff24dc3 USB: Drop cache flush bloat in EHCI-HCD by Marek Vasut · 13 years ago
  46. 4f66831 USB: Drop ehci_alloc/ehci_free in ehci-hcd by Marek Vasut · 13 years ago
  47. c79d225 imx: usb: There is no such register by Timo Ketola · 13 years ago
  48. 63e29f6 i.MX25: usb: Set PORTSCx register by Timo Ketola · 13 years ago
  49. 5d113ca USB: ehci-mx6: Fix broken IO access by Wolfgang Grandegger · 13 years ago
  50. 1f19e3f lin_gadget: use common linux/compat.h by Mike Frysinger · 13 years ago
  51. 2addcfd ehci-omap: fix for enabling the correct usb port by Jeroen Hofstee · 13 years ago
  52. 97753b1 Prepare v2012.04-rc2; minor Coding Style cleanup by Wolfgang Denk · 13 years ago
  53. dbe365f Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 13 years ago
  54. 08d6ec2 tegra: usb: Add support for Tegra USB peripheral by Simon Glass · 13 years ago
  55. 5978cdb usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  56. bdb1770 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
  57. 654838c USB: ehci-mx6: Add proper IO accessors by Fabio Estevam · 13 years ago
  58. fb98d4a Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 by Robert Delien · 13 years ago
  59. 1859b70 usb/ehci: Add USB support for the MX6Q by Wolfgang Grandegger · 13 years ago
  60. 13a9cf5 USB: Armada100: EHCI Driver for Armada100 SOCs by Ajay Bhargav · 13 years ago
  61. 253d375 USB: Armada100: Add UTMI PHY interface driver by Ajay Bhargav · 13 years ago
  62. 22c8a87 usb:udc:samsung:fix Remove the req_config flag by Łukasz Majewski · 13 years ago
  63. 466e3ac USB:gadget:designware Fix memory nonalignment issue by Shiraz Hashim · 13 years ago
  64. c1b4f8e USB:gadget:designware Make locally used functions static by Amit Virdi · 13 years ago
  65. f710a11 USB:gadget:designware Support high speed by Vipin KUMAR · 13 years ago
  66. b8af2078 USB:gadget:designware Device controller bugfixes by Vipin KUMAR · 13 years ago
  67. 33cf5bd USB:gadget:designware USB device controller (UDC) implementation by Vipin KUMAR · 13 years ago
  68. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  69. 6889628 usb: musb: fix printf warning by Mike Frysinger · 13 years ago
  70. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  71. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  72. e124c7b usb_ether: fix typo by Peter Meerwald · 13 years ago
  73. edc16a0 ehci-omap: Clean up added ehci-omap.c by Govindraj.R · 13 years ago
  74. 7ad7578 ehci-omap: driver for EHCI host on OMAP3 by Ilya Yanok · 13 years ago
  75. c5e5707 usb: ulpi: Add omap-ulpi-view port support by Govindraj.R · 13 years ago
  76. 6645d9e usb: ulpi: Extend the existing ulpi framework. by Govindraj.R · 13 years ago
  77. 994bca2 orion5x: add USB host ehci-marvell support by Albert ARIBAUD · 13 years ago
  78. c3c7645 Remove kirkwood-specifics from marvell EHCI driver by Albert ARIBAUD · 13 years ago
  79. a31f2f5 Rename ehci-kirkwood as ehci-marvell by Albert ARIBAUD · 13 years ago
  80. e63ce4f usb: s3c_udc_otg: fix GCC 4.6 build warnings by Anatolij Gustschin · 13 years ago
  81. b60c557 Coding Style cleanup by Wolfgang Denk · 13 years ago
  82. 39d8f04 drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup by Wolfgang Denk · 13 years ago
  83. 7342452 USB: Use (get|put)_unaligned for accessing wMaxPacketSize by Tom Rini · 13 years ago
  84. 695207a USB: ULPI: increase error case verbosity by Igor Grinberg · 13 years ago
  85. 7b4d768 USB: ULPI: clean a mixup of return types by Igor Grinberg · 13 years ago
  86. 1e79474 USB: ULPI: switch argument type from u8 to unsigned by Igor Grinberg · 13 years ago
  87. a523595 USB: Add generic ULPI layer and a viewport by Jana Rapava · 13 years ago
  88. 0973477 USB: EHCI: Allow EHCI post-powerup configuration in board files by Marek Vasut · 13 years ago
  89. de09b79 USB: MX5: Add MX5 usb post-init callback by Marek Vasut · 13 years ago
  90. bfd64a8 USB: MX5: Abstract out mx51 USB pixmux configuration by Marek Vasut · 13 years ago
  91. d17f2d2 USB: MX5: add generic USB EHCI support for mx51 and mx53 by Wolfgang Grandegger · 13 years ago
  92. ac3c831 usb:gadget:s5p USB Device Controller (UDC) implementation by Lukasz Majewski · 13 years ago
  93. 8277b50 ehci: speed up initialization by Vincent Palatin · 13 years ago
  94. 39cc4ac pxa: convert pxa27x_udc to use read and write functions by Stefan Herbrechtsmeier · 13 years ago
  95. 9b315fe USB: Add usb_event_poll() to get keyboards working with EHCI by Marek Vasut · 13 years ago
  96. a91ee2a USB: gadaget: add Marvell controller support by Lei Wen · 13 years ago
  97. fc5cf88 USB: Fix complaints about strict aliasing in OHCI-HCD by Marek Vasut · 13 years ago
  98. 4ee05fe drivers/usb/gadget/ep0.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  99. f0acb78 drivers/usb/gadget/core.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  100. 2c5ebfb drivers/usb/musb/musb_udc.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago