1. f1cda54 usb: host: xhci: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  2. 8602b08 usb: host: u132-hcd: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  3. aa31a09 usb: host: oxu210hp-hcd: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  4. 16f9c3f usb: host: ehci-st: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  5. e94a736 usb: musb: musb_dsps: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  6. a9c5d8f usb: phy: phy-keystone: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  7. 082155e usb: phy: phy-mxs-usb: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  8. 135551e usb: devio: remove assignment from if condition by Kris Borer · 9 years ago
  9. b4629a7 usb: ehci-platform: Fix using multiple controllers from OF by Alban Bedel · 9 years ago
  10. 722b262 Merge 4.2-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  11. 4e02bea drivers: usb: fsl: Define usb control register mask for w1c bits by Nikhil Badola · 10 years ago
  12. f4fdfaa drivers: usb: fsl: Modify phy clk valid bit checking by Nikhil Badola · 10 years ago
  13. 6009d95 drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macro by Nikhil Badola · 10 years ago
  14. 523f1de drivers: usb :fsl: Implement Workaround for USB Erratum A007792 by Nikhil Badola · 10 years ago
  15. 38aa420 drivers:usb:fsl: Replace macros with enumerated type by Nikhil Badola · 10 years ago
  16. 5fd3fc1 usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUS by Phil Edworthy · 10 years ago
  17. e616b39 usb: usleep_range is preferred over udelay where wakeup is flexible by Sunny Kumar · 10 years ago
  18. 655fe4e usbcore: add sysfs support to xHCI usb3 hardware LPM by Kevin Strasser · 10 years ago
  19. eb4861c USB: bcma: add support for controlling bus power through GPIO by Hauke Mehrtens · 10 years ago
  20. 10bc04b USB: bcma: add bcm53xx support by Hauke Mehrtens · 10 years ago
  21. ab2de57 USB: bcma: fix error handling in bcma_hcd_create_pdev() by Hauke Mehrtens · 10 years ago
  22. c27da2b USB: bcma: use devm_kzalloc by Hauke Mehrtens · 10 years ago
  23. 98e13e0 USB: bcma: replace numbers with constants by Hauke Mehrtens · 10 years ago
  24. 7e4a4da USB: bcma: remove chip id check by Hauke Mehrtens · 10 years ago
  25. 0faaad4 usb: move assignment out of if condition by Kris Borer · 10 years ago
  26. c2a298d usb: host: xhci: remove typo in function documentation by Luis de Bethencourt · 10 years ago
  27. cd32fba USB: atm: cxacru: fix blank line after declaration by Aaron Raimist · 10 years ago
  28. 298b992 usb: class: Use USB_CLASS_PRINTER instead of number 7 by Krzysztof Opasiak · 10 years ago
  29. 79a0274 usb: fix coding style issue by Kris Borer · 10 years ago
  30. 1209544 USB: OHCI: fix bad #define in ohci-tmio.c by Alan Stern · 10 years ago
  31. 91b7256 cdc-acm: Destroy acm_minors IDR on module exit by Johannes Thumshirn · 10 years ago
  32. 2d64f31 usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectors by Hans de Goede · 10 years ago
  33. 5fb2c78 usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 by Oliver Neukum · 10 years ago
  34. 7d8021c USB: OHCI: Fix race between ED unlink and URB submission by Alan Stern · 10 years ago
  35. 2d2a316 usb: core: lpm: set lpm_capable for root hub device by Lu Baolu · 10 years ago
  36. aca3a04 xhci: do not report PLC when link is in internal resume state by Zhuang Jin Can · 10 years ago
  37. fac4271 xhci: prevent bus_suspend if SS port resuming in phase 1 by Zhuang Jin Can · 10 years ago
  38. 243292a xhci: report U3 when link is in resume state by Zhuang Jin Can · 10 years ago
  39. 326124a xhci: Calculate old endpoints correctly on device reset by Brian Campbell · 10 years ago
  40. 3496810 usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function by AMAN DEEP · 10 years ago
  41. abce329 xhci: Workaround to get D3 working in Intel xHCI by Rajmohan Mani · 10 years ago
  42. c3c5819 xhci: call BIOS workaround to enable runtime suspend on Intel Braswell by Mathias Nyman · 10 years ago
  43. aebda61 usb: dwc3: Reset the transfer resource index on SET_INTERFACE by John Youn · 23 years ago
  44. 7ace8fc usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU by Yoshihiro Shimoda · 10 years ago
  45. 53e20f2 usb: gadget: mv_udc_core: fix phy_regs I/O memory leak by Alexey Khoroshilov · 10 years ago
  46. 4696b88 usb: ulpi: ulpi_init should be executed in subsys_initcall by Lu Baolu · 10 years ago
  47. 3958b79 configfs: fix kernel infoleak through user-controlled format string by Nicolas Iooss · 10 years ago
  48. 51f007e Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 10 years ago
  49. d23f47d USB: serial: Destroy serial_minors IDR on module exit by Johannes Thumshirn · 10 years ago
  50. b2e2c94 usb: gadget: f_midi: fix error recovery path by Andrzej Pietrasiewicz · 10 years ago
  51. 543aa48 usb: phy: mxs: suspend to RAM causes NULL pointer dereference by Stefan Wahren · 10 years ago
  52. 2184fe6 usb: gadget: udc: fix free_irq() after request_irq() failed by Takeshi Yoshimura · 10 years ago
  53. b4c21f0 usb: gadget: composite: Fix NULL pointer dereference by Kishon Vijay Abraham I · 10 years ago
  54. 4088acf usb: gadget: f_fs: do not set cancel function on synchronous {read,write} by Rui Miguel Silva · 10 years ago
  55. 8515bac usb: f_mass_storage: limit number of reported LUNs by Michal Nazarewicz · 10 years ago
  56. 43cacb0 usb: dwc3: core: avoid NULL pointer dereference by Felipe Balbi · 10 years ago
  57. cc1e204 usb: dwc2: embed storage for reg backup in struct dwc2_hsotg by Mian Yousaf Kaukab · 10 years ago
  58. b5a468a usb: dwc2: host: allocate qtd before atomic enqueue by Mian Yousaf Kaukab · 10 years ago
  59. b58e6ce usb: dwc2: host: allocate qh before atomic enqueue by Mian Yousaf Kaukab · 10 years ago
  60. be9d398 usb: musb: host: rely on port_mode to call musb_start() by Felipe Balbi · 10 years ago
  61. f98a7aa USB: cp210x: add ID for Aruba Networks controllers by Peter Sanford · 10 years ago
  62. ee5729e USB: mos7720: rename registers by Sudip Mukherjee · 10 years ago
  63. f6d7fb3 USB: option: add 2020:4000 ID by Claudio Cappelli · 10 years ago
  64. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  65. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  66. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  67. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  68. 2a29867 Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  69. d878238 Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  70. e34cadd Pratyush Anand has moved by Pratyush Anand · 10 years ago
  71. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  72. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 10 years ago
  73. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  74. 67db8a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  75. b51d23e module: add per-module param_lock by Dan Streetman · 10 years ago
  76. ec3b34e Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'for-4.2/rmi', 'for-4.2/sensor-hub', 'for-4.2/sjoy', 'for-4.2/sony' and 'for-4.2/wacom' into for-linus by Jiri Kosina · 10 years ago
  77. df115f3 MIPS: Octeon: Set OHCI and EHCI MMIO byte order to match CPU by Ben Hutchings · 10 years ago
  78. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 10 years ago
  79. 5064105 usb: dwc3: Use ASCII space in Kconfig by Thierry Reding · 10 years ago
  80. 73b6ecd extcon: Redefine the unique id of supported external connectors without 'enum extcon' type by Chanwoo Choi · 10 years ago
  81. df0c6ea Merge tag 'usb-ci-v4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-work by Greg Kroah-Hartman · 10 years ago
  82. fc6b68b usb: chipidea: add work-around for Marvell HSIC PHY startup by Rob Herring · 10 years ago
  83. d95699b usb: chipidea: allow multiple instances to use default ci_default_pdata by Rob Herring · 10 years ago
  84. b0a252e USB: ssb: use devm_kzalloc by Hauke Mehrtens · 10 years ago
  85. 8799719 USB: ssb: fix error handling in ssb_hcd_create_pdev() by Hauke Mehrtens · 10 years ago
  86. e3e64f3 usb: isp1760: check for null return from kzalloc by Colin Ian King · 10 years ago
  87. 15bf722 cdc-acm: Add support of ATOL FPrint fiscal printers by Alexey Sokolov · 10 years ago
  88. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 10 years ago
  89. aa90e99 usb: chipidea: usbmisc_imx: Remove unneeded semicolon by Fabio Estevam · 10 years ago
  90. 9d08203 Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 10 years ago
  91. 4e47dcf Merge tag 'usb-serial-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next by Greg Kroah-Hartman · 10 years ago
  92. df72d58 USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle by John D. Blair · 10 years ago
  93. b3d424e Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next by Greg Kroah-Hartman · 10 years ago
  94. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 10 years ago
  95. f504202 USB: usbtmc: add device quirk for Rigol DS6104 by Teunis van Beelen · 10 years ago
  96. e152813 Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  97. f05b7cb USB: serial: mos7840: Use setup_timer by Vaishali Thakkar · 10 years ago
  98. 0317a65 usb, HID: Remove Vernier devices from lsusb and hid_ignore_list by Dennis O'Brien · 10 years ago
  99. b84b1d5 scsi: Do not set cmd_per_lun to 1 in the host template by Hannes Reinecke · 10 years ago
  100. 74db22c drivers:usb:fsl: Fix compilation error for fsl ehci drv by Ramneek Mehresh · 10 years ago