1. 2b9a8c4 usb: musb: Fix session based PM for first invalid VBUS by Tony Lindgren · 8 years ago
  2. 21b031f usb: musb: remove redundant stack buffers by Rasmus Villemoes · 8 years ago
  3. 467d5c9 usb: musb: Implement session bit based runtime PM for musb-core by Tony Lindgren · 8 years ago
  4. cfb9a1b usb: musb: add tracepoints to dump interrupt events by Bin Liu · 8 years ago
  5. c74173f usb: musb: add tracepoints for register access by Bin Liu · 8 years ago
  6. b99d365 usb: musb: switch dev_dbg to tracepoints by Bin Liu · 8 years ago
  7. 84ac5d1 usb: musb: only restore devctl when session was set in backup by Bin Liu · 8 years ago
  8. 1c4d0b4 usb: musb: Remove pm_runtime_set_irq_safe by Tony Lindgren · 8 years ago
  9. 12b7db2 usb: musb: Return error value from musb_mailbox by Tony Lindgren · 8 years ago
  10. f730f20 usb: musb: Split PM runtime between wrapper IP and musb core by Tony Lindgren · 8 years ago
  11. 7099dbc usb: musb: Update to use PM runtime autosuspend by Tony Lindgren · 8 years ago
  12. 302f680 usb: musb: Remove unnecessary shutdown function by Tony Lindgren · 8 years ago
  13. 7e1704d usb: musb: Fix idling after host mode by increasing autosuspend delay by Tony Lindgren · 8 years ago
  14. ead22ca usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::config by Petr Kulhavy · 8 years ago
  15. 39cee20 usb: musb: core: call init and shutdown for the usb phy by Uwe Kleine-König · 9 years ago
  16. 8055555 usb: musb: core: Fix handling of the phy notifications by Tony Lindgren · 9 years ago
  17. 3ff4b57 usb: musb: convert printk to pr_* by Rasmus Villemoes · 9 years ago
  18. 7d32cde usb: musb: fail with error when no DMA controller set by Aaro Koskinen · 9 years ago
  19. 4d05591 usb: musb: core: Fix pm runtime for deferred probe by Tony Lindgren · 9 years ago
  20. 51676c8 usb: musb: enable usb_dma parameter by Bin Liu · 9 years ago
  21. 705e63d usb: musb: core: fix order of arguments to ulpi write callback by Uwe Kleine-König · 9 years ago
  22. 3bbafac usb: musb: core: add common method of getting vbus status by Roman Alyautdin · 9 years ago
  23. 9b75376 usb: musb: set the controller speed based on the config setting by Bin Liu · 9 years ago
  24. 6fc6f4b usb: musb: Disable interrupts on suspend, enable them on resume by Pascal Huerst · 9 years ago
  25. 40af177 usb: musb: ensure in peripheral mode when checking session by Bin Liu · 9 years ago
  26. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  27. 47a8273 usb: musb: Fix platform code being unable to override ep access ops by Hans de Goede · 9 years ago
  28. 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
  29. 6cc2af6 usb: musb: Make busctl_offset an io-op rather then a define by Hans de Goede · 9 years ago
  30. 0cb74b3 usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions by Hans de Goede · 9 years ago
  31. da96cfc usb: musb: fix order of conditions for assigning end point operations by Ben Hutchings · 9 years ago
  32. 729697a usb: musb: Get rid of the DMA ifdefs for musb_core.c by Tony Lindgren · 9 years ago
  33. 7f6283e usb: musb: Set up function pointers for DMA by Tony Lindgren · 9 years ago
  34. f8e9f34f usb: musb: Fix up DMA related macros by Tony Lindgren · 9 years ago
  35. 309be23 usb: musb: use new USB_RESUME_TIMEOUT by Felipe Balbi · 9 years ago
  36. 34754de usb: musb: core: always try to recover from babble by Felipe Balbi · 9 years ago
  37. 0244336 usb: musb: core: disable irqs inside babble recovery by Felipe Balbi · 9 years ago
  38. 06753fe usb: musb: core: remove unnecessary forward declaration by Felipe Balbi · 9 years ago
  39. 83b8f5b usb: musb: core: drop recover_work by Felipe Balbi · 9 years ago
  40. b28a643 usb: musb: rename ->reset() to ->recover() by Felipe Balbi · 9 years ago
  41. b4dc38f usb: musb: core: simplify musb_recover_work() by Felipe Balbi · 9 years ago
  42. d5fa3e9 usb: musb: core: decrease delayed_work time by Felipe Balbi · 9 years ago
  43. ba7ee8b usb: musb: don't touch devctl from babble recovery by Felipe Balbi · 9 years ago
  44. e1eb3eb usb: musb: core: refactor IRQ enable/disable to separate functions by Felipe Balbi · 9 years ago
  45. a67cab7 usb: musb: core: controller drops session automatically by Felipe Balbi · 9 years ago
  46. 52b9e6e usb: musb: dsps: remove babble check from dsps irq handler by Felipe Balbi · 9 years ago
  47. b2c7361 usb: musb: core: there is no connect interrupt in peripheral mode by Felipe Balbi · 9 years ago
  48. 4657188 usb: musb: core: remove unnecessary reg access from resume IRQ by Felipe Balbi · 9 years ago
  49. 0acff6b usb: musb: core: break long line by Felipe Balbi · 9 years ago
  50. d0fc0a2 usb: musb: core: move babble recovery inside babble check by Felipe Balbi · 9 years ago
  51. 28378d5 usb: musb: core: fix highspeed check by Felipe Balbi · 9 years ago
  52. d57a277 usb: musb: core: add missing curly braces by Felipe Balbi · 9 years ago
  53. 896f7ea usb: musb: core: remove unnecessary logical comparison by Felipe Balbi · 9 years ago
  54. 31a0ede usb: musb: core: improve musb_interrupt() a bit by Felipe Balbi · 10 years ago
  55. e3c93e1 usb: musb: core: fix TX/RX endpoint order by Felipe Balbi · 10 years ago
  56. 3e43a07 usb: musb: core: add pm_runtime_irq_safe() by Felipe Balbi · 9 years ago
  57. 9298b4a usb: musb: fix device hotplug behind hub by Bin Liu · 9 years ago
  58. 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
  59. ebf3992 usb: musb: Use IS_ENABLED for tusb6010 by Tony Lindgren · 10 years ago
  60. 8a77f05 usb: musb: Pass fifo_mode in platform data by Tony Lindgren · 10 years ago
  61. d026e9c usb: musb: Change end point selection to use new IO access by Tony Lindgren · 10 years ago
  62. 1b40fc5 usb: musb: Change to use new IO access by Tony Lindgren · 10 years ago
  63. f905bc6 usb: musb: core: Disable the Interrupts till BABBLE is fully handled by George Cherian · 10 years ago
  64. a1fc192 usb: musb: core: make sure musb is in RPM_ACTIVE on resume by Sebastian Andrzej Siewior · 10 years ago
  65. baadd52 usb: musb: try a race-free wakeup by Sebastian Andrzej Siewior · 10 years ago
  66. b87fd2f usb: musb: core: check link status on resume by Sebastian Andrzej Siewior · 10 years ago
  67. e47d925 usb: move the OTG state from the USB PHY to the OTG structure by Antoine Tenart · 10 years ago
  68. 3e87d9a usb: musb: core: use ->resume instead ->resume_noirq by Sebastian Andrzej Siewior · 10 years ago
  69. 1f79b26 usb: musb: core: remove duplicate check on resource by Varka Bhadram · 10 years ago
  70. 59a9e07 usb: musb: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  71. d871c62 usb: musb: core: Convert the musb_platform_reset to have a return value. by George Cherian · 10 years ago
  72. 675ae76 usb: musb: core: Convert babble recover work to delayed work by George Cherian · 10 years ago
  73. 97b4129 usb: musb: core: Handle Babble condition only in HOST mode by George Cherian · 10 years ago
  74. c03da38 usb: musb: use is_host_active() to distinguish between host and gadget mode by Daniel Mack · 10 years ago
  75. ca88fc2 usb: musb: add a work_struct to recover from babble errors by Daniel Mack · 10 years ago
  76. 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 · 10 years ago
  77. eee3f15 usb: musb: avoid NULL pointer dereference by Felipe Balbi · 10 years ago
  78. 9ccfaf7 usb: musb: correct use of schedule_delayed_work() by Daniel Mack · 10 years ago
  79. 30d361b usb: musb: do not sleep in atomic context by Daniel Mack · 10 years ago
  80. 33f8d75 usb: musb: core: Fix remote-wakeup resume by Roger Quadros · 10 years ago
  81. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  82. 5ae477b USB: musb: correct spelling mistakes in comment and error string by Rahul Bedarkar · 10 years ago
  83. 89f836a usb: musb: Remove usb_disable() check in module_init() by Ezequiel Garcia · 10 years ago
  84. 8ed1fb7 usb: musb: finish suspend/reset work independently from musb_hub_control() by Daniel Mack · 11 years ago
  85. c139e14 Merge tag 'v3.13-rc4' into next by Felipe Balbi · 11 years ago
  86. c338412 usb: musb: unconditionally save and restore the context on suspend by Daniel Mack · 11 years ago
  87. 2df6761 usb: musb: core: call musb_platform_set_mode() during probe by Felipe Balbi · 11 years ago
  88. 66fadea usb: musb: only cancel work if it is initialized by Sebastian Andrzej Siewior · 11 years ago
  89. 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
  90. 5584cfb Merge 3.12-rc6 into usb-next. by Greg Kroah-Hartman · 11 years ago
  91. 4805414 usb: musb: cppi41: allow to defer probing if DMA isn't yet available by Sebastian Andrzej Siewior · 11 years ago
  92. 8d1aad7 usb: musb: core: Call dma_controller_destroy() in error path only once. by Sebastian Andrzej Siewior · 11 years ago
  93. 0d2dd7e usb: musb: core: properly free host / device structs in err path by Sebastian Andrzej Siewior · 11 years ago
  94. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  95. 001dd84 usb: musb: start musb on the udc side, too by Sebastian Andrzej Siewior · 11 years ago
  96. c5340bd usb: musb: cancel work on removal by Sebastian Andrzej Siewior · 11 years ago
  97. 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
  98. c1a7d67 usb: musb: use dev_get_platdata() by Jingoo Han · 11 years ago
  99. 63c5b4c usb: musb: do not change dev's dma_mask by Sebastian Andrzej Siewior · 11 years ago
  100. f3ce4d5 usb: musb: core: call dma_controller_destroy() in the err path by Sebastian Andrzej Siewior · 11 years ago