1. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  2. 8740cc7 USB: fix I2C API usage in ohci-pnx4008. by Luotao Fu · 15 years ago
  3. efe7daf USB: OHCI: DA8xx/OMAP-L1x glue layer by Sergei Shtylyov · 15 years ago
  4. bdee2d8 USB: ehci: omap: Update TODO list in comments by Anand Gadiyar · 15 years ago
  5. 9b43cff USB: ehci: omap: use default interrupt threshold by Anand Gadiyar · 15 years ago
  6. bdb581b USB: omap: ehci: kill 2 compile warnings by Anand Gadiyar · 15 years ago
  7. 0519792 USB: xhci: Fix finding extended capabilities registers by Edward Shao · 15 years ago
  8. f45ba77 USB: Convert concatenated __FILE__ to %s, __FILE__ by Joe Perches · 15 years ago
  9. db8516f USB: isp1760: Flush the D-cache for the pipe-in transfer buffers by Catalin Marinas · 15 years ago
  10. 8af6096 USB: remove obsolete config in kernel source (USB_HCD_DMA) by Christoph Egger · 15 years ago
  11. c4386ad USB host: make Open Firmware device id constant by Németh Márton · 15 years ago
  12. d23356da USB: fix crash in uhci_scan_schedule by Pete Zaitcev · 15 years ago
  13. 9c9a7db USB: xhci: Fix compile issues with xhci_get_slot_state() by Sarah Sharp · 15 years ago
  14. 4585ef1 USB: FHCI: Correct the size argument to kzalloc by Julia Lawall · 15 years ago
  15. 8811426 usb: host: ehci: adding regulator framework in ehci-omap.c driver. by Ajay Kumar Gupta · 15 years ago
  16. d3ae856 usb: host: ehci: fix missing kfree in remove path also by Ajay Kumar Gupta · 15 years ago
  17. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 15 years ago
  18. 8ca5bfab USB: host: SL811: fix unaligned accesses by Michael Hennerich · 15 years ago
  19. 6ebb7d1 USB: isp1362: Use kzalloc for allocating only one thing by Julia Lawall · 15 years ago
  20. 319c3ea USB: xhci: No GFP_KERNEL in block error handling by Oliver Neukum · 15 years ago
  21. 1f141ca USB: ehci-au1xxx.c: use platform_get_resource() and resource_size() by H Hartley Sweeten · 15 years ago
  22. f65c354 USB: ehci-atmel.c: use resource_size() by H Hartley Sweeten · 15 years ago
  23. 5672b7e USB: ehci-orion.c: use resource_size() by H Hartley Sweeten · 15 years ago
  24. 1af1077 USB: ehci-fsl: Add power management support by Anton Vorontsov · 15 years ago
  25. dad3843 USB: ehci-fsl: Fix sparse warnings by Anton Vorontsov · 15 years ago
  26. 22e1869 USB: ehci: fix audio record functionality for some Full speed sound blaster devices by Dmitri Epshtein · 15 years ago
  27. d63c66d USB: ehci: add call of free_cached_itd_list() function in disable_periodic() by Dmitri Epshtein · 15 years ago
  28. a5f0efa USB: Add call to notify xHC of a device reset. by Sarah Sharp · 15 years ago
  29. 2a8f82c USB: xhci: Notify the xHC when a device is reset. by Sarah Sharp · 15 years ago
  30. 6219c04 USB: xhci: Allow roothub ports to be disabled. by Sarah Sharp · 15 years ago
  31. 34fb562 USB: xhci: Refactor code to clear port change bits. by Sarah Sharp · 15 years ago
  32. b45b506 USB: xhci: Refactor test for vendor-specific completion codes. by Sarah Sharp · 15 years ago
  33. a1d78c1 USB: xhci: Allow allocation of commands without input contexts. by Sarah Sharp · 15 years ago
  34. 412566b USB: xhci: Refactor code to free or cache endpoint rings. by Sarah Sharp · 15 years ago
  35. c01591b USB: xhci: Fix error path when configuring endpoints. by Sarah Sharp · 15 years ago
  36. 2f0e40a USB: fix occasional ULPI timeouts with ehci-mxc by Valentin Longchamp · 15 years ago
  37. 23d3e7a USB: MXC: Add i.MX21 specific USB host controller driver. by Martin Fuzzey · 15 years ago
  38. d702d12 Merge with mainline to remove plat-omap/Kconfig conflict by Tony Lindgren · 15 years ago
  39. 80c20d5 Merge branch 'omap-fixes-for-linus' into omap-for-linus by Tony Lindgren · 15 years ago
  40. 4c743d0 USB: FHCI: Fix build after kfifo rework by Anton Vorontsov · 15 years ago
  41. b9df794 USB: ehci: phy low power mode bug fixing by Alek Du · 15 years ago
  42. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 15 years ago
  43. 2c940db usb: r8a66597-hcd: Fix up spinlock recursion in root hub polling. by Paul Mundt · 15 years ago
  44. 2717568 usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers. by Paul Mundt · 15 years ago
  45. e5ff15b usb: r8a66597-hdc disable interrupts fix by Magnus Damm · 15 years ago
  46. 0a2fea2 USB: isp1362: fix build failure on ARM systems via irq_flags cleanup by Lothar Wassmann · 15 years ago
  47. 96b8517 USB: isp1362: better 64bit printf warning fixes by Lothar Wassmann · 15 years ago
  48. c0d7414 USB: Fix level of isp1760 Reloading ptd error message by Colin Tuckley · 15 years ago
  49. ae35fe9 USB: FHCI: avoid NULL pointer dereference by Alexander Beregalov · 15 years ago
  50. 49d0f07 USB: add missing delay during remote wakeup by Alan Stern · 15 years ago
  51. cec3a53 USB: EHCI & UHCI: fix race between root-hub suspend and port resume by Alan Stern · 15 years ago
  52. 1b9a38b USB: EHCI: fix handling of unusual interrupt intervals by Alan Stern · 15 years ago
  53. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  54. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  55. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  56. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  57. b5c96f8 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  58. c76f782 USB ehci: replace mach header with plat by Thomas Weber · 15 years ago
  59. 735e1b9 isp1362-hcd: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  60. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  61. 06df572 USB: xhci: Fix command completion after a drop endpoint. by Sarah Sharp · 15 years ago
  62. 74f9fe2 USB: xhci: Make reverting an alt setting "unfailable". by Sarah Sharp · 15 years ago
  63. b2b6080 USB: ehci-omap.c: introduce missing kfree by Julia Lawall · 15 years ago
  64. 06e1829 USB: xhci-mem.c: introduce missing kfree by Julia Lawall · 15 years ago
  65. 0d37075 USB: whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE. by David Vrabel · 15 years ago
  66. bcef3fd USB: xhci: Handle errors that cause endpoint halts. by Sarah Sharp · 15 years ago
  67. 5ad6a52 USB: xhci: Return success for vendor-specific info codes. by Sarah Sharp · 15 years ago
  68. ec74e40 USB: xhci: Return -EPROTO on a split transaction error. by Sarah Sharp · 15 years ago
  69. 04dd950 USB: xhci: Set transfer descriptor size field correctly. by Sarah Sharp · 15 years ago
  70. 6648f29 USB: xhci: Add tests for TRB address translation. by Sarah Sharp · 15 years ago
  71. a33279d USB: r8a66597: clean up. remove unneeded null checks by Dan Carpenter · 15 years ago
  72. 22a627b USB: FIX bitfield istl_flip:1, make it unsigned. by Roel Kluin · 15 years ago
  73. 40f8db8 USB: EHCI: add native scatter-gather support by Alan Stern · 15 years ago
  74. 7e8d5cd USB: Add EHCI support for MX27 and MX31 based boards by Daniel Mack · 15 years ago
  75. dccd574 USB: ehci: Respect IST when scheduling new split iTDs. by Sarah Sharp · 15 years ago
  76. d7e055f USB: ehci: Minor constant fix for SCHEDULE_SLOP. by Sarah Sharp · 15 years ago
  77. 3c67d89 USB: xhci: Remove unused HCD statistics code. by Sarah Sharp · 15 years ago
  78. 6f5165c USB: xhci: Add watchdog timer for URB cancellation. by Sarah Sharp · 15 years ago
  79. 4f0f0ba USB: xhci: Re-purpose xhci_quiesce(). by Sarah Sharp · 15 years ago
  80. 678539c USB: xhci: Handle URB cancel, complete and resubmit race. by Sarah Sharp · 15 years ago
  81. 54ab2b0 USB: host: ehci: introduce omap ehci-hcd driver by Felipe Balbi · 15 years ago
  82. c3f22d9 USB: wusb: add wusb_phy_rate sysfs file to host controllers by David Vrabel · 15 years ago
  83. d19fc29 usb: whci-hcd: decode more QHead fields in the debug files by David Vrabel · 15 years ago
  84. 23f6d91 USB: modifications for at91sam9g10 by Hong Xu · 15 years ago
  85. f0ad073 USB: whci-hcd: fix type and format warnings in sg code by David Vrabel · 15 years ago
  86. 294a39e USB: whci-hcd: support urbs with scatter-gather lists by David Vrabel · 15 years ago
  87. 4c1bd3d USB: make urb scatter-gather support more generic by David Vrabel · 15 years ago
  88. 09ce497 USB: Add missing static markers to ohci-pnx4008 by Jean Delvare · 15 years ago
  89. 08d3c18 USB: Add support for Xilinx USB host controller by Julie Zhu · 15 years ago
  90. 872d359 USB: ehci-hub: Remove redundant ehci->debug check by Jason Wessel · 15 years ago
  91. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  92. 1c49678 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  93. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  94. d9b2c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 15 years ago
  95. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  96. 65cb76b ehci-hcd: Fix typo in an error message by Ozan Çağlayan · 15 years ago
  97. ee4ecb8 USB: work around for EHCI with quirky periodic schedules by Oliver Neukum · 15 years ago
  98. c2f6595 USB: EHCI: don't send Clear-TT-Buffer following a STALL by Alan Stern · 15 years ago
  99. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  100. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago