1. c9ffc78 usb: gadget: NCM: Protect dev->port_usb using dev->lock by Harish Jenny K N · 8 years ago
  2. 79775f4 usb: gadget: u_ether: fix another dereference after null check by Harish Jenny K N · 8 years ago
  3. 5387c92 usb: gadget: remove variable ret and remove unnecessary if statement by Colin Ian King · 8 years ago
  4. 2938fc6 usb: dwc2: Properly account for the force mode delays by John Youn · 8 years ago
  5. fef6bc3 usb: dwc2: Add delay to core soft reset by John Youn · 8 years ago
  6. d0f0ac5 usb: dwc2: gadget: Only initialize device if in device mode by John Youn · 8 years ago
  7. 3262ad8 usb: gadget: f_fs: Stop ffs_closed NULL pointer dereference by Jim Baxter · 8 years ago
  8. 9d6173e usb: dwc3: Fix dr_mode validation by Thinh Nguyen · 8 years ago
  9. 073c47a usb: dwc3: ulpi: make dwc3_ulpi_ops constant by Tal Shorer · 9 years ago
  10. b9454f9 usb: ulpi: make ops struct constant by Tal Shorer · 9 years ago
  11. 042b0f3 usb: ulpi: remove "dev" field from struct ulpi_ops by Tal Shorer · 9 years ago
  12. e6f7484 usb: ulpi: rename operations {read|write}_dev to simply {read|write} by Tal Shorer · 9 years ago
  13. 5c42f38 usb: ulpi: remove calls to old api callbacks by Tal Shorer · 9 years ago
  14. b7cf1dc usb: dwc3: ulpi: use new api by Tal Shorer · 9 years ago
  15. 6691402 usb: ulpi: add new api functions, {read|write}_dev() by Tal Shorer · 9 years ago
  16. 51b0ce3 usb: ulpi: move setting of ulpi->dev parent up in ulpi_register() by Tal Shorer · 9 years ago
  17. 65e1ff7 Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size by John Youn · 8 years ago
  18. 1c07b20 usb: dwc2: gadget: free TX FIFO after killing requests by Robert Baldyga · 8 years ago
  19. 21f3bb5 usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable() by Robert Baldyga · 8 years ago
  20. ba48eab usb: dwc2: gadget: change variable name to more meaningful by Robert Baldyga · 8 years ago
  21. aa381a7 usb: dwc2: gadget: fix TX FIFO size and address initialization by Robert Baldyga · 8 years ago
  22. ad674a1 usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers by Robert Baldyga · 8 years ago
  23. da7b895 usb: gadget: configfs: log function unbinding as debug by Romain Izard · 8 years ago
  24. 4fbac52 usb: gadget: uvc: Add missing call for additional setup data by Petr Cvek · 9 years ago
  25. ee5acab usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is used by Yoshihiro Shimoda · 9 years ago
  26. c4824f1 usb: gadget: f_ncm: add support for no_skb_reserve by Yoshihiro Shimoda · 9 years ago
  27. 05f6b0f usb: gadget: u_ether: add a flag to avoid skb_reserve() calling by Yoshihiro Shimoda · 9 years ago
  28. 60e7396 usb: gadget: add a new quirk to avoid skb_reserve in u_ether.c by Yoshihiro Shimoda · 9 years ago
  29. a00c979 usb: gadget: net2280: fix typo: "Inavlid" -> "Invalid" by Colin Ian King · 9 years ago
  30. aae819e usb: renesas_usbhs: add a compatible string for r8a7796 by Yoshihiro Shimoda · 9 years ago
  31. 2a334cf usb: gadget: goku_udc: fix memory leak in goku_probe() by Alexey Khoroshilov · 8 years ago
  32. 01da519 usb: renesas_usbhs: pipe: don't print on ENOMEM by Wolfram Sang · 8 years ago
  33. 2218491 usb: renesas_usbhs: mod_host: don't print on ENOMEM by Wolfram Sang · 8 years ago
  34. cb73db7 usb: renesas_usbhs: mod_gadget: don't print on ENOMEM by Wolfram Sang · 8 years ago
  35. c4d6618 usb: gadget: udc: udc-xilinx: don't print on ENOMEM by Wolfram Sang · 8 years ago
  36. 1a7c1d5 usb: gadget: udc: goku_udc: don't print on ENOMEM by Wolfram Sang · 8 years ago
  37. b8246ca usb: gadget: udc: fsl_qe_udc: don't print on ENOMEM by Wolfram Sang · 8 years ago
  38. 8bae0f8 usb: dwc2: gadget: don't print on ENOMEM by Wolfram Sang · 8 years ago
  39. 7eee236 usb: phy: ab8500-usb: fix spelling mistake "regester" -> "register" by Colin Ian King · 8 years ago
  40. bc49d1d usb: gadget: don't couple configfs to legacy gadgets by Felipe Balbi · 8 years ago
  41. 594e121 usb: dwc3: gadget: stop kicking if we run out of space by Felipe Balbi · 9 years ago
  42. 7ae7df4 usb: dwc3: gadget: abolish trbs_left by Felipe Balbi · 9 years ago
  43. ba1582f usb: gadget: f_hid: use alloc_ep_req() by Felipe F. Tonello · 9 years ago
  44. 14794d7 usb: gadget: f_hid: use free_ep_req() by Felipe F. Tonello · 9 years ago
  45. aadbe81 usb: gadget: remove useless parameter in alloc_ep_req() by Felipe F. Tonello · 9 years ago
  46. 06281d4 usb: dwc3: Add ENDXFER command polling by John Youn · 9 years ago
  47. da605f5 usb: phy: mxs: Add DT bindings to configure TX settings by Jaret Cantu · 9 years ago
  48. e511636 Documentation: dt: dwc3: note the supported phy-names by Brian Norris · 9 years ago
  49. 512e475 usb: dwc3: Add revision numbers for the USB 3.0 IP by John Youn · 9 years ago
  50. 4368c28 usb: gadget: f_fs: handle control requests in config 0 by Felix Hädicke · 9 years ago
  51. 1a00b457 usb: gadget: composite: let USB functions process ctrl reqs in cfg0 by Felix Hädicke · 9 years ago
  52. 54dfce6 usb: gadget: f_fs: handle control requests not directed to interface or endpoint by Felix Hädicke · 9 years ago
  53. ed6fe1f usb: gadget: f_hid: add dev to configfs by Johannes Berg · 9 years ago
  54. 00af623 usb: dwc3: core: Move the mode setting to the right place by Baolin Wang · 9 years ago
  55. f8ca46a usb: gadget: f_midi: drop substreams when disabling endpoint by Felipe F. Tonello · 9 years ago
  56. f42ab18 usb: gadget: f_midi: refactor state machine by Felipe F. Tonello · 9 years ago
  57. 7ea9fde usb: gadget: f_midi: defaults buflen sizes to 512 by Felipe F. Tonello · 9 years ago
  58. 4a655f1 usb: gadget: f_midi: remove alignment code for OUT endpoint by Felipe F. Tonello · 9 years ago
  59. e046615 usb: gadget: align buffer size when allocating for OUT endpoint by Felipe F. Tonello · 9 years ago
  60. 69bb997 usb: gadget: change len to size_t on alloc_ep_req() by Felipe F. Tonello · 9 years ago
  61. 16b114a usb: gadget: fix usb_ep_align_maybe endianness and new usb_ep_align by Felipe F. Tonello · 9 years ago
  62. 6ac4709 usb: gadget: Add per-lun inquiry string by Philipp Gesang · 9 years ago
  63. f652191 usb: dwc3: of-simple: add compatible for rockchip rk3399 by William Wu · 9 years ago
  64. 76bf85c usb: dwc3: rockchip: add devicetree bindings documentation by William Wu · 9 years ago
  65. 00fe081 usb: dwc3: add dis_del_phy_power_chg_quirk by William Wu · 9 years ago
  66. 32f2ed8 usb: dwc3: make usb2 phy utmi interface configurable by William Wu · 9 years ago
  67. 16199f3 usb: dwc3: add dis_u2_freeclk_exists_quirk by William Wu · 9 years ago
  68. 17f6ed6 usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulk by Jussi Kivilinna · 9 years ago
  69. 1de2ebf usb: gadget: net2280: fix infinite loop in irq handler by Jussi Kivilinna · 9 years ago
  70. 1650113 usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCM by Jussi Kivilinna · 9 years ago
  71. 8dc7d30 usb: dwc2: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  72. f510b5a usb: gadget: remove redundant self assignment by Colin Ian King · 9 years ago
  73. a08f5db usb: gadget: configfs: log function unbinding as information by Romain Izard · 9 years ago
  74. 77e012a usb: phy: generic: remove the vbus dependency by Robert Jarzmik · 9 years ago
  75. 9835a6e usb: phy: generic: cope with initial state by Robert Jarzmik · 9 years ago
  76. 0c0e287 usb: gadget: pxa27x: add phy notifier event handler by Robert Jarzmik · 9 years ago
  77. dc55c67 usb: dwc3: gadget: improve increment request->actual by Felipe Balbi · 9 years ago
  78. f99f53f usb: dwc3: gadget: remove condition that never happens by Felipe Balbi · 9 years ago
  79. 1f51211 usb: dwc3: gadget: add remaining sg entries to ring by Felipe Balbi · 9 years ago
  80. 2c78c02 usb: dwc3: gadget: interrupt on ring full too by Felipe Balbi · 9 years ago
  81. 0b3e4af usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request by Felipe Balbi · 9 years ago
  82. 31162af usb: dwc3: gadget: avoid while (1) loop on completion by Felipe Balbi · 9 years ago
  83. 08a36b5 usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue() by Felipe Balbi · 9 years ago
  84. 45438a0 usb: dwc3: gadget: simplify dwc3_ep_prev_trb() by Felipe Balbi · 9 years ago
  85. 737f1ae usb: dwc3: gadget: increment dequeue pointer on completion by Felipe Balbi · 9 years ago
  86. 4bc48c9 usb: dwc3: gadget: retire LST bit completely by Felipe Balbi · 9 years ago
  87. fa8410b Linux 4.8-rc3 by Linus Torvalds · 9 years ago
  88. 46097f2 Merge branch 'parisc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  89. 4ec656b EDAC, skx_edac: Add EDAC driver for Skylake by Tony Luck · 9 years ago
  90. 3eb53b2 parisc: Fix order of EREFUSED define in errno.h by Helge Deller · 9 years ago
  91. ae14183 parisc: Fix automatic selection of cr16 clocksource by Helge Deller · 9 years ago
  92. 6040e57 Make the hardened user-copy code depend on having a hardened allocator by Linus Torvalds · 9 years ago
  93. 8cc9ddd Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  94. 43f4d36 Merge tag 'dm-4.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  95. b284879 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  96. 080ebb1 Merge tag 'usb-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  97. a8414fa Merge tag 'xfs-iomap-for-linus-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  98. 3f318b3 Merge tag 'hwmon-for-linus-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  99. 952b159 Merge tag 'drm-fixes-for-4.8-rc3-2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  100. d8298d2 Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago