1. 6ed46d3 xhci: refactor TRB_CONFIG_EP case into function by Xenia Ragiadakou · 11 years ago
  2. fd54498 xhci: remove unused 'ep_ring' variable in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  3. 07948a8 xhci: refactor TRB_EVAL_CONTEXT case into function by Xenia Ragiadakou · 11 years ago
  4. 2c07082 xhci: refactor TRB_NEC_GET_FW case into function by Xenia Ragiadakou · 11 years ago
  5. f681321 xhci: refactor TRB_RESET_DEV case into function by Xenia Ragiadakou · 11 years ago
  6. 20e7acb xhci: use completion event's slot id rather than dig it out of command by Xenia Ragiadakou · 11 years ago
  7. 9b3103a xhci: refactor TRB_ADDR_DEV case into function by Xenia Ragiadakou · 11 years ago
  8. 6c02dd1 xhci: refactor TRB_DISABLE_SLOT case into function by Xenia Ragiadakou · 11 years ago
  9. b244b43 xhci: refactor TRB_ENABLE_SLOT case into function by Xenia Ragiadakou · 11 years ago
  10. 60b9593 xhci: rename existing Command Completion Event handlers by Xenia Ragiadakou · 11 years ago
  11. 07a37e9 xhci: remove unused argument from xhci_giveback_urb_in_irq() by Xenia Ragiadakou · 11 years ago
  12. d194c03 xhci: correct the usage of USB_CTRL_SET_TIMEOUT by xiao jin · 11 years ago
  13. 5f20cf1 usb: xhci: Staticize xhci_del_comp_mod_timer by Sachin Kamat · 11 years ago
  14. f468f7b usb: Push USB2 LPM disable on disconnect into USB core. by Sarah Sharp · 11 years ago
  15. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  16. 58e21f7 xhci: Set L1 device slot on USB2 LPM enable/disable. by Sarah Sharp · 11 years ago
  17. c00809d USB: ohci-exynos: Remove non-DT support by Jingoo Han · 11 years ago
  18. a393a80 USB: EHCI: start new isochronous streams ASAP by Alan Stern · 11 years ago
  19. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  20. ca1ad0f Revert "USB: OHCI: Properly handle OHCI controller suspend" by Greg Kroah-Hartman · 11 years ago
  21. 118cb99 Revert "USB: OHCI: Properly handle ohci-at91 suspend" by Greg Kroah-Hartman · 11 years ago
  22. ba8d400 Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend" by Greg Kroah-Hartman · 11 years ago
  23. 5d93128 Revert "USB: OHCI: Properly handle ohci-da8xx suspend" by Greg Kroah-Hartman · 11 years ago
  24. 848b5b5 Revert "USB: OHCI: Properly handle ohci-ep93xx suspend" by Greg Kroah-Hartman · 11 years ago
  25. 066ba8e Revert "USB: OHCI: Properly handle ohci-exynos suspend" by Greg Kroah-Hartman · 11 years ago
  26. 3de80bf Revert "USB: OHCI: Properly handle ohci-spear suspend" by Greg Kroah-Hartman · 11 years ago
  27. 29824c1 USB: host: Rename ehci-s5p to ehci-exynos by Jingoo Han · 11 years ago
  28. 57ae160 USB: ehci-s5p: Remove non-DT support by Jingoo Han · 11 years ago
  29. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  30. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  31. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  32. 27c4a31 USB: EHCI: change toggle only upon successful reset by Alan Stern · 11 years ago
  33. 8c05dc5 USB: EHCI: No SSPLIT allowed in uframe 7 by Alan Stern · 11 years ago
  34. 2b90f01 USB: EHCI: compute full-speed bandwidth usage correctly by Alan Stern · 11 years ago
  35. e24371a USB: EHCI: check the right uframes for CSPLIT by Alan Stern · 11 years ago
  36. a72e2e5 USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak by Jingoo Han · 11 years ago
  37. 0fc924b USB: ehci-msm: Add device tree support and binding information by Ivan T. Ivanov · 11 years ago
  38. e4f0da0 ehci-msm: Remove global struct usb_phy variable by Ivan T. Ivanov · 11 years ago
  39. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  40. 5a3e205 USB/host: Bugfix: Return length of copied buffer in uhci_hub_control() by Deng-Cheng Zhu · 11 years ago
  41. 2b4ef83 usb: host: uhci-platform: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  42. f1125f8 USB/host: Use existing macros instead of hard-coded values in uhci-debug.c by Deng-Cheng Zhu · 11 years ago
  43. 36a8758 USB: OHCI: Properly handle ohci-spear suspend by Manjunath Goudar · 11 years ago
  44. f3c6059 USB: OHCI: Properly handle ohci-sm501 suspend by Manjunath Goudar · 11 years ago
  45. 4ceaa89 USB: OHCI: Properly handle ohci-pxa27x suspend by Manjunath Goudar · 11 years ago
  46. 39dbd7d USB: OHCI: Properly handle ohci-platform suspend by Manjunath Goudar · 11 years ago
  47. 10abfa1 USB: OHCI: Properly handle ohci-omap suspend by Manjunath Goudar · 11 years ago
  48. fea0896 USB: OHCI: Properly handle ohci-exynos suspend by Manjunath Goudar · 11 years ago
  49. 018258b USB: OHCI: Properly handle ohci-ep93xx suspend by Manjunath Goudar · 11 years ago
  50. 86a63f1 USB: OHCI: Properly handle ohci-da8xx suspend by Manjunath Goudar · 11 years ago
  51. 19d3394 USB: OHCI: Properly handle ohci-s3c2410 suspend by Manjunath Goudar · 11 years ago
  52. 056ca85 USB: OHCI: Properly handle ohci-at91 suspend by Manjunath Goudar · 11 years ago
  53. 476e4bf USB: OHCI: Properly handle OHCI controller suspend by Manjunath Goudar · 11 years ago
  54. 7e176dc usb: wusbcore: implement hwahc_op_get_frame_number by Thomas Pugliese · 11 years ago
  55. 02c123e usb: ohci: use amd_chipset_type to filter for SB800 prefetch by Huang Rui · 11 years ago
  56. 3ad145b usb: ehci: use amd_chipset_type to filter for usb subsystem hang bug by Huang Rui · 11 years ago
  57. dafbe92 USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe() by Wei Yongjun · 11 years ago
  58. c80ad6d USB: OHCI: ohci_init_driver(): sanity check overrides by Kevin Hilman · 11 years ago
  59. df9b17f Merge 3.12-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  60. eee41b4 USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization by Shengzhou Liu · 11 years ago
  61. ad1260e fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy by Ramneek Mehresh · 11 years ago
  62. 40b3dc6 usb: pci-quirks: amd_chipset_sb_type_init() can be static by Fengguang Wu · 11 years ago
  63. b8ad5c3 USB: OHCI: make ohci-pxa27x a separate driver by Manjunath Goudar · 11 years ago
  64. e240443 USB: OHCI: make ohci-ep93xx a separate driver by Manjunath Goudar · 11 years ago
  65. 30330b8 USB: OHCI: make ohci-nxp a separate driver by Manjunath Goudar · 11 years ago
  66. f23b71f USB: OHCI: make ohci-s3c2410 a separate driver by Manjunath Goudar · 11 years ago
  67. e3825b4 USB: OHCI: make ohci-at91 a separate driver by Manjunath Goudar · 11 years ago
  68. 1cc6ac5 USB: OHCI: make ohci-spear a separate driver by Manjunath Goudar · 11 years ago
  69. 3a48fef USB: OHCI: make ohci-omap3 a separate driver by Manjunath Goudar · 11 years ago
  70. de57a15 USB: OHCI: make ohci-omap a separate driver by Manjunath Goudar · 11 years ago
  71. 50a97e0 USB: OHCI: make ohci-exynos a separate driver by Manjunath Goudar · 11 years ago
  72. a60f4f8 USB: EHCI: make ehci-w90X900 a separate driver by Manjunath Goudar · 11 years ago
  73. 7868943 usb: core: implement AMD remote wakeup quirk by Huang Rui · 11 years ago
  74. 22b4f0c usb: pci-quirks: refactor AMD quirk to abstract AMD chipset types by Huang Rui · 11 years ago
  75. a746c28 usb: host: delete chipidea dependency by Peter Chen · 11 years ago
  76. 05c92da usb: ohci/uhci - add soft dependencies on ehci_pci by Tom Gundersen · 11 years ago
  77. f875fdb USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd by Alan Stern · 11 years ago
  78. a869342 USB: OHCI: accept very late isochronous URBs by Alan Stern · 11 years ago
  79. bef073b USB: UHCI: accept very late isochronous URBs by Alan Stern · 11 years ago
  80. 8937669 USB: iMX21: accept very late isochronous URBs by Alan Stern · 11 years ago
  81. 526867c xhci: Fix race between ep halt and URB cancellation by Florian Wolter · 11 years ago
  82. 8b3d457 usb: Fix xHCI host issues on remote wakeup. by Sarah Sharp · 11 years ago
  83. ec7e43e xhci: Ensure a command structure points to the correct trb on the command ring by Mathias Nyman · 11 years ago
  84. 284d205 xhci: Fix oops happening after address device timeout by Mathias Nyman · 11 years ago
  85. c04ee4b Revert "Revert "USB: EHCI: support running URB giveback in tasklet context"" by Greg Kroah-Hartman · 11 years ago
  86. dc4fea7 Merge branch 'master' into usb-next by Greg Kroah-Hartman · 11 years ago
  87. 42f4891 Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 11 years ago
  88. 37c3a3c USB: ehci-fsl: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  89. 46c73d1 USB: EHCI: handle isochronous underruns with tasklets by Alan Stern · 11 years ago
  90. e4e18cb USB: EHCI: code rearrangement in iso_stream_schedule() by Alan Stern · 11 years ago
  91. 3b8d732 Revert "USB: EHCI: support running URB giveback in tasklet context" by Greg Kroah-Hartman · 11 years ago
  92. 660479a usb: host: fsl-mph-dr-of: Staticize local symbols by Sachin Kamat · 11 years ago
  93. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  94. 39eda2a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  95. b3b4911 Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  96. eb5ea73 ehci: remove debugging statement with ehci statistics in ehci_stop() by Xenia Ragiadakou · 11 years ago
  97. 15532f4 ehci: remove duplicate debug_async_open() prototype in ehci-dbg.c by Xenia Ragiadakou · 11 years ago
  98. 1512c91 ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set by Xenia Ragiadakou · 11 years ago
  99. fea26ef ehci: remove ehci_vdbg() verbose debugging statements by Xenia Ragiadakou · 11 years ago
  100. 9b1b016 usb: r8a66597-hcd: use platform_{get,set}_drvdata() by Libo Chen · 11 years ago