1. bd6bce0 usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting by Yoshihiro Shimoda · 7 years ago
  2. 0259068 usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error by Yoshihiro Shimoda · 7 years ago
  3. 003bc1d usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc by Yoshihiro Shimoda · 7 years ago
  4. d998844 usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add udc by Yoshihiro Shimoda · 7 years ago
  5. 1990cf7 usb: gadget: udc: renesas_usb3: should remove debugfs by Yoshihiro Shimoda · 7 years ago
  6. a665140 usb: gadget: composite Allow for larger configuration descriptors by Joel Pepper · 7 years ago
  7. 0564536 usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue by Mayank Rana · 7 years ago
  8. 6910251 usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be static by Wei Yongjun · 7 years ago
  9. fe70dce usb: dwc2: pci: Fix error return code in dwc2_pci_probe() by Wei Yongjun · 7 years ago
  10. 5295322 usb: dwc2: WA for Full speed ISOC IN in DDMA mode. by Artur Petrosyan · 7 years ago
  11. a7ef207 usb: dwc2: dwc2_vbus_supply_init: fix error check by Tomeu Vizoso · 7 years ago
  12. 43a6dc9 usb: gadget: f_phonet: fix pn_net_xmit()'s return type by Luc Van Oostenryck · 7 years ago
  13. d98c624 usb: dwc2: Fix HiKey regression caused by power_down feature by John Stultz · 7 years ago
  14. 6fb914d usb: dwc2: Fix kernel doc's warnings. by Grigor Tovmasyan · 7 years ago
  15. 431d93c usb: gadget: fsl: Introduce FSL_USB2_PHY_UTMI_DUAL for usb gadget by Nikhil Badola · 7 years ago
  16. edbbfe1 usb: dwc3: dwc3_get_extcon() can be static by kbuild test robot · 7 years ago
  17. 31a2f5a usb: dwc3: gadget: init req->{direction,epnum} from alloc_request() by Felipe Balbi · 7 years ago
  18. d7ca7e1 usb: dwc3: gadget: initialize transfer index from send_gadget_ep_cmd() by Felipe Balbi · 7 years ago
  19. 4439661 usb: dwc3: gadget: assign resource_index inside get_transfer_index() by Felipe Balbi · 7 years ago
  20. f62afb4 usb: dwc3: gadget: always start isochronous aligned to dep->interval by Felipe Balbi · 7 years ago
  21. d513320 usb: dwc3: gadget: don't issue End Transfer if we have started reqs by Felipe Balbi · 7 years ago
  22. e1d542f usb: dwc3: debug: decode uFrame from event too by Felipe Balbi · 7 years ago
  23. 4262691 usb: dwc3: gadget: move dwc3_calc_trbs_left() in place of prototype by Felipe Balbi · 7 years ago
  24. 20d1d43 usb: dwc3: gadget: move set_xfer_resource() in place of prototype by Felipe Balbi · 7 years ago
  25. b07c2db usb: dwc3: gadget: remove a few more dwc arguments by Felipe Balbi · 7 years ago
  26. a2d23f0 usb: dwc3: gadget: combine modify & restore into single argument by Felipe Balbi · 7 years ago
  27. 8f1c99c usb: dwc3: gadget: refactor dwc3_gadget_init_endpoints() by Felipe Balbi · 7 years ago
  28. f38e35d usb: dwc3: gadget: split dwc3_gadget_ep_cleanup_completed_requests() by Felipe Balbi · 7 years ago
  29. 6d9d22d usb: dwc3: gadget: get rid of the length variable by Felipe Balbi · 7 years ago
  30. fee73e6 usb: dwc3: gadget: reduce scope of ret variable by Felipe Balbi · 7 years ago
  31. 6afbdb5 usb: dwc3: gadget: one declaration per line by Felipe Balbi · 7 years ago
  32. e0c42ce usb: dwc3: gadget: simplify IOC handling by Felipe Balbi · 7 years ago
  33. d80fe1b usb: dwc3: gadget: simplify short packet event by Felipe Balbi · 7 years ago
  34. b27972b usb: dwc3: trace: print out event status too by Felipe Balbi · 7 years ago
  35. 8b3b7b66 usb: dwc3: gadget: simplify unaligned and zlp handling by Felipe Balbi · 7 years ago
  36. cf35fc3 usb: dwc3: gadget: remove unnecessary 'chain' variable by Felipe Balbi · 7 years ago
  37. 0215959 usb: dwc3: gadget: remove PENDING handling from cleanup_completed by Felipe Balbi · 7 years ago
  38. d369295 usb: dwc3: gadget: split scatterlist and linear handlers by Felipe Balbi · 7 years ago
  39. d5044a0 usb: dwc3: gadget: simplify isoc case on cleanup_completed_requests by Felipe Balbi · 7 years ago
  40. fe990ce usb: dwc3: gadget: simplify queueing of isoc transfers by Felipe Balbi · 7 years ago
  41. 4d588a1 usb: dwc3: gadget: remove duplicated missed isoc handling by Felipe Balbi · 7 years ago
  42. 6d8a019 usb: dwc3: gadget: check for Missed Isoc from event status by Felipe Balbi · 7 years ago
  43. 58f0218 usb: dwc3: gadget: remove unnecessary 'ioc' variable by Felipe Balbi · 7 years ago
  44. 12a3a4a usb: dwc3: gadget: make cleanup_completed_requests() return nothing by Felipe Balbi · 7 years ago
  45. 5f2e797 usb: dwc3: gadget: remove DWC3_EP_BUSY flag by Felipe Balbi · 7 years ago
  46. 1912cbc usb: dwc3: gadget: start removing BUSY flag by Felipe Balbi · 7 years ago
  47. ee3638b usb: dwc3: gadget: update dep->frame_number from XferInprogress too by Felipe Balbi · 7 years ago
  48. 5828cad usb: dwc3: gadget: always use frame number from XferNotReady by Felipe Balbi · 7 years ago
  49. 8f608e8 usb: dwc3: gadget: remove unnecessary 'dwc' parameter by Felipe Balbi · 7 years ago
  50. 3203386 usb: dwc3: gadget: move handler closer to calling site by Felipe Balbi · 7 years ago
  51. ed27442 usb: dwc3: gadget: rename dwc3_gadget_start_isoc() by Felipe Balbi · 7 years ago
  52. a24a6ab usb: dwc3: gadget: remove some pointless checks by Felipe Balbi · 7 years ago
  53. 0bd0f6d usb: dwc3: gadget: remove allocated/queued request tracking by Felipe Balbi · 7 years ago
  54. 66f5dd5 usb: dwc3: gadget: rename done_trbs and done_reqs by Felipe Balbi · 7 years ago
  55. a861282 usb: dwc3: gadget: don't kick transfer all the time by Felipe Balbi · 7 years ago
  56. fbea935 usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete() by Felipe Balbi · 7 years ago
  57. 742a4ff usb: dwc3: gadget: XferComplete only for EP0 by Felipe Balbi · 7 years ago
  58. 3840846 usb: dwc3: gadget: XferNotReady is Isoc-only by Felipe Balbi · 7 years ago
  59. 52fcc0b usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs too by Felipe Balbi · 7 years ago
  60. c96e672 usb: dwc3: gadget: Correct the logic for queuing sgs by Anurag Kumar Vulisha · 7 years ago
  61. a31e63b usb: dwc3: gadget: Correct handling of scattergather lists by Anurag Kumar Vulisha · 7 years ago
  62. 5f0b74e USB: dwc3: get extcon device by OF graph bindings by Andrzej Hajda · 7 years ago
  63. fe8abf3 usb: dwc3: support clocks and resets for DWC3 core by Masahiro Yamada · 7 years ago
  64. 4d4ca01 usb: gadget: udc: atmel: Fix indenting by Romain Izard · 7 years ago
  65. 2f8519f usb: gadget: udc: atmel: Remove obsolete include by Romain Izard · 7 years ago
  66. a3e2008 usb: gadget: udc: atmel: GPIO inversion is handled by gpiod by Romain Izard · 7 years ago
  67. 1ca532e USB: rndis: Fix for handling garbled messages by Michel Pollet · 7 years ago
  68. 44feb8e usb: dwc3: use local copy of resource to fix-up register offset by Masahiro Yamada · 7 years ago
  69. 1ef6c42 usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speeds by Chunfeng Yun · 7 years ago
  70. bcb1287 usb: dwc3: core: Suspend PHYs on runtime suspend in host mode by Manu Gautam · 7 years ago
  71. a4333c3 usb: dwc3: Add Qualcomm DWC3 glue driver by Manu Gautam · 7 years ago
  72. c18aba9 dt-bindings: usb: Update documentation for Qualcomm DWC3 driver by Manu Gautam · 7 years ago
  73. e362098 usb: dwc3: of-simple: Add compatible for Allwinner H6 platform by Icenowy Zheng · 7 years ago
  74. d3ac41b usb: gadget: f_ecm: fix host mac address for multiple instances by Lukasz Nowak · 7 years ago
  75. eea5274 USB: Gadget Ethernet: Re-enable Jumbo frames. by John Greb · 7 years ago
  76. c7c24e7 usb: dwc2: Change reading of current frame number flow. by Artur Petrosyan · 7 years ago
  77. 971b750 usb: dwc2: debugfs: Don't touch RX FIFO during register dump by Stefan Wahren · 7 years ago
  78. d5d5f07 usb: dwc2: Fix crash in incomplete isoc intr handlers. by Artur Petrosyan · 7 years ago
  79. b43ebc9 usb: dwc2: Add Interpacket Gap(IPG) feature support by Grigor Tovmasyan · 7 years ago
  80. 37981e0 usb: dwc2: Enable BNA interrupt for IN endpoints by Minas Harutyunyan · 7 years ago
  81. 729cac6 usb: dwc2: Change ISOC DDMA flow by Minas Harutyunyan · 7 years ago
  82. f398468 usb: mtu3: make USB_MTU3_DUAL_ROLE depend on EXTCON but not USB_MTU3 by Chunfeng Yun · 7 years ago
  83. f3b28e5 usb: mtu3: fix operation failure when test TEST_J/K by Chunfeng Yun · 7 years ago
  84. 11254eb usb: mtu3: fix an unrecognized issue when connected with PC by Chunfeng Yun · 7 years ago
  85. 00505ad usb: mtu3: remove repeated setting of gadget state by Chunfeng Yun · 7 years ago
  86. 288ee3c usb: mtu3: avoid TX data length truncated in SS/SSP mode by Chunfeng Yun · 7 years ago
  87. 64f5b56 usb: phy: simplify getting .drvdata by Wolfram Sang · 7 years ago
  88. 8836b39 usb: mtu3: simplify getting .drvdata by Wolfram Sang · 7 years ago
  89. e10d3fc usb: phy: Add Kconfig entry for Tegra PHY driver by Dmitry Osipenko · 7 years ago
  90. d2b9889 usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phy by Dmitry Osipenko · 7 years ago
  91. 3e1d333 usb: phy: tegra: Cleanup error messages by Dmitry Osipenko · 7 years ago
  92. 6819e32 usb: gadget: f_fs: Add compat_ioctl to epfiles by Jerry Zhang · 7 years ago
  93. 9286e24 usb: gadget: f_midi: Use refcount when freeing f_midi_opts by Jerry Zhang · 7 years ago
  94. 7ecca2a usb/gadget: Add driver for Aspeed SoC virtual hub by Benjamin Herrenschmidt · 7 years ago
  95. 655016d usb/gadget: Constify usb_gadget_get_string "table" argument by Benjamin Herrenschmidt · 7 years ago
  96. 5d1332a usb: gadget: udc: core: Document the relation between usb_ep_queue() and completion callback by Alan Stern · 7 years ago
  97. 6d08b06 Linux 4.17-rc2 by Linus Torvalds · 7 years ago
  98. 867ab4b Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  99. 221bda4 Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  100. 2e1d6ea Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next by Dave Airlie · 7 years ago