1. d616766 USB: s3c-hsudc: fix checkpatch error and warning by Jingoo Han · 14 years ago
  2. 004c127 USB: s3c-hsudc: use IS_ERR() instead of NULL check by Jingoo Han · 14 years ago
  3. a088592 xhci: move the common code to a function to get max ports and port array by huajun li · 14 years ago
  4. 3610ea5 ehci: workaround for pci quirk timeout on ExoPC by Andy Ross · 14 years ago
  5. 5c85301 ehci: pci quirk cleanup by Andy Ross · 14 years ago
  6. af5c580 Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 14 years ago
  7. 3abeca9 xhci: Fix bug in control transfer cancellation. by Sarah Sharp · 14 years ago
  8. 97f9322 usb: renesas_usbhs: fixup error processing on probe/remove by Kuninori Morimoto · 14 years ago
  9. c786e09 usb: renesas_usbhs: fixup fifo disable by Kuninori Morimoto · 14 years ago
  10. fd5054c1 USB: cdc_acm: Fix oops when Droids MuIn LCD is connected by Erik Slagter · 14 years ago
  11. a9df304 USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driver by Thomas Abraham · 14 years ago
  12. 849426c usb: gadget: Remove the LUN checks which are always true by Maxin B John · 14 years ago
  13. 304b0b5 usb: fix warning in usbtest module v2 by Greg Dietsche · 14 years ago
  14. 27362d4 USB: ehci-s5p : use __devinit and __devexit macros for probe and remove by Jingoo Han · 14 years ago
  15. c851e83 USB: cp210x: fix typo, Telegesys should have been Telegesis by Florian Fainelli · 14 years ago
  16. 95ed323 usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance tests by Roger Quadros · 14 years ago
  17. 1b9ba00 usb: gadget: composite: Allow function drivers to pause control transfers by Roger Quadros · 14 years ago
  18. 8eadef1 Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 14 years ago
  19. 8a1629c Merge branch 2.6.39-rc7 into usb-linus by Greg Kroah-Hartman · 14 years ago
  20. 1bb73a8 xHCI 1.0: Max Exit Latency Too Large Error by Alex He · 14 years ago
  21. 700b417 xHCI 1.0: TT_THINK_TIME set by Andiry Xu · 14 years ago
  22. ad106f2 xHCI 1.0: Block Interrupts for Isoch transfer by Andiry Xu · 14 years ago
  23. 7b1fc2e xHCI 1.0: Isoch endpoint CErr field set by Andiry Xu · 14 years ago
  24. 51eb01a xHCI 1.0: Control endpoint average TRB length field set by Andiry Xu · 14 years ago
  25. b83cdc8 xHCI 1.0: Setup Stage TRB Transfer Type flag by Andiry Xu · 14 years ago
  26. 04aebcb USB: OTG: msm: Add PHY suspend support for MSM8960 by Pavankumar Kondeti · 14 years ago
  27. 11aa5c4 USB: OTG: msm: Configure PHY Analog and Digital voltage domains by Anji jonnala · 14 years ago
  28. d860852 USB: OTG: msm: Implement charger detection by Pavankumar Kondeti · 14 years ago
  29. 0f73cac USB: OTG: msm: vote for dayatona fabric clock by Anji jonnala · 14 years ago
  30. 3db7739 USB: UHCI: Add support for GRLIB GRUSBHC controller by Jan Andersson · 14 years ago
  31. d3219d1 USB: UHCI: Support non-PCI host controllers by Jan Andersson · 14 years ago
  32. 9faa091 USB: UHCI: Wrap I/O register accesses by Jan Andersson · 14 years ago
  33. c31a65f USB: UHCI: Move PCI specific functions to uhci-pci.c by Jan Andersson · 14 years ago
  34. e4d235d USB: UHCI: Codingstyle fixes by Jan Andersson · 14 years ago
  35. e7652e1 USB: UHCI: Allow dynamic assignment of bus specific functions by Jan Andersson · 14 years ago
  36. dfeca7a USB: UHCI: Remove PCI dependencies from uhci-hub by Jan Andersson · 14 years ago
  37. ea437f3 fsl/usb: Unused endpoint failure for USB gadget by Ramneek Mehresh · 14 years ago
  38. 69248d4 USB: ohci-s3c2410: return proper error if clk_get fails by Jingoo Han · 14 years ago
  39. 7af85a8 USB: ohci-s3c2410: fix checkpatch errors and warnings by Jingoo Han · 14 years ago
  40. a7535ac USB: ehci-au1xxx: fix suspend callback by Manuel Lauss · 14 years ago
  41. 3df0045 usb: fix building musb drivers by Anatolij Gustschin · 14 years ago
  42. 9be0392 USB: EHCI: Add bus glue for GRLIB GRUSBHC controller by Jan Andersson · 14 years ago
  43. c430131 USB: EHCI: Support controllers with big endian capability regs by Jan Andersson · 14 years ago
  44. 4f0871a xHCI: Clear PLC in xhci_bus_resume() by Andiry Xu · 14 years ago
  45. 2ce2c3a USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resume by Pavankumar Kondeti · 14 years ago
  46. ac1aa6a USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udc by Anji jonnala · 14 years ago
  47. 76cd9cf USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udc by Pavankumar Kondeti · 14 years ago
  48. 4c5212b USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udc by Pavankumar Kondeti · 14 years ago
  49. 986b11b USB: gadget: Fix unused variable warning in ci13xxx_udc by Pavankumar Kondeti · 14 years ago
  50. 8c2387a USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udc by Pavankumar Kondeti · 14 years ago
  51. ef90748 USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udc by Pavankumar Kondeti · 14 years ago
  52. 2887ba9 USB: gpio-vbus: ask for vbus_draw regulator before registering xceiv by Dmitry Eremin-Solenikov · 14 years ago
  53. ce97cac USB: ldusb: add several new devices by Michael Hund · 14 years ago
  54. 14be249 usb: Configure octeon2 glue logic for proper uSOF cycle period. by David Daney · 14 years ago
  55. bf54171 usb: octeon2-common.c: Configure ports for proper electrical characteristics. by David Daney · 14 years ago
  56. f5ced99 USB: octeon2-common: Don't reinitialize the clocks. by David Daney · 14 years ago
  57. d93da49 usb/isp1760: Report correct urb status after unlink by Arvid Brodin · 14 years ago
  58. dbc2654 Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 14 years ago
  59. 71a9f9d usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code paths by Arvid Brodin · 14 years ago
  60. 22bea9c usb/isp1760: Report correct urb status after unlink by Arvid Brodin · 14 years ago
  61. eb1a796 usb/isp1760: Remove unneeded OR map and HcBufferStatus code by Arvid Brodin · 14 years ago
  62. 3453773 usb/isp1760: Clean up urb enqueueing by Arvid Brodin · 14 years ago
  63. 847ed3e usb/isp1760: Remove false error printout by Arvid Brodin · 14 years ago
  64. dfbc6fa USB: s3c-hsotg: Add copyright string by Anton Tikhomirov · 14 years ago
  65. f8acb08 USB: s3c-hsotg: Fix hang up after reset by Anton Tikhomirov · 14 years ago
  66. 9c39ddc USB: s3c-hsotg: Fix stall condition processing by Anton Tikhomirov · 14 years ago
  67. 26ab3d0 USB: s3c-hsotg: Fix control request processing by Anton Tikhomirov · 14 years ago
  68. a3395f0 USB: s3c-hsotg: Fix interrupt cleaning code by Anton Tikhomirov · 14 years ago
  69. d00f500 USB: s3c-hsotg: Fix core reset by Anton Tikhomirov · 14 years ago
  70. 83722bc USB: extend ehci-fsl and fsl_udc_core driver for OTG operation by Anatolij Gustschin · 14 years ago
  71. 0807c50 USB: add Freescale USB OTG Transceiver driver by Li Yang · 14 years ago
  72. 2ea6698 USB: fsl_udc_core: support device mode of MPC5121E DR USB Controller by Anatolij Gustschin · 14 years ago
  73. 09ba0de USB: fsl_udc_core: prepare for SoCs with BE registers and descriptors by Anatolij Gustschin · 14 years ago
  74. b703e47 USB: fix build of FSL MPH DR OF platform driver by Anatolij Gustschin · 14 years ago
  75. 13b7ee2a USB: ehci-fsl: add MPC5121E specific suspend and resume by Anatolij Gustschin · 14 years ago
  76. b61d378 xhci 1.0: Set transfer burst last packet count field. by Sarah Sharp · 14 years ago
  77. 5cd43e3 xhci 1.0: Set transfer burst count field. by Sarah Sharp · 14 years ago
  78. 4da6e6f xhci 1.0: Update TD size field format. by Sarah Sharp · 14 years ago
  79. af8b9e6 xhci 1.0: Only interrupt on short packet for IN EPs. by Sarah Sharp · 14 years ago
  80. 00161f7 xhci: Remove sparse warning about cmd_status. by Sarah Sharp · 14 years ago
  81. 5e467f6 usbcore: warm reset USB3 port in SS.Inactive state by Andiry Xu · 14 years ago
  82. a711423 usbcore: Refine USB3.0 device suspend and resume by Andiry Xu · 14 years ago
  83. 0ed9a57 xHCI: report USB3.0 portstatus comply with USB3.0 specification by Andiry Xu · 14 years ago
  84. 2c44178 xHCI: Set link state support by Andiry Xu · 14 years ago
  85. 85387c0 xHCI: Clear link state change support by Andiry Xu · 14 years ago
  86. a11496e xHCI: warm reset support by Andiry Xu · 14 years ago
  87. 64b3c30 usb/ch9: use proper endianess for wBytesPerInterval by Sebastian Andrzej Siewior · 14 years ago
  88. 9dee9a2 xhci: Remove recursive call to xhci_handle_event by Matt Evans · 14 years ago
  89. 7ed603e xhci: Add an assertion to check for virt_dev=0 bug. by Matt Evans · 14 years ago
  90. 92a3da4 xhci: Add rmb() between reading event validity & event data access. by Matt Evans · 14 years ago
  91. 28ccd29 xhci: Make xHCI driver endian-safe by Matt Evans · 14 years ago
  92. 3dacdf1 usb: factor out state_string() on otg drivers by Anatolij Gustschin · 14 years ago
  93. 67e7d64 usb/usbtest: fix test10 on superpseed by Sebastian Andrzej Siewior · 14 years ago
  94. 14b76ed usb/usbtest: print super on super speed by Sebastian Andrzej Siewior · 14 years ago
  95. 6e3d4be omap:usb: add regulator support for EHCI by Keshava Munegowda · 14 years ago
  96. cdefce1 usb: musb: gadget: Fix out-of-sync runtime pm calls by Jarkko Nikula · 14 years ago
  97. 383cf4e usb: musb: omap2430: Fix retention idle on musb peripheral only boards by Jarkko Nikula · 14 years ago
  98. 7fc2a61 xhci-hcd: Include <linux/slab.h> in xhci-pci.c by Ben Hutchings · 14 years ago
  99. 643de62 usb: core: Change usb_create_sysfs_intf_files()' return type to void by Michal Nazarewicz · 14 years ago
  100. 869410f USB: add queued-unlinks test case to usbtest driver by Alan Stern · 14 years ago