1. 1c81557 USB: isp1362-hcd, fix double lock by Jiri Slaby · 14 years ago
  2. 4c9715d USB: ehci-mxc: bail out on transceiver problems by Wolfram Sang · 14 years ago
  3. a5797a6 USB: r8a66597: Fix failure in change of status by Nobuhiro Iwamatsu · 14 years ago
  4. 6cc30d8 USB: xHCI: Fix bug in link TRB activation change. by Sarah Sharp · 14 years ago
  5. 999fd1a Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  6. 1f23b2d usb: fix ehci_hcd build failure when both generic-OF and xilinx is selected by Grant Likely · 14 years ago
  7. 0238634 USB: xhci: Print NEC firmware version. by Sarah Sharp · 14 years ago
  8. ed07453 USB: xhci: Wait for host to start running. by Sarah Sharp · 14 years ago
  9. 2d62f3e USB: xhci: Wait for controller to be ready after reset. by Sarah Sharp · 14 years ago
  10. 0c8a32d USB: isp1362: fix inw warning on Blackfin systems by Mike Frysinger · 14 years ago
  11. ffabc9a of/usb: fix build error due to of_node pointer move by Grant Likely · 14 years ago
  12. 019e257 Merge branch 'sh/iomap' by Paul Mundt · 14 years ago
  13. 1c98347 usb: r8a66597-hcd pio to mmio accessor conversion. by Paul Mundt · 14 years ago
  14. ec96e2f Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  15. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  16. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  17. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  18. 9bfe99a Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable by Russell King · 14 years ago
  19. c3443a6 USB: xhci: fix compiler warning. by Greg Kroah-Hartman · 14 years ago
  20. 7f1cccd USB: FHCI: cq_get() should check kfifo_out()'s return value by Anton Vorontsov · 14 years ago
  21. 16032c4 USB: EHCI: fix controller wakeup flag settings during suspend by Alan Stern · 14 years ago
  22. eab80de USB: EHCI: clear PHCD before resuming by Alek Du · 14 years ago
  23. 419a8e81 USB: xhci: Remove the arbitrary limit of 15 xHCI ports by William Gulland · 14 years ago
  24. 572538d USB: ehci-omap: Fix resume failures after bus suspend by Anand Gadiyar · 14 years ago
  25. 54b5acf USB: xHCI: Fix wrong usage of macro TRB_TYPE by Andiry Xu · 14 years ago
  26. 6c12db9 USB: xhci: Transfer ring link TRB activation change. by John Youn · 14 years ago
  27. 968b448 USB: ohci: Add Kconfig entries for ohci-omap3 by Anand Gadiyar · 14 years ago
  28. 88ed0c9 USB: ohci: introduce omap3 ohci-hcd driver by Anand Gadiyar · 14 years ago
  29. 0954e1c USB: isp1760: Soften DW3 X/transaction error bit handling by Anton Vorontsov · 14 years ago
  30. 1d6ec81 USB: fix u132-hcd code/data warning by Randy Dunlap · 14 years ago
  31. 5e5cf6f USB: xhci: Set stream ID to 0 after cleaning up stalls. by Sarah Sharp · 14 years ago
  32. e07afd3 USB: isp1760: Use resource_size by Tobias Klauser · 14 years ago
  33. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  34. 6641445 usb: u132-hcd.c: fix shadows sparse warning by Bill Pemberton · 14 years ago
  35. 277aa97 USB: whci: declare functions as static by Bill Pemberton · 14 years ago
  36. 97dc7c6 USB: ehci-omap: fix Si version related programming by Ajay Kumar Gupta · 14 years ago
  37. 289621c usb: ehci-omap: fix compilation warning by Ajay Kumar Gupta · 14 years ago
  38. 8a00774 USB: xhci: Avoid double free after streams are disabled. by Sarah Sharp · 14 years ago
  39. 842f169 USB: remove the usb_host_ss_ep_comp structure by Alan Stern · 14 years ago
  40. 326b481 USB: clean up some host controller sparse warnings by Randy Dunlap · 14 years ago
  41. 3681d8f USB: ehci: Elide I/O watchdog on NEC parts by David Miller · 14 years ago
  42. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  43. e9df17e USB: xhci: Correct assumptions about number of rings per endpoint. by Sarah Sharp · 14 years ago
  44. 8df75f4 USB: xhci: Add memory allocation for USB3 bulk streams. by Sarah Sharp · 14 years ago
  45. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  46. 9757de3 USB: ehci-au1xxx does not need EHCI IO watchdog by Manuel Lauss · 14 years ago
  47. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  48. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  49. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  50. 44ebd03 USB: xhci: Fix check for room on the ring. by Sarah Sharp · 14 years ago
  51. bc88d2e USB: xhci: Limit bus sg_tablesize to 62 TRBs. by Sarah Sharp · 14 years ago
  52. 1624ae1 USB: xhci: Fix issue with set interface after stall. by Sarah Sharp · 14 years ago
  53. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  54. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  55. a8cd456 fix "seperate" typos in comments by Anand Gadiyar · 14 years ago
  56. ded6a1a pcmcia: dev_node removal (drivers with updated printk call) by Dominik Brodowski · 14 years ago
  57. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 14 years ago
  58. 5a25ad8 mxc: Add generic USB HW initialization for MX51 by Dinh Nguyen · 14 years ago
  59. 8a3461e USB: sl811-hcd: Fix device disconnect by Michael Hennerich · 14 years ago
  60. 869aa98 USB: ohci-at91: fix power management hanging by Patrice Vilchez · 14 years ago
  61. 82a5eeb USB: oxu210hp: release spinlock on error path by Dan Carpenter · 14 years ago
  62. 9238f25 USB: xhci: properly set endpoint context fields for periodic eps. by Sarah Sharp · 14 years ago
  63. 1cf6224 USB: xhci: properly set the "Mult" field of the endpoint context. by Sarah Sharp · 14 years ago
  64. fcf7d21 USB: OHCI: don't look at the root hub to get the number of ports by Alan Stern · 14 years ago
  65. 6307e09 usb: Increase timeout value for device reset by Dinh Nguyen · 14 years ago
  66. 0e5f231 USB: EHCI: defer reclamation of siTDs by Alan Stern · 14 years ago
  67. 9600cbb USB: OHCI: DA8xx/OMAP-L1x: fix up macro rename by Sergei Shtylyov · 14 years ago
  68. 18f9119 USB: ehci: omap: fix kernel panic with rmmod by Ajay Kumar Gupta · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  70. d835933 usb: r8a66597-hcd: fix removed from an attached hub by Yoshihiro Shimoda · 14 years ago
  71. 9ce669a USB: xhci: Make endpoint interval debugging clearer. by Sarah Sharp · 14 years ago
  72. 1d68064 USB: xHCI: re-initialize cmd_completion by Andiry Xu · 14 years ago
  73. bc75fa3 USB: xhci: rename driver to xhci_hcd by Alex Chiang · 14 years ago
  74. 1082f57 USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh by Clemens Ladisch · 14 years ago
  75. 92bc364 USB: EHCI: fix ITD list order by Clemens Ladisch · 14 years ago
  76. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  77. 8740cc7 USB: fix I2C API usage in ohci-pnx4008. by Luotao Fu · 14 years ago
  78. efe7daf USB: OHCI: DA8xx/OMAP-L1x glue layer by Sergei Shtylyov · 14 years ago
  79. bdee2d8 USB: ehci: omap: Update TODO list in comments by Anand Gadiyar · 14 years ago
  80. 9b43cff USB: ehci: omap: use default interrupt threshold by Anand Gadiyar · 14 years ago
  81. bdb581b USB: omap: ehci: kill 2 compile warnings by Anand Gadiyar · 14 years ago
  82. 0519792 USB: xhci: Fix finding extended capabilities registers by Edward Shao · 14 years ago
  83. f45ba77 USB: Convert concatenated __FILE__ to %s, __FILE__ by Joe Perches · 14 years ago
  84. db8516f USB: isp1760: Flush the D-cache for the pipe-in transfer buffers by Catalin Marinas · 14 years ago
  85. 8af6096 USB: remove obsolete config in kernel source (USB_HCD_DMA) by Christoph Egger · 14 years ago
  86. c4386ad USB host: make Open Firmware device id constant by Németh Márton · 15 years ago
  87. d23356da USB: fix crash in uhci_scan_schedule by Pete Zaitcev · 15 years ago
  88. 9c9a7dbf USB: xhci: Fix compile issues with xhci_get_slot_state() by Sarah Sharp · 15 years ago
  89. 4585ef1 USB: FHCI: Correct the size argument to kzalloc by Julia Lawall · 15 years ago
  90. 8811426 usb: host: ehci: adding regulator framework in ehci-omap.c driver. by Ajay Kumar Gupta · 15 years ago
  91. d3ae856 usb: host: ehci: fix missing kfree in remove path also by Ajay Kumar Gupta · 15 years ago
  92. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 15 years ago
  93. 8ca5bfab USB: host: SL811: fix unaligned accesses by Michael Hennerich · 15 years ago
  94. 6ebb7d1 USB: isp1362: Use kzalloc for allocating only one thing by Julia Lawall · 15 years ago
  95. 319c3ea USB: xhci: No GFP_KERNEL in block error handling by Oliver Neukum · 15 years ago
  96. 1f141ca USB: ehci-au1xxx.c: use platform_get_resource() and resource_size() by H Hartley Sweeten · 15 years ago
  97. f65c354 USB: ehci-atmel.c: use resource_size() by H Hartley Sweeten · 15 years ago
  98. 5672b7e USB: ehci-orion.c: use resource_size() by H Hartley Sweeten · 15 years ago
  99. 1af1077 USB: ehci-fsl: Add power management support by Anton Vorontsov · 15 years ago
  100. dad3843 USB: ehci-fsl: Fix sparse warnings by Anton Vorontsov · 15 years ago