1. e3ec4fd usb: gadget: atmel: remove useless include by Alexandre Belloni · 9 years ago
  2. a3fbedf Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  3. 2e8328f usb: gadget: legacy: nokia: add CONFIG_BLOCK dependency by Felipe Balbi · 9 years ago
  4. 4a1e921 usb: gadget: f_mass_storage: add mising <linux/uaccess.h> by Felipe Balbi · 9 years ago
  5. adab433 usb: gadget: remove gadget_chips.h by Robert Baldyga · 9 years ago
  6. 26b8aa4 usb: musb: gadget: add musb_match_ep() function by Robert Baldyga · 9 years ago
  7. 8cc67b7 usb: gadget: goku_udc: add goku_match_ep() function by Robert Baldyga · 9 years ago
  8. 3e8b231 usb: gadget: net2280: add net2280_match_ep() function by Robert Baldyga · 9 years ago
  9. b0aea00 usb: gadget: move find_ep() from epautoconf to udc-core by Robert Baldyga · 9 years ago
  10. 4278c68 usb: gadget: move ep_matches() from epautoconf to udc-core by Robert Baldyga · 9 years ago
  11. 596c154 usb: gadget: add 'ep_match' callback to usb_gadget_ops by Robert Baldyga · 9 years ago
  12. 26bf956 usb: gadget: epautoconf: rework ep_matches() function by Robert Baldyga · 9 years ago
  13. 5dbe135 usb: gadget: epautoconf: remove ep and desc configuration from ep_matches() by Robert Baldyga · 9 years ago
  14. b58713d usb: gadget: epautoconf: remove pxa quirk from ep_matches() by Robert Baldyga · 9 years ago
  15. b86f33a usb: gadget: epautoconf: add endpoint capabilities flags verification by Robert Baldyga · 9 years ago
  16. 47bef38 usb: gadget: atmel_usba_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  17. 927d9f7 usb: gadget: udc-xilinx: add ep capabilities support by Robert Baldyga · 9 years ago
  18. 0648772 usb: gadget: s3c2410_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  19. bc1b9f3 usb: gadget: s3c-hsudc: add ep capabilities support by Robert Baldyga · 9 years ago
  20. 0ec8026 usb: gadget: r8a66597-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  21. a180e3d usb: gadget: pxa27x_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  22. 36411b6 usb: gadget: pxa25x_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  23. 85a4ed0 usb: gadget: pch_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  24. 7d4ba80 usb: gadget: omap_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  25. c23c3c3 usb: gadget: net2280: add ep capabilities support by Robert Baldyga · 9 years ago
  26. f95aec5 usb: gadget: net2272: add ep capabilities support by Robert Baldyga · 9 years ago
  27. 43710a8 usb: gadget: mv_udc_core: add ep capabilities support by Robert Baldyga · 9 years ago
  28. c12a306 usb: gadget: mv_u3d_core: add ep capabilities support by Robert Baldyga · 9 years ago
  29. 8ddbf94 usb: gadget: m66592-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  30. 4d75c8b usb: gadget: lpc32xx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  31. 8922699 usb: gadget: gr_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  32. b0bf5fb usb: gadget: goku_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  33. 455d11c usb: gadget: fusb300_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  34. 60a28c63 usb: gadget: fsl_udc_core: add ep capabilities support by Robert Baldyga · 9 years ago
  35. e8fc42f usb: gadget: fsl_qe_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  36. 8d29237 usb: gadget: fotg210-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  37. 7a3b8e7 usb: gadget: dummy-hcd: add ep capabilities support by Robert Baldyga · 9 years ago
  38. b079dd6 usb: gadget: bdc: add ep capabilities support by Robert Baldyga · 9 years ago
  39. 1b0ba52 usb: gadget: bcm63xx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  40. b9ed96d7 usb: gadget: at91_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  41. 6f02ac5 usb: gadget: amd5536udc: add ep capabilities support by Robert Baldyga · 9 years ago
  42. cc476b4 usb: gadget: encapsulate endpoint claiming mechanism by Robert Baldyga · 9 years ago
  43. 0f4315a usb: gadget: f_uac2: fix build warning by Felipe Balbi · 9 years ago
  44. c93e64e usb: udc: core: add device_del() call to error pathway by Alan Stern · 10 years ago
  45. a24b071 usb: gadget: f_printer: fix deadlock caused by nested spinlock by Fupan Li · 9 years ago
  46. d3cb25a usb: gadget: udc: fix spin_lock in pch_udc by Pengyu Ma · 9 years ago
  47. dd02ea5 usb: gadget: mass_storage: Use static array for luns by Krzysztof Opasiak · 9 years ago
  48. 5542f58 usb: gadget: mass_storage: Fix freeing luns sysfs implementation by Krzysztof Opasiak · 9 years ago
  49. 7674cba usb: gadget: atmel_usba_udc: add missing ret value check by Robert Baldyga · 9 years ago
  50. 4ef7a4a usb: gadget: midi: avoid redundant f_midi_set_alt() call by Robert Baldyga · 9 years ago
  51. 55d8112 usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails by Robert Baldyga · 9 years ago
  52. 913e4a9 usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidth by Peter Chen · 9 years ago
  53. 8078f31 usb: gadget: f_mass_storage: stop thread in bind failure case by Sanjay Singh Rawat · 9 years ago
  54. 5feb5d2 usb: gadget: m66592-udc: forever loop in set_feature() by Dan Carpenter · 9 years ago
  55. 1c99cab usb: gadget: fotg210-udc: remove duplicate conditions by Dan Carpenter · 9 years ago
  56. 736d093 usb: gadget: apply generic altsetting support check mechanism by Robert Baldyga · 9 years ago
  57. 7a896d4 usb: gadget: f_ecm/f_ncm: check quirk instead of UDC name by Robert Baldyga · 9 years ago
  58. a4cc421 usb: gadget: f_mass_storage: check quirk instead of UDC name by Robert Baldyga · 9 years ago
  59. 02ded1b usb: gadget: add 'quirk_stall_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  60. ffd9a0f usb: gadget: add 'quirk_altset_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  61. 9e832bf usb: gadget: zero: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  62. 3dcc705 usb: gadget: serial: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  63. 93d39af usb: gadget: printer: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  64. 1156e91 usb: gadget: ncm: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  65. 21ddc2a usb: gadget: multi: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  66. d867889 usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  67. d9e1867 usb: gadget: hid: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  68. 75c9310 usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  69. ab6796a usb: gadget: cdc2: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  70. 56023ce usb: gadget: audio: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  71. 578aa8a usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  72. 9b95236e usb: gadget: ether: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  73. 41ce84c usb: gadget: configfs: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  74. d1606df usb: gadget: add usb otg descriptor allocate and init interface by Li Jun · 9 years ago
  75. 53e6242 usb: gadget: composite: add USB_DT_OTG request handling by Macpaul Lin · 9 years ago
  76. 4cfbd95 usb: gadget: f_obex: use bind_deactivated flag by Robert Baldyga · 10 years ago
  77. f277bf2 usb: gadget: f_uvc: use bind_deactivated flag by Robert Baldyga · 10 years ago
  78. d5bb9b8 usb: composite: add bind_deactivated flag to usb_function by Robert Baldyga · 10 years ago
  79. 5601250 usb: composite: fix usb_function_activate/deactivate functions by Robert Baldyga · 10 years ago
  80. 75ddead usb: gadget: storage-common: Set FSG_MAX_LUNS to 16 by Krzysztof Opasiak · 9 years ago
  81. bab7a1f usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definition by Krzysztof Opasiak · 9 years ago
  82. 903588a usb: gadget: mass_storage: Free buffers if create lun fails by Krzysztof Opasiak · 9 years ago
  83. 88167fc usb: pass flags parameter to gpiod_get functions by Uwe Kleine-König · 9 years ago
  84. b5c03bf usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXX by Vaishali Thakkar · 9 years ago
  85. ad4676a usb: gadget: composite.c: i18n is not an acronym by Diego Viola · 9 years ago
  86. b8464bc usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16 by Vaishali Thakkar · 9 years ago
  87. d3c1ac4 usb: gadget: SourceSink: Remove out-of-date comment by Krzysztof Opasiak · 9 years ago
  88. e425be9 usb: gadget: loopback: Remove out-of-date comment by Krzysztof Opasiak · 9 years ago
  89. 5ea7509 usb: gadget: nokia: Add mass storage driver to g_nokia by Pali Rohár · 9 years ago
  90. 4248bd7 usb: gadget: f_printer: actually limit the number of instances by Andrzej Pietrasiewicz · 9 years ago
  91. 774cf72 usb: gadget: f_hid: actually limit the number of instances by Andrzej Pietrasiewicz · 9 years ago
  92. c41b776 usb: gadget: f_uac2: fix calculation of uac2->p_interval by Peter Chen · 9 years ago
  93. 02c3b4c usb: gadget: bdc: fix a driver crash on disconnect by Al Cooper · 9 years ago
  94. 7ace8fc usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU by Yoshihiro Shimoda · 9 years ago
  95. 53e20f2 usb: gadget: mv_udc_core: fix phy_regs I/O memory leak by Alexey Khoroshilov · 9 years ago
  96. 3958b79 configfs: fix kernel infoleak through user-controlled format string by Nicolas Iooss · 9 years ago
  97. b2e2c94 usb: gadget: f_midi: fix error recovery path by Andrzej Pietrasiewicz · 9 years ago
  98. 2184fe6 usb: gadget: udc: fix free_irq() after request_irq() failed by Takeshi Yoshimura · 9 years ago
  99. b4c21f0 usb: gadget: composite: Fix NULL pointer dereference by Kishon Vijay Abraham I · 9 years ago
  100. 4088acf usb: gadget: f_fs: do not set cancel function on synchronous {read,write} by Rui Miguel Silva · 9 years ago