1. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  2. 1ab6f25 usb: gadget: renesas_usbhs: drop dependency for mod_gadget by Kuninori Morimoto · 13 years ago
  3. 144974e usb: gadget: mass_storage: support multi-luns with different logic block size by Yuping Luo · 13 years ago
  4. dd39c35 USB: ci13xxx_udc: handle controllers with less than 16 EPs by Marc Kleine-Budde · 13 years ago
  5. 7bb4fdc USB: ci13xxx_udc: make suspend and resume in gadget driver optional by Marc Kleine-Budde · 13 years ago
  6. 6414e94 usb: gadget: fsl_udc: fix dequeuing a request in progress by Li Yang · 13 years ago
  7. 5ce1d0e usb: fsl_mxc_udc.c: Remove compile-time dependency of MX35 SoC type by Fabio Estevam · 13 years ago
  8. 65cd5c4 usb: fsl_mxc_udc.c: Fix build issue by including missing header file by Fabio Estevam · 13 years ago
  9. 7c91d90 USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFER by Peter Chen · 13 years ago
  10. bfe0658 usb: udc: Fix gadget driver's speed check in various UDC drivers by Michal Nazarewicz · 13 years ago
  11. fef6964 usb: gadget: fix g_serial regression by Robert Jarzmik · 13 years ago
  12. 3c68814 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  13. 6fe4c6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  14. 38ff1ed f_phonet: fix page offset of first received fragment by Rémi Denis-Courmont · 13 years ago
  15. 5f861ed4 powerpc/fsl_udc_core: Fix dumb typo by Al Viro · 13 years ago
  16. 09b658d USB: pch_udc: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor by Tomoya MORINAGA · 13 years ago
  17. 731ad81 USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOH by Tomoya MORINAGA · 13 years ago
  18. 8981d76 powerpc/usb: fix type cast for address of ioremap to compatible with 64-bit by Shaohui Xie · 13 years ago
  19. 4703d2e USB: ci13xxx_msm: add module license by Marc Kleine-Budde · 13 years ago
  20. 194fa47 USB: ci13xxx_udc: fix debug trace code by Marc Kleine-Budde · 13 years ago
  21. fd537c0 USB: ci13xxx_udc: fix deadlock during rmmod by Marc Kleine-Budde · 13 years ago
  22. 954aad8 USB: ci13xxx_udc: fix logic to mark request dma addresses as invalid by Michael Grzeschik · 13 years ago
  23. 001428e USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock state by Marc Kleine-Budde · 13 years ago
  24. 74203de usb: gadget: fix MIDI gadget jack allocation by Daniel Mack · 13 years ago
  25. ce7b612 usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength by Paul Zimmerman · 13 years ago
  26. db332bc usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST by Paul Zimmerman · 13 years ago
  27. 0e042be usb: gadget: fsl_udc_core: fix compile error. by Alexander Aring · 13 years ago
  28. 05bb701 usb: gadget: r8a66597-udc: fix flush fifo handling by Yoshihiro Shimoda · 13 years ago
  29. b8cbbf8 usb: gadget: r8a66597-udc: fix for udc-newstyle by Yoshihiro Shimoda · 13 years ago
  30. 59d81f8 usb: gadget: core: allow everybody to read sysfs attributes by Felipe Balbi · 13 years ago
  31. 6f39504 usb: gadget: core: fix bug when removing gadget drivers by Felipe Balbi · 13 years ago
  32. 1d91a96 usb: gadget: udc-core: fix bug on soft_connect and srp interfaces by Felipe Balbi · 13 years ago
  33. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  34. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  35. 1be025d Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  36. 0f8fd43 USB: gadget: midi: memory leak in f_midi_bind_config() by Dan Carpenter · 13 years ago
  37. 0889551 USB: gadget: midi: fix range check in f_midi_out_open() by Dan Carpenter · 13 years ago
  38. 91960c2 usb: gadget: file_storage: fix race on unloading by Yauheni Kaliuta · 13 years ago
  39. fa3ae0c usb: gadget: add new usb gadget for ACM and mass storage by Klaus Schwarzkopf · 13 years ago
  40. 431879a usb: gadget: mv_udc: fix compile warning by Felipe Balbi · 13 years ago
  41. 1aec033 usb: gadget: mv_udc: add clock gating support by Neil Zhang · 13 years ago
  42. fb22cba usb: gadget: mv_udc: add test mode support by Neil Zhang · 13 years ago
  43. 46e172d usb: gadget: mv_udc: use DMA API for status_req's dma address by Neil Zhang · 13 years ago
  44. daec765 usb: gadget: mv_udc: fix dtd dma confusion by Neil Zhang · 13 years ago
  45. 046b07a usb: gadget: mv_udc: add shutdown function for it by Neil Zhang · 13 years ago
  46. 3661622 usb: gadget: mv_udc: correct ep0 state by Neil Zhang · 13 years ago
  47. 0c70840 usb: gadget: mv_udc: rewrite fifo flush by Neil Zhang · 13 years ago
  48. 615268b usb: gadget: mv_udc: set unused endpoint with right type by Neil Zhang · 13 years ago
  49. 27cec2b usb: gadget: mv_udc: add missing spinlock in ep enable/disable by Neil Zhang · 13 years ago
  50. 96c2bbb usb: gadget: mv_udc: fix bug when handle setup package. by Neil Zhang · 13 years ago
  51. fbebe1f usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0 by Neil Zhang · 13 years ago
  52. 43ad9f3 usb: gadget: mv_udc: ep0 needn't set toggle flag by Neil Zhang · 13 years ago
  53. bedcff9 usb: gadget: mv_udc: fix a clerical error by Neil Zhang · 13 years ago
  54. 4540a9ab usb: gadget: mv_udc: fix kernel panic on some platforms by Neil Zhang · 13 years ago
  55. 5d0b8d0 usb: gadget: mv_udc: add section information by Neil Zhang · 13 years ago
  56. dde34cc usb: gadget: mv_udc: refine the driver structure by Neil Zhang · 13 years ago
  57. 4bb99b7 usb: gadget: storage: add superspeed support by Felipe Balbi · 13 years ago
  58. 089b837 usb: gadget: fix typo for default U1/U2 exit latencies by Felipe Balbi · 13 years ago
  59. 478ff25 usb: gadget: r8a66597: convert to new style by Felipe Balbi · 13 years ago
  60. 4cf5e00 usb: gadget: net2280: convert to new style by Felipe Balbi · 13 years ago
  61. 96f8db6 usb: gadget: net2272: convert to new style by Felipe Balbi · 13 years ago
  62. 2c7f098 usb: gadget: langwell: convert to new style by Felipe Balbi · 13 years ago
  63. 5bc639f usb: gadget: langwell: don't use the_controller when it's not needed by Felipe Balbi · 13 years ago
  64. 1a8060d usb: gadget: at91_udc: change french comments to english by Robert Schwebel · 13 years ago
  65. d5546b3 usb: gadget: pxa25x: is_vbus_present is gone by Arnd Bergmann · 13 years ago
  66. fe69676 usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC by Paul Zimmerman · 13 years ago
  67. c8933c3 USB: gadget: f_midi: allow a dynamic number of input and output ports by Daniel Mack · 13 years ago
  68. 2672eea USB: gadget: midi: refactor the device code by Daniel Mack · 13 years ago
  69. d5daf49 USB: gadget: midi: add midi function driver by Daniel Mack · 13 years ago
  70. 56526c0 usb gadget: fix langwell_udc.c build error by Randy Dunlap · 13 years ago
  71. b8a56e1 usb: gadget: r8a66597-udc: add support for SUDMAC by Yoshihiro Shimoda · 13 years ago
  72. 12158f4 usb: gadget: r8a66597-udc: use dev_*() instead of printk() by Yoshihiro Shimoda · 13 years ago
  73. 5c481a6 usb: gadget: r8a66597-udc: add function for external controller by Yoshihiro Shimoda · 13 years ago
  74. 0a85577 usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifo by Yoshihiro Shimoda · 13 years ago
  75. 5023829 USB: gadget: u_serial.c: fixed a brace coding style issue by Shaun Silk · 13 years ago
  76. 865569b usb: gadget: udc-core: fix bug on soft_connect interface by Felipe Balbi · 13 years ago
  77. 073b854 Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  78. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  79. 8582d86 USB: g_printer: fix bug in unregistration by Fabian Godehardt · 13 years ago
  80. fba9e54 s3c-hsudc: implement vbus_draw hook by Heiko Stübner · 13 years ago
  81. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  82. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  83. 255f5e0 Remove unneeded version.h includes (and add where needed) for drivers/usb/ by Jesper Juhl · 13 years ago
  84. 6993248 treewide: remove extra semicolons from various parts of the kernel by Justin P. Mattock · 13 years ago
  85. fb914eb treewide: typo 'interrrupt' word corrections. by Vitaliy Ivanov · 13 years ago
  86. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  87. 7c5881d usb: gadget: audio: queue wLength-sized requests by Felipe Balbi · 13 years ago
  88. ef7f584 usb: gadget: audio: actually support both speeds by Felipe Balbi · 13 years ago
  89. 6532c7f usb: gadget: storage: make FSG_NUM_BUFFERS variable size by Per Forlin · 13 years ago
  90. 04eee25 USB: gadget: storage: remove alignment assumption by Alan Stern · 13 years ago
  91. 3f565a3 usb: gadget: storage: adapt logic block size to bound block devices by Peiyu Li · 13 years ago
  92. 6ed962a Merge 3.1-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  93. 2e5a08a USB gadget i.MX1: remove dependency on ARCH_MXC by Sascha Hauer · 13 years ago
  94. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  95. 938fbe54 s3c-hsudc: Add basic otg transceiver handling by Heiko Stübner · 13 years ago
  96. da4fc14 s3c-hsudc: Fix possible nullpointer dereference during probe by Heiko Stübner · 13 years ago
  97. 72246da usb: Introduce DesignWare USB3 DRD Driver by Felipe Balbi · 13 years ago
  98. 500fdf8 usb: gadget: introduce gadget_is_dwc3() by Felipe Balbi · 13 years ago
  99. 200b018 Merge branch 'fixes' into for-greg by Felipe Balbi · 13 years ago
  100. bb8070c usb: gadget: f_phonet: unlock in error case by Sebastian Andrzej Siewior · 13 years ago