1. 9ccfaf7 usb: musb: correct use of schedule_delayed_work() by Daniel Mack · 10 years ago
  2. 30d361b usb: musb: do not sleep in atomic context by Daniel Mack · 11 years ago
  3. 33f8d75 usb: musb: core: Fix remote-wakeup resume by Roger Quadros · 10 years ago
  4. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  5. 5ae477b USB: musb: correct spelling mistakes in comment and error string by Rahul Bedarkar · 11 years ago
  6. 89f836a usb: musb: Remove usb_disable() check in module_init() by Ezequiel Garcia · 11 years ago
  7. 8ed1fb7 usb: musb: finish suspend/reset work independently from musb_hub_control() by Daniel Mack · 11 years ago
  8. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  9. c338412 usb: musb: unconditionally save and restore the context on suspend by Daniel Mack · 11 years ago
  10. 2df6761 usb: musb: core: call musb_platform_set_mode() during probe by Felipe Balbi · 11 years ago
  11. 66fadea usb: musb: only cancel work if it is initialized by Sebastian Andrzej Siewior · 11 years ago
  12. 5328f35 Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  13. 5584cfb Merge 3.12-rc6 into usb-next. by Greg Kroah-Hartman · 11 years ago
  14. 4805414 usb: musb: cppi41: allow to defer probing if DMA isn't yet available by Sebastian Andrzej Siewior · 11 years ago
  15. 8d1aad7 usb: musb: core: Call dma_controller_destroy() in error path only once. by Sebastian Andrzej Siewior · 11 years ago
  16. 0d2dd7e usb: musb: core: properly free host / device structs in err path by Sebastian Andrzej Siewior · 11 years ago
  17. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  18. 001dd84 usb: musb: start musb on the udc side, too by Sebastian Andrzej Siewior · 11 years ago
  19. c5340bd usb: musb: cancel work on removal by Sebastian Andrzej Siewior · 11 years ago
  20. 165f606 Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  21. c1a7d67 usb: musb: use dev_get_platdata() by Jingoo Han · 11 years ago
  22. 63c5b4c usb: musb: do not change dev's dma_mask by Sebastian Andrzej Siewior · 11 years ago
  23. f3ce4d5 usb: musb: core: call dma_controller_destroy() in the err path by Sebastian Andrzej Siewior · 11 years ago
  24. 6904b84 usb: musb: remove a few is_dma_capable() in init/exit code by Sebastian Andrzej Siewior · 11 years ago
  25. 66c0188 usb: musb: dma: merge ->start/stop into create/destroy by Sebastian Andrzej Siewior · 11 years ago
  26. 2e6a9e8 USB: remove unneeded idr.h include by Greg Kroah-Hartman · 11 years ago
  27. 8b125df usb: musb: eliminate musb_to_hcd by Daniel Mack · 11 years ago
  28. 6c5f6a6 usb: musb: use musb->port_mode by Daniel Mack · 11 years ago
  29. 9ad96e6 usb: musb: re-introduce musb->port_mode by Daniel Mack · 11 years ago
  30. 2cc65fe usb: musb: add musb_host_setup() and musb_host_cleanup() by Daniel Mack · 11 years ago
  31. 74c2e93 usb: musb: factor out hcd initalization by Daniel Mack · 11 years ago
  32. 69ae2a7 usb: musb: move musb_start to musb_virthub.c by Daniel Mack · 11 years ago
  33. 0b3eba4 usb: musb: factor some host-specific functions by Daniel Mack · 11 years ago
  34. 6d34967 usb: musb: remove 'ignore_disconnect' flag by Felipe Balbi · 11 years ago
  35. 5448511 usb: musb: core: log VBUS error by Grazvydas Ignotas · 11 years ago
  36. e561511 usb: musb: core: honour initial transceiver state by Grazvydas Ignotas · 11 years ago
  37. 42c0bf1 usb: otg: prefix otg_state_string with usb_ by Felipe Balbi · 11 years ago
  38. b42f7f3 usb: musb: switch over to devm_ioremap_resource() by Felipe Balbi · 11 years ago
  39. 6110a7e usb: musb: core: remove unnecessary pr_info() by Felipe Balbi · 11 years ago
  40. fd5014a usb: musb: core: fix possible build error with randconfig by Felipe Balbi · 11 years ago
  41. e574d57 usb: musb: fix compile warning by Felipe Balbi · 11 years ago
  42. 4682349 Merge tag 'musb-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  43. 681d1e8 usb: musb: core: fix failure path by Ming Lei · 12 years ago
  44. e460239 Merge tag 'fixes-for-v3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 12 years ago
  45. 2bf0a8f usb: musb: use io{read,write}*_rep accessors by Matthew Leach · 12 years ago
  46. 2ac788f usb: musb: core: print new line in the driver banner again by Sergei Shtylyov · 12 years ago
  47. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  48. d3608b6 usb: remove use of __devinitdata by Bill Pemberton · 12 years ago
  49. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  50. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  51. baef653 usb: musb: remove generic_interrupt by Philippe De Swert · 12 years ago
  52. 2f77116 usb: musb: remove hand-crafted id handling by Sebastian Andrzej Siewior · 12 years ago
  53. b18d26f usb: musb: Perform only write access on MUSB_INTRTXE by Sebastian Andrzej Siewior · 12 years ago
  54. af5ec14 usb: musb: Perform only write access on MUSB_INTRRXE by Sebastian Andrzej Siewior · 12 years ago
  55. b11e94d usb: musb: read MUSB_POWER register only when required. by Sebastian Andrzej Siewior · 12 years ago
  56. 8d2421e usb: musb: kill global and static for multi instance by Ajay Kumar Gupta · 12 years ago
  57. 65b3d52 usb: musb: add musb_ida for multi instance support by B, Ravi · 12 years ago
  58. 28dd924 usb: musb: core: fix kernel-doc of musb_init_controller() by Sergei Shtylyov · 12 years ago
  59. f69dfa1 usb: musb: Prevent the masking of the return value by Shubhrajyoti D · 12 years ago
  60. a04d46d usb: musb: drop is_host_capable() and is_peripheral_capable() by Felipe Balbi · 13 years ago
  61. 032ec49 usb: musb: drop useless board_mode usage by Felipe Balbi · 13 years ago
  62. decadac usb: musb: Fix bad call to kfree() in musb_free by Brian Downing · 12 years ago
  63. a156544 usb: musb: fix sparse warnings by Felipe Balbi · 12 years ago
  64. 603fe2b usb: musb: check for zero byte in musb_read/write_fifo by Ajay Kumar Gupta · 12 years ago
  65. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  66. 9ecb887 usb: musb: Add support for ti81xx platform by Ajay Kumar Gupta · 12 years ago
  67. bf070bc usb: musb: wake the device before ulpi transfers by Grazvydas Ignotas · 12 years ago
  68. c04352a usb: musb: fix some runtime_pm issues by Grazvydas Ignotas · 12 years ago
  69. cd70469 usb: core: hcd: make hcd->irq unsigned by Felipe Balbi · 12 years ago
  70. 8062d94 Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  71. 15e68a8 Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  72. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 12 years ago
  73. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 12 years ago
  74. d445b6d usb: musb: Start using struct usb_otg by Heikki Krogerus · 12 years ago
  75. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 12 years ago
  76. e9e8c85 usb: musb: make modules behave better by Felipe Balbi · 13 years ago
  77. 24307ca usb: musb: fix shutdown while usb gadget is in use by Grazvydas Ignotas · 13 years ago
  78. f557978 usb: musb: drop superfluous pm_runtime calls around musb_shutdown by Grazvydas Ignotas · 13 years ago
  79. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  80. 6db174e Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  81. 772aed4 usb: musb: fix pm_runtime mismatch by Felipe Contreras · 13 years ago
  82. a1016ce Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  83. 007d00d Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  84. 9a35f87 usb: musb: allow building USB_MUSB_TUSB6010 as a module by Arnd Bergmann · 13 years ago
  85. ea73755 usb: musb: omap2+: fix context api's by Vikram Pandita · 13 years ago
  86. 5d193ce usb: musb: PM: fix context save/restore in suspend/resume path by Kevin Hilman · 13 years ago
  87. 47b6495 Merge 3.2-rc3 into usb-linus by Greg Kroah-Hartman · 13 years ago
  88. 968b822 USB: Remove the SAW_IRQ hcd flag by Alan Stern · 13 years ago
  89. d067859 usb: musb: remove incorrectly added ARCH_U5500 define by Mian Yousaf Kaukab · 13 years ago
  90. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  91. 3c5fec7 usb: musb: restore INDEX register in resume path by Ajay Kumar Gupta · 13 years ago
  92. 8220796 usb: musb: no need to access platform_device by Felipe Balbi · 13 years ago
  93. e71eb39 usb: musb: convert musb to new style bind by Sebastian Andrzej Siewior · 13 years ago
  94. ee34e51 usb: musb: choose correct fifo_mode by Felipe Balbi · 13 years ago
  95. 6228596 usb: musb: drop a gigantic amount of ifdeferry by Felipe Balbi · 13 years ago
  96. e4e5b136 usb: musb: be careful when using different fifo_modes by Felipe Balbi · 13 years ago
  97. 7c9d440 treewide: transciever/transceiver spelling fixes by Joe Perches · 13 years ago
  98. 9303961 musb: fix prefetch build failure by Mike Frysinger · 13 years ago
  99. e3c496f usb: musb: ux500: add dma name for ux500 by Mian Yousaf Kaukab · 13 years ago
  100. 981430a usb: musb: export musb_interrupt symbol by Felipe Balbi · 13 years ago