1. ce046d3 usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks() by Heikki Krogerus · 9 years ago
  2. 474799f usb: dwc3: pci: make build-in device properties available by Heikki Krogerus · 9 years ago
  3. ae41141 usb: dwc3: ep0: sanity check test mode selector by Fei Yang · 9 years ago
  4. 818ec3a usb: dwc3: debugfs: dump out endpoint details by Felipe Balbi · 9 years ago
  5. b058f3e usb: dwc3: core: add helper to extract trb type by Felipe Balbi · 9 years ago
  6. cf6d867 usb: dwc3: core: add fifo space helper by Felipe Balbi · 9 years ago
  7. 097aa19 usb: gadget: pch_udc: don't free devm allocated memory by Felipe Balbi · 9 years ago
  8. f78bbca usb: f_mass_storage: test whether thread is running before starting another by Michal Nazarewicz · 9 years ago
  9. 332a5b4 usb: gadget: f_fs: Fix EFAULT generation for async read operations by Lars-Peter Clausen · 9 years ago
  10. 9bc0789 usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytes by Denys Vlasenko · 9 years ago
  11. b41d8a6 usb: renesas_usbhs: use usb_gadget_{un}map_request_by_dev() for IPMMU by Yoshihiro Shimoda · 9 years ago
  12. c3cdcac usb: renesas_usbhs: change arguments of dma_map_ctrl() by Yoshihiro Shimoda · 9 years ago
  13. e789ece usb: renesas_usbhs: change function call orfer in usbhsf_dma_prepare_push() by Yoshihiro Shimoda · 9 years ago
  14. 679ca39 usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev() by Yoshihiro Shimoda · 9 years ago
  15. 5096c4d usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request() by Yoshihiro Shimoda · 9 years ago
  16. 4e9f311 usb: dwc3: make dwc3_debugfs_init return value be void by Du, Changbin · 9 years ago
  17. af566a0 usb: dwc3: omap: get rid of dma_status by Roger Quadros · 9 years ago
  18. 8e7046b usb: dwc3: gadget: don't interrupt when chained by Felipe Balbi · 9 years ago
  19. 052ba52ef usb: dwc3: gadget: remove newline from trace by Felipe Balbi · 9 years ago
  20. 36b68aa usb: dwc3: gadget: use link TRB for all endpoint types by Felipe Balbi · 9 years ago
  21. 4faf755 usb: dwc3: gadget: move % operation to increment helpers by Felipe Balbi · 9 years ago
  22. ef966b9 usb: dwc3: gadget: add trb enqueue/dequeue helpers by Felipe Balbi · 9 years ago
  23. 70fdb27 usb: dwc3: get rid of DWC3_TRB_MASK by Felipe Balbi · 9 years ago
  24. c28f825 usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8 by Felipe Balbi · 9 years ago
  25. 5ef68c5 usb: dwc3: core: document struct dwc3_request by Felipe Balbi · 9 years ago
  26. 53fd881 usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue by Felipe Balbi · 9 years ago
  27. 495dd5f usb: dwc3: omap: drop dma_mask configuration by Grygorii Strashko · 9 years ago
  28. e58dd35 usb: dwc3: add disable receiver detection in P3 quirk by Rajesh Bhagat · 9 years ago
  29. c36d8e9 usb: dwc3: gadget: put link to U0 before Start Transfer by Felipe Balbi · 9 years ago
  30. 218ef7b usb: dwc3: gadget: extract unlocked dwc3_gadget_wakeup() by Felipe Balbi · 9 years ago
  31. 2b0f11d usb: dwc3: gadget: clear SUSPHY bit before ep cmds by Felipe Balbi · 9 years ago
  32. c0ca324 usb: dwc3: gadget: combine return points into a single one by Felipe Balbi · 9 years ago
  33. e4875bd usb: gadget: pch_udc: sort IDs by Andy Shevchenko · 9 years ago
  34. 6b96873 usb: gadged: pch_udc: get rid of redundant assignments by Andy Shevchenko · 9 years ago
  35. c7b640d usb: gadget: pch_udc: enable MSI if hardware supports by Andy Shevchenko · 9 years ago
  36. 969733f usb: gadget: pch_udc: convert to devres API by Andy Shevchenko · 9 years ago
  37. 5e3bd45 usb: gadged: pch_udc: PCI core handles power state for us by Andy Shevchenko · 9 years ago
  38. badf6d4 usb: common: rework CONFIG_USB_COMMON logic by Arnd Bergmann · 9 years ago
  39. dea520a usb: dwc3: gadget: pass ev_buff as cookie to irq handler by Felipe Balbi · 9 years ago
  40. 696c8b1 usb: dwc3: drop ev_buffs array by Felipe Balbi · 9 years ago
  41. 660e9bd usb: dwc3: remove num_event_buffers by Felipe Balbi · 9 years ago
  42. acd877f usb: phy: qcom: use PTR_ERR_OR_ZERO() by Felipe Balbi · 9 years ago
  43. 46cdd19 usb: gadget: udc: at91: use PTR_ERR_OR_ZERO() by Felipe Balbi · 9 years ago
  44. aa3342c usb: dwc3: better name for our request management lists by Felipe Balbi · 9 years ago
  45. 8495036 usb: dwc3: increase maximum number of TRBs per endpoint by Felipe Balbi · 9 years ago
  46. ca4d44e usb: dwc3: gadget: always enable CSP by Felipe Balbi · 9 years ago
  47. bc50816 usb: dwc3: drop FIFO resizing logic by Felipe Balbi · 10 years ago
  48. ffb927d Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  49. 636c8a8 Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 9 years ago
  50. 39ec5cb Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 9 years ago
  51. d48d569 USB: option: add "D-Link DWM-221 B1" device id by Bjørn Mork · 9 years ago
  52. cddc943 USB: serial: cp210x: Adding GE Healthcare Device ID by Martyn Welch · 9 years ago
  53. ea6db90 USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices by Josh Boyer · 9 years ago
  54. adf9a3a usb: dwc3: keystone: drop dma_mask configuration by Grygorii Strashko · 9 years ago
  55. 79171e9 usb: gadget: udc-core: remove manual dma configuration by Grygorii Strashko · 9 years ago
  56. 1ffb4d5 usb: dwc3: pci: add ID for one more Intel Broxton platform by Heikki Krogerus · 9 years ago
  57. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  58. 4fccb07 usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done() by Yoshihiro Shimoda · 9 years ago
  59. ecd9a7a usb: dwc2: do not override forced dr_mode in gadget setup by Przemek Rudy · 9 years ago
  60. 4fc50ba usb: gadget: f_midi: unlock on error by Dan Carpenter · 9 years ago
  61. 5a07975a USB: digi_acceleport: do sanity checking for the number of ports by Oliver Neukum · 9 years ago
  62. c55aee1 USB: cypress_m8: add endpoint sanity check by Oliver Neukum · 9 years ago
  63. 4e9a0b0 USB: mct_u232: add sanity checking in probe by Oliver Neukum · 9 years ago
  64. 59b9023 usb: fix regression in SuperSpeed endpoint descriptor parsing by Mathias Nyman · 9 years ago
  65. b348d7d USB: usbip: fix potential out-of-bounds write by Ignat Korchagin · 9 years ago
  66. 6490865 usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer by Yoshihiro Shimoda · 9 years ago
  67. 894f2fc usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler() by Yoshihiro Shimoda · 9 years ago
  68. 03d27ad usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize by Felipe F. Tonello · 9 years ago
  69. 7e8ac87 usb: phy: qcom-8x16: fix regulator API abuse by Arnd Bergmann · 9 years ago
  70. 08f8cab usb: gadget: composite: Access SSP Dev Cap fields properly by John Youn · 9 years ago
  71. 38e5898 usb: gadget: udc: atmel: don't disable enpdoints we don't own by Felipe Balbi · 9 years ago
  72. e901aa1 usb: dwc3: gadget: fix endpoint renaming by Felipe Balbi · 9 years ago
  73. ad14d4e usb: dwc3: gadget: release spin lock during gadget resume by Jiebing Li · 11 years ago
  74. f59dcab usb: dwc3: core: improve reset sequence by Felipe Balbi · 9 years ago
  75. 9acdf4d usb: gadget: f_midi: added spinlock on transmit function by Felipe F. Tonello · 9 years ago
  76. 33c1f63 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  77. 5266e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  78. 46e595a Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  79. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  80. 040e3ab Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  81. 55ff8cf USB: uas: Reduce can_queue to MAX_CMNDS by Hans de Goede · 9 years ago
  82. 8835ba4 USB: cdc-acm: more sanity checking by Oliver Neukum · 9 years ago
  83. 0b818e3 USB: usb_driver_claim_interface: add sanity checking by Oliver Neukum · 9 years ago
  84. 7222c83 usb/core: usb_alloc_dev(): fix setting of ->portnum by Nicolai Stange · 9 years ago
  85. 4ec0ef3 USB: iowarrior: fix oops with malicious USB descriptors by Josh Boyer · 9 years ago
  86. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  87. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  88. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  89. efc2cd7 usb: common: convert to use match_string() helper by Heikki Krogerus · 9 years ago
  90. 48d10bd Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  91. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  92. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  93. bace3db Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  94. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  95. 7b78f48 PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition by Heikki Krogerus · 9 years ago
  96. 8331c05 Merge commit '840f5b0572ea' into v4l_for_linus by Mauro Carvalho Chehab · 9 years ago
  97. cff834c usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs by Nicholas Bellinger · 10 years ago
  98. 71e7ae8 usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation by Nicholas Bellinger · 10 years ago
  99. fb444abe target: Convert demo-mode only drivers to target_alloc_session by Christoph Hellwig · 10 years ago
  100. 0bae2f1 Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel by Linus Walleij · 9 years ago