1. e6d49d0 Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  2. dcb9cf3 Merge tag 'xceiv-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  3. 7135f08 Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  4. 73d4066 USB/host: Cleanup unneccessary irq disable code by Chuansheng Liu · 12 years ago
  5. ca3c153 usb: add little-endian transform for DeviceRemovable of usb3.0 hub by Lan Tianyu · 12 years ago
  6. ca9c9d0 usb : Add sysfs files to control port power. by Lan Tianyu · 12 years ago
  7. 3a22b87 usb: Fail a get config when the port is powered off. by Lan Tianyu · 12 years ago
  8. f7ac778 usb/acpi: Use ACPI methods to power off ports. by Lan Tianyu · 12 years ago
  9. 693d8eb xhci: Handle clear PORT_POWER feature. by Lan Tianyu · 12 years ago
  10. 05f9168 usb/acpi: Store info on device removability. by Lan Tianyu · 12 years ago
  11. d557542 usb/acpi: Bind ACPI node to USB port, not usb_device. by Lan Tianyu · 12 years ago
  12. ff823c7 usb: move children to struct usb_port by Lan Tianyu · 12 years ago
  13. fa2a956 usb: make usb port a real device by Lan Tianyu · 12 years ago
  14. 9c20890 usb: redefine DeviceRemovable and wHubDelay as _le16 by Lan Tianyu · 12 years ago
  15. b53d657 usb/core: use bin2bcd() for bcdDevice in RH by Sebastian Andrzej Siewior · 12 years ago
  16. 8a424bf tools/usb: remove last USBFS user by Sebastian Andrzej Siewior · 12 years ago
  17. 0837e7e usbfs: Add a new disconnect-and-claim ioctl (v2) by Hans de Goede · 12 years ago
  18. 5c4d46e usb: gadget serial: don't shift bcd version left by 16 by Sebastian Andrzej Siewior · 12 years ago
  19. 363366c usb: otg: mxs-phy: Fix mx23 operation by Mike Thompson · 12 years ago
  20. 51e1e7b usb: dwc3: add basic PHY support by Felipe Balbi · 12 years ago
  21. d720f05 usb: dwc3: exynos: add nop transceiver support by Felipe Balbi · 12 years ago
  22. a418cc4 usb: dwc3: omap: add nop transceiver support by Felipe Balbi · 12 years ago
  23. e3ec3eb usb: dwc3: pci: add nop transceiver support by Felipe Balbi · 12 years ago
  24. 58add6c usb: otg: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  25. 9830317 usb: gadget: add module.h to u_ether.c by Sebastian Andrzej Siewior · 12 years ago
  26. ed9cbda usb: gadget: remove usb_gadget_controller_number() by Sebastian Andrzej Siewior · 12 years ago
  27. 9c6d196 usb: gadget: at91_udc: fix dt support by Fabio Porcedda · 12 years ago
  28. 162ca3c usb: gadget: at91_udc: move the dereference below the NULL test by Wei Yongjun · 12 years ago
  29. d80c304 usb: gadget: libcomposite: move MODULE_VERSION to composite.c by Sebastian Andrzej Siewior · 12 years ago
  30. 721e2e9 usb: gadget: libcomposite: move composite.c into libcomposite by Sebastian Andrzej Siewior · 12 years ago
  31. cc2683c usb: gadget: Provide a default implementation of default manufacturer string by Sebastian Andrzej Siewior · 12 years ago
  32. d33f74f usb: gadget: remove string override from struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  33. 2d35ee4 usb: gadget: push iProduct into gadgets by Sebastian Andrzej Siewior · 12 years ago
  34. 03de9bf usb: gadget: push iManufacturer into gadgets by Sebastian Andrzej Siewior · 12 years ago
  35. 1cf0d26 usb: gadget: push iSerialNumber into gadgets by Sebastian Andrzej Siewior · 12 years ago
  36. 276e2e4 usb: gadget: make sure each gadget is using same index for Product, Serial,… by Sebastian Andrzej Siewior · 12 years ago
  37. 7d16e8d usb: gadget: push VID/PID/USB BCD module option into gadgets by Sebastian Andrzej Siewior · 12 years ago
  38. 3b4a3fc usb: gadget: move usb_gadget_controller_number() into a .c file and libcomposite by Sebastian Andrzej Siewior · 12 years ago
  39. 18786da usb: gadget: initialize the strings in tcm_usb_gadget properly by Sebastian Andrzej Siewior · 12 years ago
  40. 5a175bb usb: gadget: make g_printer enumerate again by Sebastian Andrzej Siewior · 12 years ago
  41. e1f15cc usb: gadget: use usb_string_ids_tab instead multiple usb_string_id() by Sebastian Andrzej Siewior · 12 years ago
  42. 7225849 usb: gadget: make composite module options readonly only by Sebastian Andrzej Siewior · 12 years ago
  43. 40bfef05 usb: gadget: remove bufsiz from struct usb_composite_dev by Sebastian Andrzej Siewior · 12 years ago
  44. e13f17f usb: gadget: move USB_BUFSIZ into global composite.h by Sebastian Andrzej Siewior · 12 years ago
  45. dc995fc usb: gadget: libcomposite: add epautoconf.c to libcomposite by Sebastian Andrzej Siewior · 12 years ago
  46. e87bb71 usb: gadget: move global vars from epautoconf into struct usb_gadget by Sebastian Andrzej Siewior · 12 years ago
  47. 0ba16de usb: gadget: libcomposite: move config.c into libcomposite by Sebastian Andrzej Siewior · 12 years ago
  48. a84d9e5 usb: gadget: start with libcomposite by Sebastian Andrzej Siewior · 12 years ago
  49. 4001a7a usb: gadget: pxa25x: make it compile with debug again by Sebastian Andrzej Siewior · 12 years ago
  50. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  51. e220ff7 staging: ccg: include all sourced files by Sebastian Andrzej Siewior · 12 years ago
  52. 9395295 usb: gadget: move bind() callback back to struct usb_gadget_driver by Sebastian Andrzej Siewior · 12 years ago
  53. 03e42bd usb: gadget: move bind() callback back to struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  54. c2ec75c usb: gadget: push all usb_composite_driver structs into __refdata by Sebastian Andrzej Siewior · 12 years ago
  55. 1e1a27c usb: gadget: remove __devexit in f_uac2 by Sebastian Andrzej Siewior · 12 years ago
  56. fac3a43 usb: gadget: move bind callback into driver struct usb_composite_driver by Sebastian Andrzej Siewior · 12 years ago
  57. e473093 staging: ccg: Add a note about compatibility issues. by Sebastian Andrzej Siewior · 12 years ago
  58. ba2f9df USB: PLAT_ORION fulfils USB_ARCH_HAS_EHCI by Andrew Lunn · 12 years ago
  59. c9e4412 arm: omap: phy: remove unused functions from omap-phy-internal.c by Kishon Vijay Abraham I · 12 years ago
  60. f8515f0 usb: twl4030: Add device tree support for twl4030 usb by Kishon Vijay Abraham I · 12 years ago
  61. ff0a1f3 usb: twl6030: Add dt support for twl6030 usb by Kishon Vijay Abraham I · 12 years ago
  62. 0e98de6 usb: otg: make twl6030_usb as a comparator driver to omap_usb2 by Kishon Vijay Abraham I · 12 years ago
  63. 657b306 usb: phy: add a new driver for omap usb2 phy by Kishon Vijay Abraham I · 12 years ago
  64. a4c3dde usb: phy: fix build break by Venu Byravarasu · 12 years ago
  65. f61870e usb: remove libusual by Sebastian Andrzej Siewior · 12 years ago
  66. 68a5059 block: remove the deprecated ub driver by Cong Wang · 12 years ago
  67. 89bb957 USB: cp210x: remove useless set memory to zero use memset() by Wei Yongjun · 12 years ago
  68. 027c521 USB: FHCI: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  69. 49b5582 usb: cdc-acm: remove duplicated include from cdc-acm.c by Wei Yongjun · 12 years ago
  70. 1a35d9d drivers/usb/gadget/lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERR by Julia Lawall · 12 years ago
  71. 2ec15a6 drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERR by Julia Lawall · 12 years ago
  72. 952230d usb: ohci: Fix Kconfig dependency on USB_ISP1301 by Roland Stigge · 12 years ago
  73. a651684 usb: renesas_usbhs: fixup DMA transport data alignment by Kuninori Morimoto · 12 years ago
  74. 3735ba8 powerpc/usb: fix bug of CPU hang when missing USB PHY clock by Shengzhou Liu · 12 years ago
  75. 6799047 USB: mos7720: fix to use list_for_each_entry_safe() when delete items by Wei Yongjun · 12 years ago
  76. 697d5c0 usb: renesas_usbhs: modify the irq handler for sharing irq by Shimoda, Yoshihiro · 12 years ago
  77. 47c56a1 USB: isp1301: Remove unused static array and define by Roland Stigge · 12 years ago
  78. 898d828 usb host: fix spelling of provides in Kconfig by Peter Meerwald · 12 years ago
  79. 1ba8216 usb: move phy driver from mach-tegra to drivers/usb by Venu Byravarasu · 12 years ago
  80. 613065e usb: gadget: bcm63xx UDC driver by Kevin Cernekee · 12 years ago
  81. de4217d usb: otg: Move phy interface to separate file. by Venu Byravarasu · 12 years ago
  82. 84749c6 usb: gadget: s3c-hsotg: Use devm_clk_get function by Sachin Kamat · 12 years ago
  83. dc2cdca usb: gadget: s3c-hsudc: Replace 0 with NULL for pointers by Sachin Kamat · 12 years ago
  84. affaab4 usb: gadget: s3c-hsudc: Add missing braces around sizeof by Sachin Kamat · 12 years ago
  85. 78f0c53 usb: gadget: s3c-hsudc: Use devm_* functions by Sachin Kamat · 12 years ago
  86. 9d2333d usb: gadget: remove duplicated include from pxa25x_udc.c by Wei Yongjun · 12 years ago
  87. 44fd6c0 usb: gadget: lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERR by Julia Lawall · 12 years ago
  88. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  89. 86bab36 usb: gadget: s3c2410_udc: Do not use integer for NULL by Sachin Kamat · 12 years ago
  90. 1660c89 usb: gadget: s3c2410_udc: Move assignment outside if condition by Sachin Kamat · 12 years ago
  91. ff24166 usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings by Sachin Kamat · 12 years ago
  92. c2892cd usb: gadget: s3c2410_udc: Use pr_* and dev_err functions by Sachin Kamat · 12 years ago
  93. 2e8e25b usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h> by Sachin Kamat · 12 years ago
  94. d0d8607 usb: gadget: dummy-hcd: remember to update driver pointer by Alan Stern · 12 years ago
  95. c4846a1 usb: gadget: lpc32xx_udc: Support multiple controllers by Roland Stigge · 12 years ago
  96. 78ca913 usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor by Roland Stigge · 12 years ago
  97. 252d8ce usb: gadget: lpc32xx_udc: Port to new start/stop interface by Roland Stigge · 12 years ago
  98. d2e9a13 usb: dwc3: set up burst size only superspeed mode by Chanho Park · 12 years ago
  99. 2a540ed usb: dwc3: core: memory ordering fix in close by Oliver Neukum · 12 years ago
  100. a7bdf7f Merge v3.6-rc3 into usb-next by Greg Kroah-Hartman · 12 years ago