1. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  2. 7febe2b drivers/usb/host/ohci-pxa27x.c: add missing clk_put by Julia Lawall · 13 years ago
  3. cd3c18b USB: xhci - fix interval calculation for FS isoc endpoints by Dmitry Torokhov · 13 years ago
  4. f5182b4 xhci: Disable MSI for some Fresco Logic hosts. by Sarah Sharp · 13 years ago
  5. 001fd38 xhci: Do not issue device reset when device is not setup by Maarten Lankhorst · 13 years ago
  6. e2b0217 xhci: Add defines for hardcoded slot states by Maarten Lankhorst · 13 years ago
  7. 4819fef xhci: Bigendian fix for xhci_check_bandwidth() by Matt Evans · 13 years ago
  8. f697531 xhci: Bigendian fix for skip_isoc_td() by Matt Evans · 13 years ago
  9. 87367a0 Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci by Linus Torvalds · 13 years ago
  10. 2cf95c1 Intel xhci: Limit number of active endpoints to 64. by Sarah Sharp · 13 years ago
  11. ad80833 Intel xhci: Ignore spurious successful event. by Sarah Sharp · 13 years ago
  12. 69e848c Intel xhci: Support EHCI/xHCI port switching. by Sarah Sharp · 13 years ago
  13. f444ff2 xhci: STFU: Be quieter during URB submission and completion. by Sarah Sharp · 13 years ago
  14. 5153b7b xhci: STFU: Don't print event ring dequeue pointer. by Sarah Sharp · 13 years ago
  15. 380032c xhci: STFU: Remove function tracing. by Sarah Sharp · 13 years ago
  16. fe6c6c1 xhci: Don't submit commands when the host is dead. by Sarah Sharp · 13 years ago
  17. 0714a57 xhci: Clear stopped_td when Stop Endpoint command completes. by Sarah Sharp · 13 years ago
  18. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  19. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  20. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  21. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  22. d5f6db9e USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h by Jan Andersson · 13 years ago
  23. fda928a USB: UHCI: Support big endian GRUSBHC HC by Jan Andersson · 13 years ago
  24. 51e2f62 USB: UHCI: Add support for big endian descriptors by Jan Andersson · 13 years ago
  25. bab1ff1 USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier by Alan Stern · 13 years ago
  26. 8452c67 USB: UHCI: Add support for big endian mmio by Jan Andersson · 13 years ago
  27. d05b6ec usb/isp1760: Fix possible unlink problems by Arvid Brodin · 13 years ago
  28. 079cdb0 usb/isp1760: Move function isp1760_endpoint_disable() within file. by Arvid Brodin · 13 years ago
  29. 69fff59 USB: remove remaining usages of hcd->state from usbcore and fix regression by Alan Stern · 13 years ago
  30. 1e12c91 EHCI: don't rescan interrupt QHs needlessly by Alan Stern · 13 years ago
  31. 2b7aaf5 OHCI: fix regression caused by nVidia shutdown workaround by Alan Stern · 13 years ago
  32. 834cb0f xhci: Fix memory leak bug when dropping endpoints by Sarah Sharp · 13 years ago
  33. 30f89ca xhci: Fix memory leak in ring cache deallocation. by Sarah Sharp · 13 years ago
  34. b513d44 xhci: Fix full speed bInterval encoding. by Sarah Sharp · 13 years ago
  35. a088592 xhci: move the common code to a function to get max ports and port array by huajun li · 13 years ago
  36. 3610ea5 ehci: workaround for pci quirk timeout on ExoPC by Andy Ross · 13 years ago
  37. 5c85301 ehci: pci quirk cleanup by Andy Ross · 13 years ago
  38. 3abeca9 xhci: Fix bug in control transfer cancellation. by Sarah Sharp · 13 years ago
  39. 27362d4 USB: ehci-s5p : use __devinit and __devexit macros for probe and remove by Jingoo Han · 13 years ago
  40. 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 · 13 years ago
  41. 8a1629c Merge branch 2.6.39-rc7 into usb-linus by Greg Kroah-Hartman · 13 years ago
  42. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  43. 1bb73a8 xHCI 1.0: Max Exit Latency Too Large Error by Alex He · 13 years ago
  44. 700b417 xHCI 1.0: TT_THINK_TIME set by Andiry Xu · 13 years ago
  45. ad106f2 xHCI 1.0: Block Interrupts for Isoch transfer by Andiry Xu · 13 years ago
  46. 7b1fc2e xHCI 1.0: Isoch endpoint CErr field set by Andiry Xu · 13 years ago
  47. 51eb01a xHCI 1.0: Control endpoint average TRB length field set by Andiry Xu · 13 years ago
  48. b83cdc8 xHCI 1.0: Setup Stage TRB Transfer Type flag by Andiry Xu · 13 years ago
  49. 3db7739 USB: UHCI: Add support for GRLIB GRUSBHC controller by Jan Andersson · 13 years ago
  50. d3219d1 USB: UHCI: Support non-PCI host controllers by Jan Andersson · 13 years ago
  51. 9faa091 USB: UHCI: Wrap I/O register accesses by Jan Andersson · 13 years ago
  52. c31a65f USB: UHCI: Move PCI specific functions to uhci-pci.c by Jan Andersson · 13 years ago
  53. e4d235d USB: UHCI: Codingstyle fixes by Jan Andersson · 13 years ago
  54. e7652e1 USB: UHCI: Allow dynamic assignment of bus specific functions by Jan Andersson · 13 years ago
  55. dfeca7a USB: UHCI: Remove PCI dependencies from uhci-hub by Jan Andersson · 13 years ago
  56. 69248d4 USB: ohci-s3c2410: return proper error if clk_get fails by Jingoo Han · 13 years ago
  57. 7af85a8 USB: ohci-s3c2410: fix checkpatch errors and warnings by Jingoo Han · 13 years ago
  58. a7535ac USB: ehci-au1xxx: fix suspend callback by Manuel Lauss · 13 years ago
  59. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  60. 9be0392 USB: EHCI: Add bus glue for GRLIB GRUSBHC controller by Jan Andersson · 13 years ago
  61. c430131 USB: EHCI: Support controllers with big endian capability regs by Jan Andersson · 13 years ago
  62. 4f0871a xHCI: Clear PLC in xhci_bus_resume() by Andiry Xu · 13 years ago
  63. 14be249 usb: Configure octeon2 glue logic for proper uSOF cycle period. by David Daney · 13 years ago
  64. bf54171 usb: octeon2-common.c: Configure ports for proper electrical characteristics. by David Daney · 13 years ago
  65. f5ced99 USB: octeon2-common: Don't reinitialize the clocks. by David Daney · 13 years ago
  66. d93da49 usb/isp1760: Report correct urb status after unlink by Arvid Brodin · 13 years ago
  67. 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 · 13 years ago
  68. 71a9f9d usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code paths by Arvid Brodin · 13 years ago
  69. 22bea9c usb/isp1760: Report correct urb status after unlink by Arvid Brodin · 13 years ago
  70. eb1a796 usb/isp1760: Remove unneeded OR map and HcBufferStatus code by Arvid Brodin · 13 years ago
  71. 3453773 usb/isp1760: Clean up urb enqueueing by Arvid Brodin · 13 years ago
  72. 847ed3e usb/isp1760: Remove false error printout by Arvid Brodin · 13 years ago
  73. 83722bc USB: extend ehci-fsl and fsl_udc_core driver for OTG operation by Anatolij Gustschin · 13 years ago
  74. 13b7ee2a USB: ehci-fsl: add MPC5121E specific suspend and resume by Anatolij Gustschin · 13 years ago
  75. b61d378 xhci 1.0: Set transfer burst last packet count field. by Sarah Sharp · 13 years ago
  76. 5cd43e3 xhci 1.0: Set transfer burst count field. by Sarah Sharp · 13 years ago
  77. 4da6e6f xhci 1.0: Update TD size field format. by Sarah Sharp · 13 years ago
  78. af8b9e6 xhci 1.0: Only interrupt on short packet for IN EPs. by Sarah Sharp · 13 years ago
  79. 00161f7 xhci: Remove sparse warning about cmd_status. by Sarah Sharp · 13 years ago
  80. a711423 usbcore: Refine USB3.0 device suspend and resume by Andiry Xu · 13 years ago
  81. 0ed9a57 xHCI: report USB3.0 portstatus comply with USB3.0 specification by Andiry Xu · 13 years ago
  82. 2c44178 xHCI: Set link state support by Andiry Xu · 13 years ago
  83. 85387c0 xHCI: Clear link state change support by Andiry Xu · 13 years ago
  84. a11496e xHCI: warm reset support by Andiry Xu · 13 years ago
  85. 64b3c30 usb/ch9: use proper endianess for wBytesPerInterval by Sebastian Andrzej Siewior · 13 years ago
  86. 9dee9a2 xhci: Remove recursive call to xhci_handle_event by Matt Evans · 13 years ago
  87. 7ed603e xhci: Add an assertion to check for virt_dev=0 bug. by Matt Evans · 13 years ago
  88. 92a3da4 xhci: Add rmb() between reading event validity & event data access. by Matt Evans · 13 years ago
  89. 28ccd29 xhci: Make xHCI driver endian-safe by Matt Evans · 13 years ago
  90. 6e3d4be omap:usb: add regulator support for EHCI by Keshava Munegowda · 13 years ago
  91. 7fc2a61 xhci-hcd: Include <linux/slab.h> in xhci-pci.c by Ben Hutchings · 13 years ago
  92. 1f594b6 USB: ehci: tegra: fix USB1 port reset issue by Jim Lin · 13 years ago
  93. 3c86c07 USB: ohci-s3c2410: use resource_size() by Jingoo Han · 13 years ago
  94. e7f8433 USB: ohci-s3c2410: use __devinit and __devexit macros for probe and remove by Jingoo Han · 13 years ago
  95. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  96. 50ee933 Merge 2.6.39-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  97. 753d853 Revert "USB: isp1760-hcd: move imask clear after pending work is done" by Greg Kroah-Hartman · 13 years ago
  98. 90e6ca5 USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCs by Gabor Juhos · 13 years ago
  99. 2f7ac6c USB: ehci: add workaround for Synopsys HC bug by Gabor Juhos · 13 years ago
  100. 502fa84 USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCs by Gabor Juhos · 13 years ago