1. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  2. 1be025d Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  3. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  4. a2c76b8 usb: renesas_usbhs: fixup inconsistent return from usbhs_pkt_push() by Kuninori Morimoto · 13 years ago
  5. 3a7655f usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB. by Joachim Foerster · 13 years ago
  6. 0f8fd43 USB: gadget: midi: memory leak in f_midi_bind_config() by Dan Carpenter · 13 years ago
  7. 0889551 USB: gadget: midi: fix range check in f_midi_out_open() by Dan Carpenter · 13 years ago
  8. 273d235 QE/FHCI: fixed the CONTROL bug by Jerry Huang · 13 years ago
  9. 55b5a62 usb: renesas_usbhs: tidyup for smatch warnings by Kuninori Morimoto · 13 years ago
  10. 3a6e711 USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms by Xu lei · 13 years ago
  11. 68aa95d EHCI: workaround for MosChip controller bug by Alan Stern · 13 years ago
  12. 91960c2 usb: gadget: file_storage: fix race on unloading by Yauheni Kaliuta · 13 years ago
  13. 1d749f9 USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other drivers by Uwe Bonnes · 13 years ago
  14. 005b3cd USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structure by Uwe Bonnes · 13 years ago
  15. ac295f3 USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structure by Uwe Bonnes · 13 years ago
  16. da7fbb6 USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structure by Uwe Bonnes · 13 years ago
  17. c9222ec USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structure by Uwe Bonnes · 13 years ago
  18. c75ccd4 USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sio by Uwe Bonnes · 13 years ago
  19. 8f5d621 usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF . by Joachim Foerster · 13 years ago
  20. 3687f64 USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI Board by Peter Stuge · 13 years ago
  21. a8b43c0 USB: Fix runtime wakeup on OHCI by Matthew Garrett · 13 years ago
  22. 48e8236 xHCI/USB: Make xHCI driver have a BOS descriptor. by Sarah Sharp · 13 years ago
  23. fa3ae0c usb: gadget: add new usb gadget for ACM and mass storage by Klaus Schwarzkopf · 13 years ago
  24. 431879a usb: gadget: mv_udc: fix compile warning by Felipe Balbi · 13 years ago
  25. 1aec033 usb: gadget: mv_udc: add clock gating support by Neil Zhang · 13 years ago
  26. fb22cba usb: gadget: mv_udc: add test mode support by Neil Zhang · 13 years ago
  27. 46e172d usb: gadget: mv_udc: use DMA API for status_req's dma address by Neil Zhang · 13 years ago
  28. daec765 usb: gadget: mv_udc: fix dtd dma confusion by Neil Zhang · 13 years ago
  29. 046b07a usb: gadget: mv_udc: add shutdown function for it by Neil Zhang · 13 years ago
  30. 3661622 usb: gadget: mv_udc: correct ep0 state by Neil Zhang · 13 years ago
  31. 0c70840 usb: gadget: mv_udc: rewrite fifo flush by Neil Zhang · 13 years ago
  32. 615268b usb: gadget: mv_udc: set unused endpoint with right type by Neil Zhang · 13 years ago
  33. 27cec2b usb: gadget: mv_udc: add missing spinlock in ep enable/disable by Neil Zhang · 13 years ago
  34. 96c2bbb usb: gadget: mv_udc: fix bug when handle setup package. by Neil Zhang · 13 years ago
  35. fbebe1f usb: gadget: mv_udc: init next dtd ptr for dqh when init ep0 by Neil Zhang · 13 years ago
  36. 43ad9f3 usb: gadget: mv_udc: ep0 needn't set toggle flag by Neil Zhang · 13 years ago
  37. bedcff9 usb: gadget: mv_udc: fix a clerical error by Neil Zhang · 13 years ago
  38. 4540a9ab usb: gadget: mv_udc: fix kernel panic on some platforms by Neil Zhang · 13 years ago
  39. 5d0b8d0 usb: gadget: mv_udc: add section information by Neil Zhang · 13 years ago
  40. dde34cc usb: gadget: mv_udc: refine the driver structure by Neil Zhang · 13 years ago
  41. 8a9775a usb: gadget: renesas_usbhs: fix compile warning by Felipe Balbi · 13 years ago
  42. d242c11 usb: gadget: renesas_usbhs: drop dependency by Felipe Balbi · 13 years ago
  43. 951fe82 usb: gadget: renesas_usbhs: fixup driver compile style by Kuninori Morimoto · 13 years ago
  44. 4829820 usb: gadget: renesas_usbhs: bugfix: don't modify platform data by Kuninori Morimoto · 13 years ago
  45. 034d7c1 usb: gadget: renesas_usbhs: add mod_host support by Kuninori Morimoto · 13 years ago
  46. e2eddc6 usb: gadget: renesas_usbhs: usbhs_dcp_control_transfer_done() cares mod_host by Kuninori Morimoto · 13 years ago
  47. 9e74d60 usb: gadget: renesas_usbhs: add data/status stage handler by Kuninori Morimoto · 13 years ago
  48. 89c1d2e usb: gadget: renesas_usbhs: add INTSTS1 interrupt support by Kuninori Morimoto · 13 years ago
  49. eb05191 usb: gadget: renesas_usbhs: add usbhs_set_device_speed() support for host by Kuninori Morimoto · 13 years ago
  50. a9be4a4 usb: gadget: renesas_usbhs: make sure SOF packet sending-out control by Kuninori Morimoto · 13 years ago
  51. f427eb6 usb: gadget: renesas_usbhs: support otg pin control by Kuninori Morimoto · 13 years ago
  52. 6ff5d09 usb: gadget: renesas_usbhs: disable pipe on top of interrupt by Kuninori Morimoto · 13 years ago
  53. 6e6db82 usb: gadget: renesas_usbhs: modify pipe sequence settings by Kuninori Morimoto · 13 years ago
  54. 654c35a usb: gadget: renesas_usbhs: disable auto paket start on usbhs_pkt_push() by Kuninori Morimoto · 13 years ago
  55. b331872 usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt by Kuninori Morimoto · 13 years ago
  56. 3cf8ed1 usb: gadget: renesas_usbhs: add usbhs_pipe_name() by Kuninori Morimoto · 13 years ago
  57. bc6fbf5 usb: gadget: renesas_usbhs: add device select support in usbhs_pipe_config_update() by Kuninori Morimoto · 13 years ago
  58. 2cc9719 usb: gadget: renesas_usbhs: add struct usbhs_priv to packet done function by Kuninori Morimoto · 13 years ago
  59. 9235207 usb: gadget: renesas_usbhs: add usbhs_dcp_dir_for_host() by Kuninori Morimoto · 13 years ago
  60. 0deb3e7 usb: gadget: renesas_usbhs: remove unneeded parameter from usbhs_mod_is_host() by Kuninori Morimoto · 13 years ago
  61. ef8bedb usb: gadget: renesas_usbhs: move usbhs_usbreq_get/set_val() to common.c by Kuninori Morimoto · 13 years ago
  62. 356db7e usb: gadget: renesas_usbhs: move usbhsp_type() to usbhs_pipe_type() by Kuninori Morimoto · 13 years ago
  63. 75587f5 usb: gadget: renesas_usbhs: add usbhs_bus_get_speed() by Kuninori Morimoto · 13 years ago
  64. 258485d usb: gadget: renesas_usbhs: add bus control functions by Kuninori Morimoto · 13 years ago
  65. 11935de usb: gadget: renesas_usbhs: change usbhsc_bus_ctrl() to usbsc_set_buswait() by Kuninori Morimoto · 13 years ago
  66. 651f5e4 usb: gadget: renesas_usbhs: tidyup INTENB0 method by Kuninori Morimoto · 13 years ago
  67. 0c6ef98 usb: gadget: renesas_usbhs: struct usbhs_pipe hold handler by Kuninori Morimoto · 13 years ago
  68. 7fd097e usb: gadget: renesas_usbhs: each pipe hold maxpacket size by Kuninori Morimoto · 13 years ago
  69. f5aa889 usb: gadget: renesas_usbhs: remove desc from usbhs_pipe_malloc by Kuninori Morimoto · 13 years ago
  70. 51b8a02 usb: gadget: renesas_usbhs: move USBHSF_PKT_xxx to pipe.c by Kuninori Morimoto · 13 years ago
  71. ca8a282 usb: gadget: renesas_usbhs: add suspend/resume support by Kuninori Morimoto · 13 years ago
  72. 4bb99b7 usb: gadget: storage: add superspeed support by Felipe Balbi · 13 years ago
  73. 089b837 usb: gadget: fix typo for default U1/U2 exit latencies by Felipe Balbi · 13 years ago
  74. 478ff25 usb: gadget: r8a66597: convert to new style by Felipe Balbi · 13 years ago
  75. af1d705 usb: gadget: renesas: convert to new style by Felipe Balbi · 13 years ago
  76. 4cf5e00 usb: gadget: net2280: convert to new style by Felipe Balbi · 13 years ago
  77. 96f8db6 usb: gadget: net2272: convert to new style by Felipe Balbi · 13 years ago
  78. 2c7f098 usb: gadget: langwell: convert to new style by Felipe Balbi · 13 years ago
  79. 5bc639f usb: gadget: langwell: don't use the_controller when it's not needed by Felipe Balbi · 13 years ago
  80. 1a8060d usb: gadget: at91_udc: change french comments to english by Robert Schwebel · 13 years ago
  81. d5546b3 usb: gadget: pxa25x: is_vbus_present is gone by Arnd Bergmann · 13 years ago
  82. fe69676 usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC by Paul Zimmerman · 13 years ago
  83. c8933c3 USB: gadget: f_midi: allow a dynamic number of input and output ports by Daniel Mack · 13 years ago
  84. 2672eea USB: gadget: midi: refactor the device code by Daniel Mack · 13 years ago
  85. d5daf49 USB: gadget: midi: add midi function driver by Daniel Mack · 13 years ago
  86. 56526c0 usb gadget: fix langwell_udc.c build error by Randy Dunlap · 13 years ago
  87. b8a56e1 usb: gadget: r8a66597-udc: add support for SUDMAC by Yoshihiro Shimoda · 13 years ago
  88. 12158f4 usb: gadget: r8a66597-udc: use dev_*() instead of printk() by Yoshihiro Shimoda · 13 years ago
  89. 5c481a6 usb: gadget: r8a66597-udc: add function for external controller by Yoshihiro Shimoda · 13 years ago
  90. 0a85577 usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifo by Yoshihiro Shimoda · 13 years ago
  91. d727b60 Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  92. 74bdf22 USB: ftdi_sio: add PID for Sony Ericsson Urban by Hakan Kvist · 13 years ago
  93. 2204fde usb: Add module.h to various dwc3 drivers by Paul Gortmaker · 13 years ago
  94. dc1c70a usb: dwc3: convert structures into bitshifts by Felipe Balbi · 13 years ago
  95. aabb707 usb: dwc3: gadget: allow clock gating to work by Felipe Balbi · 13 years ago
  96. 26ceca9 usb: dwc3: core: cache GHWPARAMS* registers by Felipe Balbi · 13 years ago
  97. a329949 usb: dwc3: add struct dwc3_hwparams by Felipe Balbi · 13 years ago
  98. 879631a usb: dwc3: gadget: implement streams support by Felipe Balbi · 13 years ago
  99. a4af900 usb: dwc3: gadget: add support for Bursts by Felipe Balbi · 13 years ago
  100. c439ef8 usb: dwc3: gadget: fix DMA offset calculation by Paul Zimmerman · 13 years ago