1. 8922699 usb: gadget: gr_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  2. b0bf5fb usb: gadget: goku_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  3. 455d11c usb: gadget: fusb300_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  4. 60a28c63 usb: gadget: fsl_udc_core: add ep capabilities support by Robert Baldyga · 9 years ago
  5. e8fc42f usb: gadget: fsl_qe_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  6. 8d29237 usb: gadget: fotg210-udc: add ep capabilities support by Robert Baldyga · 9 years ago
  7. 7a3b8e7 usb: gadget: dummy-hcd: add ep capabilities support by Robert Baldyga · 9 years ago
  8. b079dd6 usb: gadget: bdc: add ep capabilities support by Robert Baldyga · 9 years ago
  9. 1b0ba52 usb: gadget: bcm63xx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  10. b9ed96d7 usb: gadget: at91_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  11. 6f02ac5 usb: gadget: amd5536udc: add ep capabilities support by Robert Baldyga · 9 years ago
  12. a474d3b usb: dwc3: gadget: add ep capabilities support by Robert Baldyga · 9 years ago
  13. 2954522 usb: dwc2: gadget: add ep capabilities support by Robert Baldyga · 9 years ago
  14. a7e3f14 usb: chipidea: udc: add ep capabilities support by Robert Baldyga · 9 years ago
  15. 68b5c94 staging: emxx_udc: add ep capabilities support by Robert Baldyga · 9 years ago
  16. 80e6e38 usb: gadget: add endpoint capabilities helper macros by Robert Baldyga · 9 years ago
  17. 734b5a2 usb: gadget: add endpoint capabilities flags by Robert Baldyga · 9 years ago
  18. cc476b4 usb: gadget: encapsulate endpoint claiming mechanism by Robert Baldyga · 9 years ago
  19. 0f4315a usb: gadget: f_uac2: fix build warning by Felipe Balbi · 9 years ago
  20. 7f35296 usb: musb: musb_dsps: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  21. c5673f5 usb: phy: phy-keystone: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  22. 4b68b50 usb: phy: phy-mxs-usb: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  23. 3f217e9 usb: chipidea: add ci->is_otg condition for otg judgement by Li Jun · 9 years ago
  24. a24b071 usb: gadget: f_printer: fix deadlock caused by nested spinlock by Fupan Li · 9 years ago
  25. 2f0bb2a usb: musb: Allow building in all the DMA code by Tony Lindgren · 9 years ago
  26. d3cb25a usb: gadget: udc: fix spin_lock in pch_udc by Pengyu Ma · 9 years ago
  27. f811a38 doc: usb: gadget-testing: using the updated testusb.c by Peter Chen · 9 years ago
  28. 4bc58eb Doc: ABI: testing: configfs-usb-gadget-sourcesink by Peter Chen · 9 years ago
  29. 8cd5062 Doc: ABI: testing: configfs-usb-gadget-loopback by Peter Chen · 9 years ago
  30. dd02ea5 usb: gadget: mass_storage: Use static array for luns by Krzysztof Opasiak · 9 years ago
  31. 5542f58 usb: gadget: mass_storage: Fix freeing luns sysfs implementation by Krzysztof Opasiak · 9 years ago
  32. 7674cba usb: gadget: atmel_usba_udc: add missing ret value check by Robert Baldyga · 9 years ago
  33. cb009d6 staging: emxx_udc: add missing usb_ep_set_maxpacket_limit() by Robert Baldyga · 9 years ago
  34. 6fd82b6 usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit() by Robert Baldyga · 9 years ago
  35. 4ef7a4a usb: gadget: midi: avoid redundant f_midi_set_alt() call by Robert Baldyga · 9 years ago
  36. 55d8112 usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails by Robert Baldyga · 9 years ago
  37. 913e4a9 usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidth by Peter Chen · 9 years ago
  38. 8078f31 usb: gadget: f_mass_storage: stop thread in bind failure case by Sanjay Singh Rawat · 9 years ago
  39. 5feb5d2 usb: gadget: m66592-udc: forever loop in set_feature() by Dan Carpenter · 9 years ago
  40. 1c99cab usb: gadget: fotg210-udc: remove duplicate conditions by Dan Carpenter · 9 years ago
  41. 6f98f54 usb: phy: msm: Add D+/D- lines route control by Ivan T. Ivanov · 9 years ago
  42. 736d093 usb: gadget: apply generic altsetting support check mechanism by Robert Baldyga · 9 years ago
  43. 7a896d4 usb: gadget: f_ecm/f_ncm: check quirk instead of UDC name by Robert Baldyga · 9 years ago
  44. a4cc421 usb: gadget: f_mass_storage: check quirk instead of UDC name by Robert Baldyga · 9 years ago
  45. ca1023c usb: gadget: add 'quirk_zlp_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  46. 02ded1b usb: gadget: add 'quirk_stall_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  47. ffd9a0f usb: gadget: add 'quirk_altset_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  48. c0bd545 usb: dwc3: ep0: handle non maxpacket aligned transfers > 512 by Kishon Vijay Abraham I · 9 years ago
  49. 2abd9d5 usb: dwc3: ep0: Add chained TRB support by Kishon Vijay Abraham I · 9 years ago
  50. 368ca11 usb: dwc3; ep0: Modify _dwc3_ep0_start_trans_ API to take 'chain' parameter by Kishon Vijay Abraham I · 9 years ago
  51. 8a34422 usb: dwc3: ep0: preparation for handling non maxpacket aligned transfers > 512 by Kishon Vijay Abraham I · 9 years ago
  52. 2e5464d usb: dwc3: ep0: use _roundup_ to calculate the transfer size by Kishon Vijay Abraham I · 9 years ago
  53. b2fb5b1 usb: dwc3: ep0: Fix mem corruption on OUT transfers of more than 512 bytes by Kishon Vijay Abraham I · 9 years ago
  54. b5a2875 usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS by Phil Edworthy · 9 years ago
  55. 9e832bf usb: gadget: zero: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  56. 3dcc705 usb: gadget: serial: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  57. 93d39af usb: gadget: printer: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  58. 1156e91 usb: gadget: ncm: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  59. 21ddc2a usb: gadget: multi: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  60. d867889 usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  61. d9e1867 usb: gadget: hid: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  62. 75c9310 usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  63. ab6796a usb: gadget: cdc2: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  64. 56023ce usb: gadget: audio: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  65. 578aa8a usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  66. 9b95236e usb: gadget: ether: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  67. 41ce84c usb: gadget: configfs: allocate and init otg descriptor by otg capabilities by Li Jun · 9 years ago
  68. d1606df usb: gadget: add usb otg descriptor allocate and init interface by Li Jun · 9 years ago
  69. b0930d4c usb: chipidea: update ci_otg_is_fsm_mode conditions by Li Jun · 9 years ago
  70. 7974235 usb: chipidea: set usb otg capabilities by Li Jun · 9 years ago
  71. 929412d usb: common: add API to update usb otg capabilities by device tree by Li Jun · 9 years ago
  72. b5513de doc: dt-binding: usb: add otg related properties by Li Jun · 9 years ago
  73. 53e6242 usb: gadget: composite: add USB_DT_OTG request handling by Macpaul Lin · 9 years ago
  74. 84704bb usb: add usb_otg_caps to usb_gadget structure. by Macpaul Lin · 9 years ago
  75. 6a88bbe usb: otg: add usb_otg_caps structure for otg capabilities by Li Jun · 9 years ago
  76. 5d701ce usb: add USB_OTG_ADP definition by Macpaul Lin · 9 years ago
  77. 8486a0bb usb: add usb_otg20_descriptor for OTG 2.0 and above by Macpaul Lin · 9 years ago
  78. d91de09 usb: musb: sunxi: Add support for musb controller in A33 SoC by Hans de Goede · 9 years ago
  79. 132e237 usb: musb: sunxi: Add support for musb controller in A31 SoC by Hans de Goede · 9 years ago
  80. 744543c usb: musb: sunxi: Add support for the Allwinner sunxi musb controller by Hans de Goede · 9 years ago
  81. 4cfbd95 usb: gadget: f_obex: use bind_deactivated flag by Robert Baldyga · 9 years ago
  82. f277bf2 usb: gadget: f_uvc: use bind_deactivated flag by Robert Baldyga · 9 years ago
  83. d5bb9b8 usb: composite: add bind_deactivated flag to usb_function by Robert Baldyga · 9 years ago
  84. 5601250 usb: composite: fix usb_function_activate/deactivate functions by Robert Baldyga · 9 years ago
  85. ccdf138 usb: gadget: add usb_gadget_activate/deactivate functions by Robert Baldyga · 9 years ago
  86. 3511699 usb: phy: qcom: New APQ8016/MSM8916 USB transceiver driver by Ivan T. Ivanov · 9 years ago
  87. 75ddead usb: gadget: storage-common: Set FSG_MAX_LUNS to 16 by Krzysztof Opasiak · 9 years ago
  88. bab7a1f usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definition by Krzysztof Opasiak · 9 years ago
  89. 903588a usb: gadget: mass_storage: Free buffers if create lun fails by Krzysztof Opasiak · 9 years ago
  90. aa73997 usb: dwc3: gadget: defer endpoint name change by Felipe Balbi · 9 years ago
  91. 7eaeac5 usb: dwc3: gadget: add a trace when disabling EPs by Felipe Balbi · 9 years ago
  92. d9972f4 usb: dwc3: core: remove unnecessary dev_warn() by Felipe Balbi · 9 years ago
  93. 88167fc usb: pass flags parameter to gpiod_get functions by Uwe Kleine-König · 9 years ago
  94. 2df033c usb: dwc3: pci: make better use of gpiod API by Uwe Kleine-König · 9 years ago
  95. 83b7b67 usb: phy: msm-usb: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  96. 50297b7 usb: renesas_usbhs: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  97. 860d268 usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprecated API by Chanwoo Choi · 9 years ago
  98. a2fd242 usb: phy: omap-otg: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  99. 5960387 usb: dwc3: omap: Replace deprecated API of extcon by Chanwoo Choi · 9 years ago
  100. b5c03bf usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXX by Vaishali Thakkar · 9 years ago