1. 462aae6 [USB]: Make early handoff a final fixup instead of a header one. by David S. Miller · 19 years ago
  2. 541ab4a Don't touch USB controller IO registers when they are disabled by Linus Torvalds · 19 years ago
  3. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  4. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  5. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  6. 4303fc6 USB: fix up some odd parts due to partial merges by Greg Kroah-Hartman · 19 years ago
  7. 478a3ba [PATCH] USB: Always do usb-handoff by Alan Stern · 19 years ago
  8. efa400d [PATCH] USB: add owner initialisation to host drivers by Ben Dooks · 19 years ago
  9. a85ee6b [PATCH] USB: S3C2410 OHCI - add driver owner field by Ben Dooks · 19 years ago
  10. f37be9b [PATCH] Fix hcd->state assignments in uhci-hcd by Alan Stern · 19 years ago
  11. b81d343 [PATCH] UHCI: Improve handling of iso TDs by Alan Stern · 19 years ago
  12. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  13. bb200f6 [PATCH] UHCI: unify BIOS handoff and driver reset code by Alan Stern · 19 years ago
  14. 8b262bd [PATCH] USB: UHCI: Spruce up some comments by Alan Stern · 19 years ago
  15. ccdcf77 [PATCH] ISP116x PM updates by David Brownell · 19 years ago
  16. a7f72ab [PATCH] UHCI PM updates by David Brownell · 19 years ago
  17. f2cb36c [PATCH] update PCI early-handoff handling for OHCI by David Brownell · 19 years ago
  18. f197b2c [PATCH] OHCI PM updates by David Brownell · 19 years ago
  19. 9293677 [PATCH] all HCDs provide root hub suspend/resume methods by David Brownell · 19 years ago
  20. 7ff71d6 [PATCH] EHCI, split out PCI glue by Matt Porter · 19 years ago
  21. a1d59ce [PATCH] USB: UHCI: Split apart the physical and logical framelist arrays by Alan Stern · 19 years ago
  22. 8b4cd42 [PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL by Alan Stern · 19 years ago
  23. 8ad7fe1 [PATCH] remove some USB_SUSPEND dependencies by David Brownell · 19 years ago
  24. 390a8c3 [PATCH] remove usb_suspend_device() parameter by David Brownell · 19 years ago
  25. 7586269 [PATCH] USB: move handoff code by David Brownell · 19 years ago
  26. 72f30b6 [PATCH] USB: ehci.patch (earlier irq disable) by David Brownell · 19 years ago
  27. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  28. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  29. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  30. e9b765d [PATCH] isp116x-hcd: fix handling of short transfers by Olav Kongas · 19 years ago
  31. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  32. d087790 [ARM] Don't include asm/arch/hardware.h directly by Russell King · 19 years ago
  33. 4b2e790 [PATCH] USB: sl811-hcd minor fixes by David Brownell · 19 years ago
  34. 155faf5 [PATCH] USB: OHCI, pxa27x OHCI port power tweaks by David Brownell · 19 years ago
  35. fdd13b3 [PATCH] USB: OHCI relies less on NDP register by David Brownell · 19 years ago
  36. e0fd3cb [PATCH] USB: OHCI irq tweak by David Brownell · 19 years ago
  37. 22c4386 [PATCH] drivers/usb: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  38. f7201c3 [PATCH] USB: EHCI workaround for NForce and mem > 2GB by David Brownell · 19 years ago
  39. 10f6524 [PATCH] USB: EHCI port tweaks by David Brownell · 19 years ago
  40. 1f09df8 [PATCH] USB UHCI: remove the FSBR kernel timer by Alan Stern · 19 years ago
  41. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  42. 5420520 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 19 years ago
  43. d038420 [PATCH] ehci: add tt_usecs by david-b@pacbell.net · 19 years ago
  44. 4fbd55f [PATCH] USB: remove include of asm/usb.h in ohci-ppc-soc.c by Dale Farnsworth · 19 years ago
  45. e52b1d3 [PATCH] USB: Fix typo in ohci-ppc-soc.c: usb_hcd_put => usb_put_hcd by Dale Farnsworth · 19 years ago
  46. ba44e7c [PATCH] USB: S3C24XX port numbering fix by Ben Dooks · 19 years ago
  47. 9a57116 [PATCH] USB: Switch isp116x-hcd over to root hub interrupt by Olav Kongas · 19 years ago
  48. f8d23d3 [PATCH] USB: isp116x-hcd: remove clock() and reset() by Olav Kongas · 19 years ago
  49. 9d233d9 [PATCH] USB: isp116x-hcd: per-port overcurrent reporting by Olav Kongas · 19 years ago
  50. 165c0f3 [PATCH] USB: isp116x-hcd: support only per-port power switching by Olav Kongas · 19 years ago
  51. d4d6286 [PATCH] USB: isp116x-hcd: remove unnecessary ClockNotStop configuration option by Olav Kongas · 19 years ago
  52. dc5bed0 [PATCH] USB: isp116x-hcd: use fixed power-on-to-power-good-time by Olav Kongas · 19 years ago
  53. 95a6296 [PATCH] PCI: start paying attention to a lot of pci function return values by Greg Kroah-Hartman · 19 years ago
  54. 7b842b6 [PATCH] USB: convert kcalloc to kzalloc by Pekka Enberg · 19 years ago
  55. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  56. f10eff2 [PATCH] USB: Fix setup packet initialization in isp116x-hcd by Olav Kongas · 19 years ago
  57. 7dedacf [PATCH] USB: ehci: microframe handling fix by David Brownell · 19 years ago
  58. 498f78e [PATCH] USB: fix in usb_calc_bus_time by Dan Streetman · 19 years ago
  59. 3eb0c5f [PATCH] USB: add S3C24XX USB Host driver support by Ben Dooks · 19 years ago
  60. edfd6ae [PATCH] USB: fix ohci merge glitch by david-b@pacbell.net · 19 years ago
  61. b404a5b [PATCH] USB: ohci-omap pm updates by david-b@pacbell.net · 19 years ago
  62. b2134bc [PATCH] USB: coverity: (desc->bitmap)[] overrun fix by KAMBAROV, ZAUR · 19 years ago
  63. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  64. 17f8bb7 [PATCH] USB: isp116x-hcd cleanup by Olav Kongas · 19 years ago
  65. 44670d2 [PATCH] pcmcia: remove references to pcmcia/version.h by Dominik Brodowski · 19 years ago
  66. 1e212f3 [PATCH] pcmcia: move event handler by Dominik Brodowski · 19 years ago
  67. 22f3a8f [PATCH] pcmcia id_table for sl811.cs by David Brownell · 19 years ago
  68. d3b8a1a Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 19 years ago
  69. 8c87093 [PATCH] ppc32: Remove CONFIG_PMAC_PBOOK by Benjamin Herrenschmidt · 19 years ago
  70. 7707857 [PATCH] USB: ehci-hcd - fix page pointer allocation in itd_patch() by David Brownell · 20 years ago
  71. e07fefa [PATCH] USB UHCI: Detect invalid ports by Alan Stern · 19 years ago
  72. d49d431 [PATCH] USB: misc ehci updates by David Brownell · 20 years ago
  73. 247f310 [PATCH] USB HCDs: no longer need to register root hub by Alan Stern · 20 years ago
  74. bc96c0a [PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget by Alan Stern · 20 years ago
  75. 2532178 [PATCH] UHCI: Don't store device pointer in QH or TD by Alan Stern · 20 years ago
  76. f4df0e3 [PATCH] USB: add reboot notifier to ohci by David Brownell · 20 years ago
  77. 02597d2 [PATCH] USB UHCI: Add shutdown method by Alan Stern · 20 years ago
  78. c074b41 [PATCH] USB UHCI: improved reset handling by Alan Stern · 20 years ago
  79. 6c1b445 [PATCH] USB UHCI: Use root-hub IRQs while suspended by Alan Stern · 20 years ago
  80. 4daaa87 [PATCH] USB UHCI: Fix up loose ends by Alan Stern · 20 years ago
  81. a8bed8b [PATCH] USB UHCI: Add root-hub suspend/resume support by Alan Stern · 20 years ago
  82. c8f4fe4 [PATCH] USB UHCI: Add root hub states by Alan Stern · 20 years ago
  83. f5946f8 [PATCH] USB UHCI: Minor improvements by Alan Stern · 20 years ago
  84. 014e73c [PATCH] USB UHCI: subroutine reordering by Alan Stern · 20 years ago
  85. 589a008 [PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcd by Olav Kongas · 20 years ago
  86. 4808a1c [PATCH] USB: Add isp116x-hcd USB host controller driver by Olav Kongas · 20 years ago
  87. 8561b10 [PATCH] USB: move the usb hcd code to use the new class code. by gregkh@suse.de · 20 years ago
  88. c22fa3a [PATCH] spin longer for ehci port reset completion by David Brownell · 19 years ago
  89. c6de2b6 [PATCH] USB: add sl811_cs support by David Brownell · 20 years ago
  90. 1e9a47b [PATCH] USB: sl811-hcd fixes by David Brownell · 20 years ago
  91. 4756ae5 [PATCH] USB: ehci suspend must stop timer by David Brownell · 20 years ago
  92. 093cf72 [PATCH] USB: Spelling fixes for drivers/usb. by Steven Cole · 20 years ago
  93. 56c1e26 [PATCH] USB: ehci power fixes by David Brownell · 20 years ago
  94. 9f6c6fc Merge with kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6.git/ by Linus Torvalds · 20 years ago
  95. 089d42b [PATCH] kobject/hotplug split - usb cris by kay.sievers@vrfy.org · 20 years ago
  96. 1bc3c9e [PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULL by Jesper Juhl · 20 years ago
  97. 0e498763 [PATCH] USB: OHCI on Compaq Aramada 7400 by David Brownell · 20 years ago
  98. ba9d35f [PATCH] USB: fix up remaining pm_message_t usages by Pavel Machek · 20 years ago
  99. 9a5d3e9 [PATCH] USB: hcd suspend uses pm_message_t by David Brownell · 20 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago