1. 3bbafac usb: musb: core: add common method of getting vbus status by Roman Alyautdin · 9 years ago
  2. 9b75376 usb: musb: set the controller speed based on the config setting by Bin Liu · 9 years ago
  3. 6fc6f4b usb: musb: Disable interrupts on suspend, enable them on resume by Pascal Huerst · 9 years ago
  4. 40af177 usb: musb: ensure in peripheral mode when checking session by Bin Liu · 9 years ago
  5. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  6. 47a8273 usb: musb: Fix platform code being unable to override ep access ops by Hans de Goede · 9 years ago
  7. be78038 usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions by Hans de Goede · 9 years ago
  8. 6cc2af6 usb: musb: Make busctl_offset an io-op rather then a define by Hans de Goede · 9 years ago
  9. 0cb74b3 usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions by Hans de Goede · 9 years ago
  10. da96cfc usb: musb: fix order of conditions for assigning end point operations by Ben Hutchings · 9 years ago
  11. 729697a usb: musb: Get rid of the DMA ifdefs for musb_core.c by Tony Lindgren · 9 years ago
  12. 7f6283e usb: musb: Set up function pointers for DMA by Tony Lindgren · 9 years ago
  13. f8e9f34f usb: musb: Fix up DMA related macros by Tony Lindgren · 9 years ago
  14. 309be23 usb: musb: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  15. 34754de usb: musb: core: always try to recover from babble by Felipe Balbi · 10 years ago
  16. 0244336 usb: musb: core: disable irqs inside babble recovery by Felipe Balbi · 10 years ago
  17. 06753fe usb: musb: core: remove unnecessary forward declaration by Felipe Balbi · 10 years ago
  18. 83b8f5b usb: musb: core: drop recover_work by Felipe Balbi · 10 years ago
  19. b28a643 usb: musb: rename ->reset() to ->recover() by Felipe Balbi · 10 years ago
  20. b4dc38f usb: musb: core: simplify musb_recover_work() by Felipe Balbi · 10 years ago
  21. d5fa3e9 usb: musb: core: decrease delayed_work time by Felipe Balbi · 10 years ago
  22. ba7ee8b usb: musb: don't touch devctl from babble recovery by Felipe Balbi · 10 years ago
  23. e1eb3eb usb: musb: core: refactor IRQ enable/disable to separate functions by Felipe Balbi · 10 years ago
  24. a67cab7 usb: musb: core: controller drops session automatically by Felipe Balbi · 10 years ago
  25. 52b9e6e usb: musb: dsps: remove babble check from dsps irq handler by Felipe Balbi · 10 years ago
  26. b2c7361 usb: musb: core: there is no connect interrupt in peripheral mode by Felipe Balbi · 10 years ago
  27. 4657188 usb: musb: core: remove unnecessary reg access from resume IRQ by Felipe Balbi · 10 years ago
  28. 0acff6b usb: musb: core: break long line by Felipe Balbi · 10 years ago
  29. d0fc0a2 usb: musb: core: move babble recovery inside babble check by Felipe Balbi · 10 years ago
  30. 28378d5 usb: musb: core: fix highspeed check by Felipe Balbi · 10 years ago
  31. d57a277 usb: musb: core: add missing curly braces by Felipe Balbi · 10 years ago
  32. 896f7ea usb: musb: core: remove unnecessary logical comparison by Felipe Balbi · 10 years ago
  33. 31a0ede usb: musb: core: improve musb_interrupt() a bit by Felipe Balbi · 11 years ago
  34. e3c93e1 usb: musb: core: fix TX/RX endpoint order by Felipe Balbi · 11 years ago
  35. 3e43a07 usb: musb: core: add pm_runtime_irq_safe() by Felipe Balbi · 10 years ago
  36. 9298b4a usb: musb: fix device hotplug behind hub by Bin Liu · 10 years ago
  37. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  38. ebf3992 usb: musb: Use IS_ENABLED for tusb6010 by Tony Lindgren · 10 years ago
  39. 8a77f05 usb: musb: Pass fifo_mode in platform data by Tony Lindgren · 10 years ago
  40. d026e9c usb: musb: Change end point selection to use new IO access by Tony Lindgren · 10 years ago
  41. 1b40fc5 usb: musb: Change to use new IO access by Tony Lindgren · 10 years ago
  42. f905bc6 usb: musb: core: Disable the Interrupts till BABBLE is fully handled by George Cherian · 10 years ago
  43. a1fc192 usb: musb: core: make sure musb is in RPM_ACTIVE on resume by Sebastian Andrzej Siewior · 10 years ago
  44. baadd52 usb: musb: try a race-free wakeup by Sebastian Andrzej Siewior · 10 years ago
  45. b87fd2f usb: musb: core: check link status on resume by Sebastian Andrzej Siewior · 10 years ago
  46. e47d925 usb: move the OTG state from the USB PHY to the OTG structure by Antoine Tenart · 10 years ago
  47. 3e87d9a usb: musb: core: use ->resume instead ->resume_noirq by Sebastian Andrzej Siewior · 10 years ago
  48. 1f79b26 usb: musb: core: remove duplicate check on resource by Varka Bhadram · 10 years ago
  49. 59a9e07 usb: musb: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  50. d871c62 usb: musb: core: Convert the musb_platform_reset to have a return value. by George Cherian · 10 years ago
  51. 675ae76 usb: musb: core: Convert babble recover work to delayed work by George Cherian · 10 years ago
  52. 97b4129 usb: musb: core: Handle Babble condition only in HOST mode by George Cherian · 10 years ago
  53. c03da38 usb: musb: use is_host_active() to distinguish between host and gadget mode by Daniel Mack · 10 years ago
  54. ca88fc2 usb: musb: add a work_struct to recover from babble errors by Daniel Mack · 10 years ago
  55. 7338a06 Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 11 years ago
  56. eee3f15 usb: musb: avoid NULL pointer dereference by Felipe Balbi · 11 years ago
  57. 9ccfaf7 usb: musb: correct use of schedule_delayed_work() by Daniel Mack · 11 years ago
  58. 30d361b usb: musb: do not sleep in atomic context by Daniel Mack · 11 years ago
  59. 33f8d75 usb: musb: core: Fix remote-wakeup resume by Roger Quadros · 11 years ago
  60. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  61. 5ae477b USB: musb: correct spelling mistakes in comment and error string by Rahul Bedarkar · 11 years ago
  62. 89f836a usb: musb: Remove usb_disable() check in module_init() by Ezequiel Garcia · 11 years ago
  63. 8ed1fb7 usb: musb: finish suspend/reset work independently from musb_hub_control() by Daniel Mack · 11 years ago
  64. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  65. c338412 usb: musb: unconditionally save and restore the context on suspend by Daniel Mack · 11 years ago
  66. 2df6761 usb: musb: core: call musb_platform_set_mode() during probe by Felipe Balbi · 11 years ago
  67. 66fadea usb: musb: only cancel work if it is initialized by Sebastian Andrzej Siewior · 11 years ago
  68. 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
  69. 5584cfb Merge 3.12-rc6 into usb-next. by Greg Kroah-Hartman · 11 years ago
  70. 4805414 usb: musb: cppi41: allow to defer probing if DMA isn't yet available by Sebastian Andrzej Siewior · 11 years ago
  71. 8d1aad7 usb: musb: core: Call dma_controller_destroy() in error path only once. by Sebastian Andrzej Siewior · 11 years ago
  72. 0d2dd7e usb: musb: core: properly free host / device structs in err path by Sebastian Andrzej Siewior · 11 years ago
  73. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  74. 001dd84 usb: musb: start musb on the udc side, too by Sebastian Andrzej Siewior · 11 years ago
  75. c5340bd usb: musb: cancel work on removal by Sebastian Andrzej Siewior · 11 years ago
  76. 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
  77. c1a7d67 usb: musb: use dev_get_platdata() by Jingoo Han · 11 years ago
  78. 63c5b4c usb: musb: do not change dev's dma_mask by Sebastian Andrzej Siewior · 11 years ago
  79. f3ce4d5 usb: musb: core: call dma_controller_destroy() in the err path by Sebastian Andrzej Siewior · 11 years ago
  80. 6904b84 usb: musb: remove a few is_dma_capable() in init/exit code by Sebastian Andrzej Siewior · 11 years ago
  81. 66c0188 usb: musb: dma: merge ->start/stop into create/destroy by Sebastian Andrzej Siewior · 11 years ago
  82. 2e6a9e8 USB: remove unneeded idr.h include by Greg Kroah-Hartman · 11 years ago
  83. 8b125df usb: musb: eliminate musb_to_hcd by Daniel Mack · 11 years ago
  84. 6c5f6a6 usb: musb: use musb->port_mode by Daniel Mack · 11 years ago
  85. 9ad96e6 usb: musb: re-introduce musb->port_mode by Daniel Mack · 11 years ago
  86. 2cc65fe usb: musb: add musb_host_setup() and musb_host_cleanup() by Daniel Mack · 11 years ago
  87. 74c2e93 usb: musb: factor out hcd initalization by Daniel Mack · 11 years ago
  88. 69ae2a7 usb: musb: move musb_start to musb_virthub.c by Daniel Mack · 11 years ago
  89. 0b3eba4 usb: musb: factor some host-specific functions by Daniel Mack · 11 years ago
  90. 6d34967 usb: musb: remove 'ignore_disconnect' flag by Felipe Balbi · 11 years ago
  91. 5448511 usb: musb: core: log VBUS error by Grazvydas Ignotas · 12 years ago
  92. e561511 usb: musb: core: honour initial transceiver state by Grazvydas Ignotas · 12 years ago
  93. 42c0bf1 usb: otg: prefix otg_state_string with usb_ by Felipe Balbi · 12 years ago
  94. b42f7f3 usb: musb: switch over to devm_ioremap_resource() by Felipe Balbi · 12 years ago
  95. 6110a7e usb: musb: core: remove unnecessary pr_info() by Felipe Balbi · 12 years ago
  96. fd5014a usb: musb: core: fix possible build error with randconfig by Felipe Balbi · 11 years ago
  97. e574d57 usb: musb: fix compile warning by Felipe Balbi · 12 years ago
  98. 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
  99. 681d1e8 usb: musb: core: fix failure path by Ming Lei · 12 years ago
  100. 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