1. add21ca usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  2. 9f2cfe4 Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  3. 025e375 USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY by Pankaj Bharadiya · 12 years ago
  4. d407e1f powerpc/usb: fix bug of CPU hang when missing USB PHY clock by Shengzhou Liu · 12 years ago
  5. e917a7c dm: Move s3c24xx USB driver to a proper place by Marek Vasut · 12 years ago
  6. 620491f Remove lh7a40x cpu and serial driver by Albert ARIBAUD · 12 years ago
  7. f2f0038 mx51: Fix USB PHY clocks by Benoît Thébaudeau · 12 years ago
  8. a3d757d pxa25x: Add support for USB ethernet gadget by Lukasz Dalek · 12 years ago
  9. 284c4cf usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  10. fa21533 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  11. 6ca42dd usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  12. c86753b usb: ulpi: add indicator configuration function by Lucas Stach · 12 years ago
  13. f5b3408 usb: ehci: don't print debug output by Lucas Stach · 12 years ago
  14. c1275eb tegra20: port to new ehci interface by Lucas Stach · 12 years ago
  15. e6d3345 usb: add support for multiple usb controllers by Lucas Stach · 12 years ago
  16. 3494a4c usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
  17. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  18. 06e4693 net: asix: add AX88772B support by Lucas Stach · 12 years ago
  19. 95c359b net: asix: add read_mac function by Lucas Stach · 12 years ago
  20. fc9a758 net: asix: add write_hwaddr function by Lucas Stach · 12 years ago
  21. a0d5d03 net: asix: split out basic reset function by Lucas Stach · 12 years ago
  22. 36267c4 net: introduce transparent driver private in ueth_data by Lucas Stach · 12 years ago
  23. 835e11e usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
  24. d296daa Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 12 years ago
  25. 36eccd2 MUSB driver: Timeout is never detected as the while loop does not end by Matej Frančeškin · 12 years ago
  26. 62c1c7c USB: Fix strict aliasing in ohci-hcd by Troy Kisky · 12 years ago
  27. 4e23df1 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
  28. b39f8b5 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
  29. 458fb1e ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
  30. 58c4dfb ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
  31. b7a15bf dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadget by Lukasz Majewski · 12 years ago
  32. c574de5 dfu:usb: Support for g_dnl composite download gadget. by Lukasz Majewski · 12 years ago
  33. e68f48a ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
  34. 834a39c mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h by Otavio Salvador · 12 years ago
  35. 282e2af da8xx/hawkboard: Add support for ohci host controller by Sughosh Ganu · 12 years ago
  36. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  37. 5309b00 mxs: prefix register acessor macros with 'mxs' prefix by Otavio Salvador · 12 years ago
  38. 2714e17 i.mx: iomux-v3.h: move to imx-common include directory by Troy Kisky · 12 years ago
  39. defa90f Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  40. 43b56c2 smsc95xx: align buffers to cache line size by Ilya Yanok · 12 years ago
  41. 84570d6 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
  42. fb11371 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
  43. 2cabcf7 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
  44. 84309bb ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago
  45. 33f956d ehci-omap: Do not call dcache_off from omap_ehci_hcd_init by Tom Rini · 12 years ago
  46. 115436e CACHE: net: asix: Fix asix driver to work with data cache on by Marek Vasut · 12 years ago
  47. 8203083 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 12 years ago
  48. 5a057e3 tegra: usb: Fix device enumeration problem of USB1 by Jim Lin · 12 years ago
  49. 21965ac EXYNOS: Add power Enable/Disable for USB-EHCI by Rajeshwari Shinde · 13 years ago
  50. 8444807 USB: EXYNOS: Set USB 2.0 HOST Link mode by Rajeshwari Shinde · 13 years ago
  51. dad39d4 USB: EXYNOS: Incorporate EHCI review comments by Rajeshwari Shinde · 13 years ago
  52. ed42bf7 ehci-atmel: fix compiler warning by Andreas Bießmann · 12 years ago
  53. c0eede0 Atmel : usb : add EHCI driver for Atmel SoC by Bo Shen · 12 years ago
  54. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  55. 28ca379 drivers/usb/eth/asix.c: Fix build warning by Anatolij Gustschin · 13 years ago
  56. df93c8e drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  57. 2920add Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 13 years ago
  58. 9b4ae50 USB: S5P: Add ehci support by Rajeshwari Shinde · 13 years ago
  59. 8fb78fd usb:udc:samsung Add functions for storing private gadget data in UDC driver by Lukasz Majewski · 13 years ago
  60. 1dc6a67 usb:gadget:composite USB composite gadget support by Lukasz Majewski · 13 years ago
  61. 0dfeb00 usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls by Lukasz Majewski · 13 years ago
  62. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 13 years ago
  63. 285c8b3 USB: Document the QH and qTD antics in EHCI-HCD by Marek Vasut · 13 years ago
  64. ff24dc3 USB: Drop cache flush bloat in EHCI-HCD by Marek Vasut · 13 years ago
  65. 4f66831 USB: Drop ehci_alloc/ehci_free in ehci-hcd by Marek Vasut · 13 years ago
  66. c79d225 imx: usb: There is no such register by Timo Ketola · 13 years ago
  67. 63e29f6 i.MX25: usb: Set PORTSCx register by Timo Ketola · 13 years ago
  68. 5d113ca USB: ehci-mx6: Fix broken IO access by Wolfgang Grandegger · 13 years ago
  69. 1f19e3f lin_gadget: use common linux/compat.h by Mike Frysinger · 13 years ago
  70. 2addcfd ehci-omap: fix for enabling the correct usb port by Jeroen Hofstee · 13 years ago
  71. 97753b1 Prepare v2012.04-rc2; minor Coding Style cleanup by Wolfgang Denk · 13 years ago
  72. dbe365f Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 13 years ago
  73. 08d6ec2 tegra: usb: Add support for Tegra USB peripheral by Simon Glass · 13 years ago
  74. 5978cdb usb: Add support for txfifo threshold by Simon Glass · 13 years ago
  75. bdb1770 Enable high speed support for USB device framework and usbtty by Vipin KUMAR · 13 years ago
  76. 654838c USB: ehci-mx6: Add proper IO accessors by Fabio Estevam · 13 years ago
  77. fb98d4a Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 by Robert Delien · 13 years ago
  78. 1859b70 usb/ehci: Add USB support for the MX6Q by Wolfgang Grandegger · 13 years ago
  79. 13a9cf5 USB: Armada100: EHCI Driver for Armada100 SOCs by Ajay Bhargav · 13 years ago
  80. 253d375 USB: Armada100: Add UTMI PHY interface driver by Ajay Bhargav · 13 years ago
  81. 22c8a87 usb:udc:samsung:fix Remove the req_config flag by Łukasz Majewski · 13 years ago
  82. 466e3ac USB:gadget:designware Fix memory nonalignment issue by Shiraz Hashim · 13 years ago
  83. c1b4f8e USB:gadget:designware Make locally used functions static by Amit Virdi · 13 years ago
  84. f710a11 USB:gadget:designware Support high speed by Vipin KUMAR · 13 years ago
  85. b8af2078 USB:gadget:designware Device controller bugfixes by Vipin KUMAR · 13 years ago
  86. 33cf5bd USB:gadget:designware USB device controller (UDC) implementation by Vipin KUMAR · 13 years ago
  87. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  88. 6889628 usb: musb: fix printf warning by Mike Frysinger · 13 years ago
  89. 185da95 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
  90. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  91. e124c7b usb_ether: fix typo by Peter Meerwald · 13 years ago
  92. edc16a0 ehci-omap: Clean up added ehci-omap.c by Govindraj.R · 13 years ago
  93. 7ad7578 ehci-omap: driver for EHCI host on OMAP3 by Ilya Yanok · 13 years ago
  94. c5e5707 usb: ulpi: Add omap-ulpi-view port support by Govindraj.R · 13 years ago
  95. 6645d9e usb: ulpi: Extend the existing ulpi framework. by Govindraj.R · 13 years ago
  96. 994bca2 orion5x: add USB host ehci-marvell support by Albert ARIBAUD · 13 years ago
  97. c3c7645 Remove kirkwood-specifics from marvell EHCI driver by Albert ARIBAUD · 13 years ago
  98. a31f2f5 Rename ehci-kirkwood as ehci-marvell by Albert ARIBAUD · 13 years ago
  99. e63ce4f usb: s3c_udc_otg: fix GCC 4.6 build warnings by Anatolij Gustschin · 13 years ago
  100. b60c557 Coding Style cleanup by Wolfgang Denk · 13 years ago