1. 51676c8 usb: musb: enable usb_dma parameter by Bin Liu · 9 years ago
  2. 68fe05e usb: musb: fix tx fifo flush handling by Bin Liu · 9 years ago
  3. 705e63d usb: musb: core: fix order of arguments to ulpi write callback by Uwe Kleine-König · 9 years ago
  4. 3d6f478 Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  5. 8f2279d usb: musb: omap2430: Fix regression caused by driver core change by Tony Lindgren · 9 years ago
  6. 3bbafac usb: musb: core: add common method of getting vbus status by Roman Alyautdin · 9 years ago
  7. f301fe2 musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLY by Hans de Goede · 9 years ago
  8. 06e7114 usb: common: of_usb_get_dr_mode to usb_get_dr_mode by Heikki Krogerus · 9 years ago
  9. 63863b9 usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed by Heikki Krogerus · 9 years ago
  10. 41932b9 usb: musb: dsps: control musb speed based on dts setting by Bin Liu · 9 years ago
  11. 9b75376 usb: musb: set the controller speed based on the config setting by Bin Liu · 9 years ago
  12. b431ba8 usb: musb: fix cppi channel teardown for isoch transfer by Bin Liu · 9 years ago
  13. b8239dc usb: musb: dsps: fix polling in device-only mode by Bin Liu · 9 years ago
  14. 523d5da usb: musb: ux500: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  15. 6fc6f4b usb: musb: Disable interrupts on suspend, enable them on resume by Pascal Huerst · 9 years ago
  16. 40af177 usb: musb: ensure in peripheral mode when checking session by Bin Liu · 9 years ago
  17. 2f3cc24 usb: musb: gadget: fix build break by adding missing 'break' by Robert Baldyga · 9 years ago
  18. b0a688d usb: musb: cppi41: allow it to work again by Felipe Balbi · 9 years ago
  19. 03840fa usb: musb: gadget: remove remaining DMA ifdeferry by Felipe Balbi · 9 years ago
  20. 26b8aa4 usb: musb: gadget: add musb_match_ep() function by Robert Baldyga · 9 years ago
  21. 8501955 usb: musb: gadget: add ep capabilities support by Robert Baldyga · 9 years ago
  22. 7f35296 usb: musb: musb_dsps: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  23. 2f0bb2a usb: musb: Allow building in all the DMA code by Tony Lindgren · 9 years ago
  24. ca1023c usb: gadget: add 'quirk_zlp_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  25. d91de09 usb: musb: sunxi: Add support for musb controller in A33 SoC by Hans de Goede · 9 years ago
  26. 132e237 usb: musb: sunxi: Add support for musb controller in A31 SoC by Hans de Goede · 9 years ago
  27. 744543c usb: musb: sunxi: Add support for the Allwinner sunxi musb controller by Hans de Goede · 9 years ago
  28. be9d398 usb: musb: host: rely on port_mode to call musb_start() by Felipe Balbi · 9 years ago
  29. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  30. 30d0922 usb: musb: ux500: fix build warnings by Felipe Balbi · 9 years ago
  31. fea2fc6 usb: musb: am35x: fix build warnings by Felipe Balbi · 9 years ago
  32. 47a8273 usb: musb: Fix platform code being unable to override ep access ops by Hans de Goede · 10 years ago
  33. be78038 usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions by Hans de Goede · 10 years ago
  34. 6cc2af6 usb: musb: Make busctl_offset an io-op rather then a define by Hans de Goede · 10 years ago
  35. 0cb74b3 usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions by Hans de Goede · 10 years ago
  36. 591fa9d usb: musb: Add pre and post root port reset end callbacks by Hans de Goede · 9 years ago
  37. da96cfc usb: musb: fix order of conditions for assigning end point operations by Ben Hutchings · 9 years ago
  38. ffc1d299 usb: musb: add softconnect for host mode by Bin Liu · 9 years ago
  39. ac33cdb usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5 by Tony Lindgren · 9 years ago
  40. e530bb8 usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4 by Tony Lindgren · 9 years ago
  41. cff84bd usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3 by Tony Lindgren · 9 years ago
  42. 557d543 usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2 by Tony Lindgren · 9 years ago
  43. 069a3fd usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1 by Tony Lindgren · 9 years ago
  44. 754fe4a usb: musb: Remove ifdefs for TX DMA for musb_host.c by Tony Lindgren · 9 years ago
  45. fb91cdd usb: musb: Remove DMA ifdef for musb_gadget.c short_packet by Tony Lindgren · 9 years ago
  46. 729697a usb: musb: Get rid of the DMA ifdefs for musb_core.c by Tony Lindgren · 9 years ago
  47. 7f6283e usb: musb: Set up function pointers for DMA by Tony Lindgren · 9 years ago
  48. f8e9f34f usb: musb: Fix up DMA related macros by Tony Lindgren · 9 years ago
  49. 205845e usb: musb: only set test mode once by Bin Liu · 9 years ago
  50. d72348f usb: musb: fix inefficient copy of unaligned buffers by Johan Hovold · 9 years ago
  51. c8d1bc1 Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 9 years ago
  52. 309be23 usb: musb: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  53. d30323f usb: musb: dsps: fix build on i386 when COMPILE_TEST is set by Tony Lindgren · 9 years ago
  54. e95af3a musb_virthub: use USB_DT_HUB by Sergei Shtylyov · 9 years ago
  55. 1c41a95 Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  56. 3e45737 usb: musb: Fix fifo reads for dm816x with musb_dsps by Tony Lindgren · 10 years ago
  57. 72a472d usb: musb: cppi41: fix condition to call cppi41_trans_done(). by Takeyoshi Kikuchi · 10 years ago
  58. 33c300c usb: musb: dsps: don't fake of_node to musb core by Felipe Balbi · 10 years ago
  59. 983f3ca usb: musb: dsps: request phy using our device pointer by Felipe Balbi · 10 years ago
  60. ad78c91 usb: musb: dsps: just start polling already by Felipe Balbi · 10 years ago
  61. 9e204d8 usb: musb: dsps: use msecs_to_jiffies instead by Felipe Balbi · 10 years ago
  62. 043f5b7 usb: musb: cppi41: do not call udelay() by Felipe Balbi · 10 years ago
  63. af63429 usb: musb: cppi41: exit early when tx fifo is empty by Felipe Balbi · 10 years ago
  64. 1b61625 usb: musb: cppi41: decrease indentation level by Felipe Balbi · 10 years ago
  65. 34754de usb: musb: core: always try to recover from babble by Felipe Balbi · 10 years ago
  66. 0244336 usb: musb: core: disable irqs inside babble recovery by Felipe Balbi · 10 years ago
  67. 06753fe usb: musb: core: remove unnecessary forward declaration by Felipe Balbi · 10 years ago
  68. 83b8f5b usb: musb: core: drop recover_work by Felipe Balbi · 10 years ago
  69. b28a643 usb: musb: rename ->reset() to ->recover() by Felipe Balbi · 10 years ago
  70. b4dc38f usb: musb: core: simplify musb_recover_work() by Felipe Balbi · 10 years ago
  71. 011d0dd usb: musb: dsps: do not reset musb on babble by Felipe Balbi · 10 years ago
  72. d5fa3e9 usb: musb: core: decrease delayed_work time by Felipe Balbi · 10 years ago
  73. ba7ee8b usb: musb: don't touch devctl from babble recovery by Felipe Balbi · 10 years ago
  74. e1eb3eb usb: musb: core: refactor IRQ enable/disable to separate functions by Felipe Balbi · 10 years ago
  75. 3709ffc usb: musb: dsps: add dsps_ prefix to sw_babble_control by Felipe Balbi · 10 years ago
  76. a67cab7 usb: musb: core: controller drops session automatically by Felipe Balbi · 10 years ago
  77. f860f0b usb: musb: dsps: check for the single bit by Felipe Balbi · 10 years ago
  78. 52b9e6e usb: musb: dsps: remove babble check from dsps irq handler by Felipe Balbi · 10 years ago
  79. b2c7361 usb: musb: core: there is no connect interrupt in peripheral mode by Felipe Balbi · 10 years ago
  80. 4657188 usb: musb: core: remove unnecessary reg access from resume IRQ by Felipe Balbi · 10 years ago
  81. 0acff6b usb: musb: core: break long line by Felipe Balbi · 10 years ago
  82. d0fc0a2 usb: musb: core: move babble recovery inside babble check by Felipe Balbi · 10 years ago
  83. d0cddae usb: musb: dsps: return error code if reset fails by Felipe Balbi · 10 years ago
  84. 28378d5 usb: musb: core: fix highspeed check by Felipe Balbi · 10 years ago
  85. d57a277 usb: musb: core: add missing curly braces by Felipe Balbi · 10 years ago
  86. 896f7ea usb: musb: core: remove unnecessary logical comparison by Felipe Balbi · 10 years ago
  87. 1c390eb usb: musb: fix Kconfig regression by Arnd Bergmann · 10 years ago
  88. 31a0ede usb: musb: core: improve musb_interrupt() a bit by Felipe Balbi · 11 years ago
  89. e3c93e1 usb: musb: core: fix TX/RX endpoint order by Felipe Balbi · 11 years ago
  90. d5638fc usb: musb: gadget: get rid of stop_activity() by Felipe Balbi · 10 years ago
  91. bb90600 usb: musb: Fix getting a generic phy for musb_dsps by Tony Lindgren · 10 years ago
  92. 606bf4d usb: musb: Fix use for of_property_read_bool for disabled multipoint by Tony Lindgren · 10 years ago
  93. 3e43a07 usb: musb: core: add pm_runtime_irq_safe() by Felipe Balbi · 10 years ago
  94. 2035772 usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half by George Cherian · 11 years ago
  95. 9298b4a usb: musb: fix device hotplug behind hub by Bin Liu · 10 years ago
  96. d9b2b19 usb: musb: blackfin: remove incorrect __exit_p() by Dmitry Torokhov · 10 years ago
  97. fbba7db usb: musb: add omap-control dependency by Arnd Bergmann · 10 years ago
  98. a0cb12e usb: musb: add generic usb phy dependencies by Arnd Bergmann · 10 years ago
  99. dadac98 usb: musb: gadget: use common is_selfpowered by Peter Chen · 10 years ago
  100. cb83df7 usb: musb: cppi41: improve rx channel abort routine by Bin Liu · 10 years ago