1. 98515e5 usb: spear-ehci/ohci: Use devm_*() routines by Viresh Kumar · 12 years ago
  2. d8fd7d5 usb: spear-ehci/ohci: Do clk_get using dev-id by Amardeep Rai · 12 years ago
  3. bc13364 usb: ehci-mxc: Remove unused 'echi' variable by Fabio Estevam · 12 years ago
  4. 7084778 usb: host: tegra: remove pointless NULL check in tegra_ehci_remove() by Wei Yongjun · 12 years ago
  5. 77b8476 usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend() by Felipe Balbi · 12 years ago
  6. b0e4e60 usb: host: xhci: Stricter conditional for Z1 system models for Compliance Mode Patch by Alexis R. Cortes · 12 years ago
  7. bba18e3 xhci: Extend Fresco Logic MSI quirk. by Sarah Sharp · 12 years ago
  8. 68e5254 xhci: fix null-pointer dereference when destroying half-built segment rings by Julius Werner · 12 years ago
  9. 4525c0a xHCI: Fix TD Size calculation on 1.0 hosts. by Sarah Sharp · 12 years ago
  10. 392a07a xhci: Fix conditional check in bandwidth calculation. by Sarah Sharp · 12 years ago
  11. 2611bd18 xhci: Avoid global symbol pollution with handshake. by Sarah Sharp · 12 years ago
  12. 2656a9a USB: EHCI: bugfix: urb->hcpriv should not be NULL by Alan Stern · 12 years ago
  13. 1b36810 USB: EHCI: miscellaneous cleanups for the library conversion by Alan Stern · 12 years ago
  14. 09f6ffd USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver by Alan Stern · 12 years ago
  15. 5746510 USB: ohci-exynos: initialize registers pointer earlier by Vincent Palatin · 12 years ago
  16. d1bb67a USB: EHCI: fix build error in ehci-platform.c under PowerPC by Alan Stern · 12 years ago
  17. 99f9193 USB: EHCI: make ehci-platform a separate driver by Alan Stern · 12 years ago
  18. adfa79d USB: EHCI: make ehci-pci a separate driver by Alan Stern · 12 years ago
  19. 3e02320 USB: EHCI: prepare to make ehci-hcd a library module by Alan Stern · 12 years ago
  20. c73cee7 USB: EHCI: remove ehci_port_power() routine by Alan Stern · 12 years ago
  21. 4968f95 USB: EHCI: remove unused Link Power Management code by Alan Stern · 12 years ago
  22. b472b8e Merge 3.7-rc3 into usb-next. by Greg Kroah-Hartman · 12 years ago
  23. df03790 xhci: trivial: Remove assigned but unused ep_ctx. by Sarah Sharp · 12 years ago
  24. 7e5f77f xhci: trivial: Remove assigned but unused slot_ctx. by Sarah Sharp · 12 years ago
  25. b803134 xhci: Fix missing break in xhci_evaluate_context_result. by Sarah Sharp · 12 years ago
  26. 43a09f7 xhci: Fix potential NULL ptr deref in command cancellation. by Sarah Sharp · 12 years ago
  27. d124a60 USB: isp1760-if: Change to use irq_of_parse_and_map by Nobuhiro Iwamatsu · 12 years ago
  28. 8daf8b6 ehci: Add yet-another Lucid nohandoff pci quirk by Anisse Astier · 12 years ago
  29. c323dc0 ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions by Anisse Astier · 12 years ago
  30. bd066ee usb: "ehci-w90x900" Fix a typo and add some whitespace. by Justin P. Mattock · 12 years ago
  31. 969ddcf USB: hub_for_each_child should skip unconnected ports by Alan Stern · 12 years ago
  32. d39dbc8 USB: EHCI: move ehci_update_device() to ehci-lpm.c by Alan Stern · 12 years ago
  33. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 12 years ago
  34. d6064ac USB: EHCI: move logging macros to ehci.h by Alan Stern · 12 years ago
  35. 6273f18 USB: EHCI: add condition for delay during the resume by Peter Chen · 12 years ago
  36. 801f006 USB: ohci-s3c2410: use devm_ functions by Jingoo Han · 12 years ago
  37. 60d80ad USB: ohci-exynos: use devm_clk_get() by Jingoo Han · 12 years ago
  38. c05c946 usb: ohci-exynos: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  39. e1deb56 usb: ehci-s5p: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  40. 54388b2 usb: host: tegra remove include of <mach/iomap.h> by Stephen Warren · 12 years ago
  41. 16b45fd xhci: fix integer overflow by Oliver Neukum · 12 years ago
  42. 966e7a8 xhci: endianness xhci_calculate_intel_u2_timeout by Oliver Neukum · 12 years ago
  43. 068b054 USB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal by Florian Fainelli · 12 years ago
  44. 27c411c usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly. by Lan Tianyu · 12 years ago
  45. 170ed80 usb/xhci: release xhci->lock during turning on/off usb port's acpi power resource and checking the existence of port's power resource by Lan Tianyu · 12 years ago
  46. be7ac70 USB: OHCI: make ohci-platform use devm_request_and_ioremap helper by Florian Fainelli · 12 years ago
  47. 61ff274 USB: EHCI: make ehci-platform use devm_request_and_ioremap helper by Florian Fainelli · 12 years ago
  48. ac0e3c0 USB: OHCI: fix typo in ohci-platform driver on the word "resource" by Florian Fainelli · 12 years ago
  49. 5c9b2b2 USB: EHCI: fix typo in ehci-platform driver on the word "resource" by Florian Fainelli · 12 years ago
  50. 976baf6e USB: OHCI: make ohci-platform use dev_err() instead of pr_err() by Florian Fainelli · 12 years ago
  51. 2350cb0 USB: EHCI: make ehci-platform use dev_err() instead of pr_err() by Florian Fainelli · 12 years ago
  52. 216d0fd USB: move common alchemy USB routines to arch/mips/alchemy/common.c by Florian Fainelli · 12 years ago
  53. bb5da43 USB: OHCI: remove Alchemy OHCI platform driver. by Florian Fainelli · 12 years ago
  54. 231a72e USB: OHCI: remove OHCI SH platform driver by Florian Fainelli · 12 years ago
  55. c2e91e0 USB: OHCI: remove Netlogic XLS OHCI platform driver by Florian Fainelli · 12 years ago
  56. c23920b0 USB: OHCI: remove CNS3xxx OHCI platform driver by Florian Fainelli · 12 years ago
  57. 60da65f USB: OHCI: remove PNX8550 OHCI driver by Florian Fainelli · 12 years ago
  58. cfa49b4 USB: ohci: merge ohci_finish_controller_resume with ohci_resume by Florian Fainelli · 12 years ago
  59. d4ae47d USB: ohci: remove check for RH already suspended in ohci_suspend by Florian Fainelli · 12 years ago
  60. cd1965d USB: ohci: move ohci_pci_{suspend,resume} to ohci-hcd.c by Florian Fainelli · 12 years ago
  61. 2b16e39 USB: ohci: allow platform driver to specify the number of ports by Florian Fainelli · 12 years ago
  62. f3a958d USB: EHCI: remove CNS3xxx EHCI platform driver by Florian Fainelli · 12 years ago
  63. 1de7d89 USB: EHCI: remove Alchemy EHCI driver by Florian Fainelli · 12 years ago
  64. 4534874 USB: EHCI: add no_io_watchdog platform_data parameter to ehci-platform by Florian Fainelli · 12 years ago
  65. 6d39944 USB: EHCI: remove Netlogic XLS EHCI driver by Florian Fainelli · 12 years ago
  66. ead92fa USB: EHCI: remove Loongson 1B EHCI driver. by Florian Fainelli · 12 years ago
  67. 7bccfcd USB: OHCI: remove ohci-pcc-soc driver. by Florian Fainelli · 12 years ago
  68. 6efd0f7 USB: EHCI: remove IXP4xx EHCI driver by Florian Fainelli · 12 years ago
  69. 6a41b4d OHCI: implement new semantics for URB_ISO_ASAP by Alan Stern · 12 years ago
  70. c44b225 UHCI: implement new semantics for URB_ISO_ASAP by Alan Stern · 12 years ago
  71. 4005ad4 EHCI: implement new semantics for URB_ISO_ASAP by Alan Stern · 12 years ago
  72. 7267547 EHCI: replace mult/div with bit-mask operation by Alan Stern · 12 years ago
  73. 98cae42 EHCI: use the isochronous scheduling threshold by Alan Stern · 12 years ago
  74. c3ee9b7 EHCI: improved logic for isochronous scheduling by Alan Stern · 12 years ago
  75. 3782010 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  76. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago
  77. 42bf3e2 Merge tag 'usb-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  78. d479c91 USB: ehci-fsl: Return valid error in ehci_fsl_setup_phy by Ben Collins · 12 years ago
  79. 4708097 usb: host: xhci: New system added for Compliance Mode Patch on SN65LVPE502CP by Alexis R. Cortes · 12 years ago
  80. 6e1babb usb: Missing dma_mask in ehci-vt8500.c when probed from device-tree by Tony Prisk · 12 years ago
  81. 09eeffb usb: Missing dma_mask in uhci-platform.c when probed from device-tree by Tony Prisk · 12 years ago
  82. 8855e49 USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit by Arnd Bergmann · 12 years ago
  83. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  84. 9cd11c0 Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  85. 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  86. 01bb650 USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irq by Joachim Eastwood · 12 years ago
  87. 655db79 Merge tag 'for-usb-next-2012-09-25' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 12 years ago
  88. 80fab3b xhci: Intel Panther Point BEI quirk. by Sarah Sharp · 12 years ago
  89. 5ed3387 powerpc/usb: remove checking PHY_CLK_VALID for UTMI PHY by Shengzhou Liu · 12 years ago
  90. 457a73d usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems by Vivek Gautam · 12 years ago
  91. a6e097d Increase XHCI suspend timeout to 16ms by Michael Spang · 12 years ago
  92. f3f4bf5 USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irq by Joachim Eastwood · 12 years ago
  93. e3a66aa Merge branch 'multiplatform/platform-data' into next/multiplatform by Olof Johansson · 12 years ago
  94. e98b6a4 fsl/usb: Add support for USB controller version 2.4 by Ramneek Mehresh · 12 years ago
  95. d16ba48 USB: EHCI: convert warning messages to debug-level by Alan Stern · 12 years ago
  96. 17dcfc9 USB: EHCI: remove useless test by Alan Stern · 12 years ago
  97. b97ba3a Merge tag 'omap-cleanup-local-headers-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/cleanup by Olof Johansson · 12 years ago
  98. 32dec75 Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanup by Olof Johansson · 12 years ago
  99. 70c494c ARM: OMAP1: Make plat/mux.h omap1 only by Tony Lindgren · 12 years ago
  100. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago