1. 9caeb06 usb: dwc3: pci: passing forward the ACPI companion by Heikki Krogerus · 10 years ago
  2. 3d12891 usb: dwc3: core: convert to unified device property interface by Heikki Krogerus · 10 years ago
  3. 06e7114 usb: common: of_usb_get_dr_mode to usb_get_dr_mode by Heikki Krogerus · 10 years ago
  4. 6664727 usb: dwc3: st: prepare the driver for generic usb_get_dr_mode function by Heikki Krogerus · 10 years ago
  5. 63863b9 usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed by Heikki Krogerus · 10 years ago
  6. 5cd22f8 usb: gadget: legacy: tcm: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  7. 4ce86bf usb: gadget: legacy: dbgp: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  8. 18411c0 usb: gadget: u_serial: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  9. 6e4bfc5 usb: gadget: u_ether: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  10. d62bf8c usb: gadget: f_uvc: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  11. 887d820 usb: gadget: f_uac2: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  12. 6ae6e1a usb: gadget: f_uac1: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  13. bb38c18 usb: gadget: f_subset: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  14. dbd2bad usb: gadget: f_sourcesink: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  15. 885d22e usb: gadget: f_serial: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  16. bbc474f usb: gadget: f_rndis: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  17. ce21a98 usb: gadget: f_printer: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  18. 101382f usb: gadget: f_phonet: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  19. d277e1a usb: gadget: f_obex: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  20. 6b4012a usb: gadget: f_ncm: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  21. ce72395 usb: gadget: f_midi: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  22. 1cecd54 usb: gadget: f_mass_storage: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  23. 0523ca4 usb: gadget: f_loopback: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  24. 2516a68 usb: gadget: f_hid: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  25. 34422a5 usb: gadget: f_eem: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  26. 4aab757 usb: gadget: f_acm: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  27. 92fbfc3 usb: gadget: f_ecm: eliminate abuse of ep->driver data by Robert Baldyga · 10 years ago
  28. b67f628 usb: gadget: epautoconf: add usb_ep_autoconfig_release() function by Robert Baldyga · 10 years ago
  29. 35bfde3 usb: gadget: f_ncm: obtain cdev from function instead of driver_data by Robert Baldyga · 10 years ago
  30. f871cb9 usb: gadget: fix few outdated comments by Robert Baldyga · 10 years ago
  31. 04c4d8d usb: gadget: dummy_hcd: replace timeval with timespec64 by WEN Pingbo · 10 years ago
  32. 6344475 usb: dwc3: support for pinctrl state change during system sleep by Sekhar Nori · 10 years ago
  33. 0468390 usb: gadget: f_sourcesink: format data pattern according to max packet size by Peter Chen · 10 years ago
  34. b9a6e8e usb: misc: usbtest: format the data pattern according to max packet size by Alan Stern · 10 years ago
  35. 169900f usb: misc: usbtest: using the same data format among write/compare/output by Peter Chen · 10 years ago
  36. a724ddf usb: misc: usbtest: delete useless memset for urbs array by Peter Chen · 10 years ago
  37. 41d3c0b usb: misc: usbtest: allocate size of urb array according to user parameter by Peter Chen · 10 years ago
  38. 95c8bc3 usb: dwc2: Use platform endianness when accessing registers by Antti Seppälä · 10 years ago
  39. bba787a usb: gadget: ether: Allow jumbo frames by Mike Looijmans · 10 years ago
  40. 428163d usb: gadget: at91_udc: move at91_udc_data in at91_udc.h by Alexandre Belloni · 10 years ago
  41. 1f91b4c usb: dwc2: rename all s3c_* to dwc2_* by Felipe Balbi · 10 years ago
  42. db2be4e usb: dwc3: Add frame length adjustment quirk by Nikhil Badola · 10 years ago
  43. 7ed855e usb: phy: qcom: Switch to new extcon framework API by Ivan T. Ivanov · 10 years ago
  44. 41932b9 usb: musb: dsps: control musb speed based on dts setting by Bin Liu · 10 years ago
  45. 9b75376 usb: musb: set the controller speed based on the config setting by Bin Liu · 10 years ago
  46. f35fe4b usb: gadget: f_midi: check for error on usb_ep_queue by Felipe F. Tonello · 10 years ago
  47. 2e6c72b usb: gadget: mass_storage: allow for deeper queue lengths by Felipe Balbi · 10 years ago
  48. a8f3281 usb: dwc3: gadget: improve ep_queue's error reporting by Felipe Balbi · 10 years ago
  49. 8918591 usb: dwc3: gadget: clear DWC3_PENDING_REQUEST when request is queued by Felipe Balbi · 10 years ago
  50. 1d6a391 usb: dwc3: gadget: start requests as soon as they come by Felipe Balbi · 10 years ago
  51. fe84f52 usb: dwc3: gadget: move trace_dwc3_ep_queue() by Felipe Balbi · 10 years ago
  52. cbb4be6 USB: whiteheat: fix potential null-deref at probe by Johan Hovold · 10 years ago
  53. cc8e4fc xhci: init command timeout timer earlier to avoid deleting it uninitialized by Mathias Nyman · 10 years ago
  54. dca7794 xhci: change xhci 1.0 only restrictions to support xhci 1.1 by Mathias Nyman · 10 years ago
  55. 448116b usb: xhci: exit early in xhci_setup_device() if we're halted or dying by Roger Quadros · 10 years ago
  56. 8c24d6d usb: xhci: stop everything on the first call to xhci_stop by Roger Quadros · 10 years ago
  57. e5bfeab usb: xhci: Clear XHCI_STATE_DYING on start by Roger Quadros · 10 years ago
  58. 85ac90f usb: xhci: lock mutex on xhci_stop by Roger Quadros · 10 years ago
  59. 2b7627b xhci: Move xhci_pme_quirk() behind #ifdef CONFIG_PM by Tomer Barletz · 10 years ago
  60. a6809ff xhci: give command abortion one more chance before killing xhci by Mathias Nyman · 10 years ago
  61. ff30cbc usb: Use the USB_SS_MULT() macro to get the burst multiplier. by Mathias Nyman · 10 years ago
  62. 01f4fd2 Merge tag 'fixes-for-v4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 10 years ago
  63. a66c275b usb: dwc3: gadget: Fix BUG in RT config by Roger Quadros · 10 years ago
  64. b431ba8 usb: musb: fix cppi channel teardown for isoch transfer by Bin Liu · 10 years ago
  65. 8fb7ab5 usb: phy: isp1301: Export I2C module alias information by Javier Martinez Canillas · 10 years ago
  66. 51b91b7 usb: gadget: drop null test before destroy functions by Julia Lawall · 10 years ago
  67. 9a9ce1d usb: gadget: dummy_hcd: in transfer(), return data sent, not limit by Igor Kotrasinski · 10 years ago
  68. e42bd6a usb: gadget: dummy_hcd: fix rescan logic for transfer by Igor Kotrasinski · 10 years ago
  69. 5dda5be usb: gadget: dummy_hcd: fix unneeded else-if condition by Igor Kotrasinski · 10 years ago
  70. 21c3ee9 usb: gadget: dummy_hcd: emulate sending zlp in packet logic by Igor Kotrasinski · 10 years ago
  71. b8239dc usb: musb: dsps: fix polling in device-only mode by Bin Liu · 10 years ago
  72. cf261fd usb: gadget: atmel_usba_udc: add ep capabilities support on device tree binding by Sylvain Rochet · 10 years ago
  73. ea93465 Merge tag 'usb-ci-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus by Greg Kroah-Hartman · 10 years ago
  74. 74a0939 Merge tag 'usb-serial-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 10 years ago
  75. 8315b77 usb: chipidea: imx: fix a typo for imx6sx by Li Jun · 10 years ago
  76. 84bc70f usb: chipidea: add xilinx zynq platform data by Nathan Sullivan · 10 years ago
  77. 56ffa1d usb: chipidea: udc: using the correct stall implementation by Peter Chen · 10 years ago
  78. 762982d usb: phy: phy-generic: Fix reset behaviour on legacy boot by Roger Quadros · 10 years ago
  79. 523d5da usb: musb: ux500: Fix module autoload for OF platform driver by Luis de Bethencourt · 10 years ago
  80. 6fc6f4b usb: musb: Disable interrupts on suspend, enable them on resume by Pascal Huerst · 10 years ago
  81. 6527cc2 usb: gadget: amd5536udc: fix error handling in udc_pci_probe() by Alexey Khoroshilov · 10 years ago
  82. 88ccdbd usb: phy: fix phy-qcom-8x16-usb build by Randy Dunlap · 10 years ago
  83. 40af177 usb: musb: ensure in peripheral mode when checking session by Bin Liu · 10 years ago
  84. e2ae069 usb: dwc3: omap: enable irqs lately by Felipe Balbi · 10 years ago
  85. e4c1b1b usb: gadget: fix possible regression introduced with ep->claimed by Robert Baldyga · 10 years ago
  86. 19ab6bc USB: option: add ZTE PIDs by Liu.Zhao · 10 years ago
  87. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  88. 44840de USB: qcserial: add HP lt4111 LTE/EV-DO/HSPA+ Gobi 4G Module by David Ward · 10 years ago
  89. 1fb8dc3 USB: ftdi_sio: Added custom PID for CustomWare products by Matthijs Kooijman · 10 years ago
  90. d2958d1 USB: usb_wwan: silence read errors on disconnect by Johan Hovold · 10 years ago
  91. 9257f1d USB: option: silence interrupt errors by Johan Hovold · 10 years ago
  92. 8ae25a3 USB: symbolserial: Correct transferred data size by Philipp Hachtmann · 10 years ago
  93. 951d3793 USB: symbolserial: Use usb_get_serial_port_data by Philipp Hachtmann · 10 years ago
  94. a0c9d0d usb: misc: usbtest: format max packet size for iso transfer by Peter Chen · 10 years ago
  95. 0521cfd usb: host: ehci-sys: delete useless bus_to_hcd conversion by Peter Chen · 10 years ago
  96. 12e1a6a Revert "usb: interface authorization: Introduces the default interface authorization" by Greg Kroah-Hartman · 10 years ago
  97. 8c2ea97 Revert "usb: interface authorization: Control interface probing and claiming" by Greg Kroah-Hartman · 10 years ago
  98. 5651440 Revert "usb: interface authorization: Introduces the USB interface authorization" by Greg Kroah-Hartman · 10 years ago
  99. 4d924d7 Revert "usb: interface authorization: SysFS part of USB interface authorization" by Greg Kroah-Hartman · 10 years ago
  100. a1b93ab Revert "usb: interface authorization: Use a flag for the default device authorization" by Greg Kroah-Hartman · 10 years ago