1. 12b7db2 usb: musb: Return error value from musb_mailbox by Tony Lindgren · 8 years ago
  2. a118df0 usb: musb: Don't set d+ high before enable for 2430 glue layer by Tony Lindgren · 8 years ago
  3. 4dc2fe7 usb: musb: Remove try_idle for 2430 glue layer by Tony Lindgren · 8 years ago
  4. a83e17d usb: musb: Improve PM runtime and phy handling for 2430 glue layer by Tony Lindgren · 8 years ago
  5. 21f77be usb: musb: Handle cable status better for 2430 glue layer by Tony Lindgren · 8 years ago
  6. 517baff usb: musb: Use delayed for musb_gadget_pullup by Tony Lindgren · 8 years ago
  7. 3064721 usb: musb: Remove conditional PM runtime calls for musb_gadget by Tony Lindgren · 8 years ago
  8. f730f20 usb: musb: Split PM runtime between wrapper IP and musb core by Tony Lindgren · 8 years ago
  9. 7099dbc usb: musb: Update to use PM runtime autosuspend by Tony Lindgren · 8 years ago
  10. 302f680 usb: musb: Remove unnecessary shutdown function by Tony Lindgren · 8 years ago
  11. 7e1704d usb: musb: Fix idling after host mode by increasing autosuspend delay by Tony Lindgren · 8 years ago
  12. a60d541 usb: musb: sunxi: Set state to A_WAIT_VRISE when enabling Vbus by Hans de Goede · 8 years ago
  13. 37f30d8 usb: musb: sunxi: Add set_mode platform function by Hans de Goede · 8 years ago
  14. b6a6631 usb: musb: host: make musb_tx_dma_set_mode_*() *void* by Sergei Shtylyov · 8 years ago
  15. 858b9be usb: musb: host: move DMA engine check from musb_tx_dma_set_mode_cppi_tusb() to its caller by Sergei Shtylyov · 8 years ago
  16. dbac5d0 usb: musb: host: don't start next rx urb if current one failed by Bin Liu · 8 years ago
  17. b580121 usb: musb: host: clear rxcsr error bit if set by Bin Liu · 8 years ago
  18. 97b9b7d usb: musb: jz4740: fix error check of usb_get_phy() by Vladimir Zapolskiy · 8 years ago
  19. f551e13 Revert "usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom half" by Bin Liu · 8 years ago
  20. 607fb0f usb: musb: gadget: nuke endpoint before setting its descriptor to NULL by Tal Shorer · 8 years ago
  21. ead22ca usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::config by Petr Kulhavy · 8 years ago
  22. 5266a760 usb: musb: sunxi: support module autoloading by Emilio López · 8 years ago
  23. 62a6abd usb: musb/ux500: remove duplicate check for dma_is_compatible by Arnd Bergmann · 8 years ago
  24. 3ec08dd usb: musb: use %pad format string from dma_addr_t by Arnd Bergmann · 8 years ago
  25. 71e41bb Merge 4.5-rc6 into usb-next by Greg Kroah-Hartman · 8 years ago
  26. 4c2ba0c usb: musb: fix DMA for host mode by Cristian Birsan · 8 years ago
  27. bba40e6 usb: musb: Fix DMA desired mode for Mentor DMA engine by Cristian Birsan · 8 years ago
  28. 17987ea usb: add HAS_IOMEM dependency to USB_MUSB_HDRC by Vegard Nossum · 8 years ago
  29. 49f77e3 usb: add HAS_IOMEM dependency to USB_MUSB_TUSB6010 by Vegard Nossum · 8 years ago
  30. 79c5623 usb: musb: ux500: Fix NULL pointer dereference at system PM by Ulf Hansson · 8 years ago
  31. 39cee20 usb: musb: core: call init and shutdown for the usb phy by Uwe Kleine-König · 9 years ago
  32. 03e4352 usb: musb: Fix unbalanced pm_runtime_enable by Tony Lindgren · 9 years ago
  33. 8055555 usb: musb: core: Fix handling of the phy notifications by Tony Lindgren · 9 years ago
  34. 1a17162 usb: musb: gadget: remove redundant condition by Geyslan G. Bem · 9 years ago
  35. 3ff4b57 usb: musb: convert printk to pr_* by Rasmus Villemoes · 9 years ago
  36. 7d32cde usb: musb: fail with error when no DMA controller set by Aaro Koskinen · 9 years ago
  37. 4d05591 usb: musb: core: Fix pm runtime for deferred probe by Tony Lindgren · 9 years ago
  38. 183e53e usb: musb: USB_TI_CPPI41_DMA requires dmaengine support by Arnd Bergmann · 9 years ago
  39. 51676c8 usb: musb: enable usb_dma parameter by Bin Liu · 9 years ago
  40. 68fe05e usb: musb: fix tx fifo flush handling by Bin Liu · 9 years ago
  41. 705e63d usb: musb: core: fix order of arguments to ulpi write callback by Uwe Kleine-König · 9 years ago
  42. 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
  43. 8f2279d usb: musb: omap2430: Fix regression caused by driver core change by Tony Lindgren · 9 years ago
  44. 3bbafac usb: musb: core: add common method of getting vbus status by Roman Alyautdin · 9 years ago
  45. f301fe2 musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLY by Hans de Goede · 9 years ago
  46. 06e7114 usb: common: of_usb_get_dr_mode to usb_get_dr_mode by Heikki Krogerus · 9 years ago
  47. 63863b9 usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed by Heikki Krogerus · 9 years ago
  48. 41932b9 usb: musb: dsps: control musb speed based on dts setting by Bin Liu · 9 years ago
  49. 9b75376 usb: musb: set the controller speed based on the config setting by Bin Liu · 9 years ago
  50. b431ba8 usb: musb: fix cppi channel teardown for isoch transfer by Bin Liu · 9 years ago
  51. b8239dc usb: musb: dsps: fix polling in device-only mode by Bin Liu · 9 years ago
  52. 523d5da usb: musb: ux500: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  53. 6fc6f4b usb: musb: Disable interrupts on suspend, enable them on resume by Pascal Huerst · 9 years ago
  54. 40af177 usb: musb: ensure in peripheral mode when checking session by Bin Liu · 9 years ago
  55. 2f3cc24 usb: musb: gadget: fix build break by adding missing 'break' by Robert Baldyga · 9 years ago
  56. b0a688d usb: musb: cppi41: allow it to work again by Felipe Balbi · 9 years ago
  57. 03840fa usb: musb: gadget: remove remaining DMA ifdeferry by Felipe Balbi · 9 years ago
  58. 26b8aa4 usb: musb: gadget: add musb_match_ep() function by Robert Baldyga · 9 years ago
  59. 8501955 usb: musb: gadget: add ep capabilities support by Robert Baldyga · 9 years ago
  60. 7f35296 usb: musb: musb_dsps: Simplify return statement by Saurabh Karajgaonkar · 9 years ago
  61. 2f0bb2a usb: musb: Allow building in all the DMA code by Tony Lindgren · 9 years ago
  62. ca1023c usb: gadget: add 'quirk_zlp_not_supp' to usb_gadget by Robert Baldyga · 9 years ago
  63. d91de09 usb: musb: sunxi: Add support for musb controller in A33 SoC by Hans de Goede · 9 years ago
  64. 132e237 usb: musb: sunxi: Add support for musb controller in A31 SoC by Hans de Goede · 9 years ago
  65. 744543c usb: musb: sunxi: Add support for the Allwinner sunxi musb controller by Hans de Goede · 9 years ago
  66. be9d398 usb: musb: host: rely on port_mode to call musb_start() by Felipe Balbi · 9 years ago
  67. 19915e6 Merge 4.1-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  68. 30d0922 usb: musb: ux500: fix build warnings by Felipe Balbi · 9 years ago
  69. fea2fc6 usb: musb: am35x: fix build warnings by Felipe Balbi · 9 years ago
  70. 47a8273 usb: musb: Fix platform code being unable to override ep access ops by Hans de Goede · 9 years ago
  71. 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
  72. 6cc2af6 usb: musb: Make busctl_offset an io-op rather then a define by Hans de Goede · 9 years ago
  73. 0cb74b3 usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versions by Hans de Goede · 9 years ago
  74. 591fa9d usb: musb: Add pre and post root port reset end callbacks by Hans de Goede · 9 years ago
  75. da96cfc usb: musb: fix order of conditions for assigning end point operations by Ben Hutchings · 9 years ago
  76. ffc1d299 usb: musb: add softconnect for host mode by Bin Liu · 9 years ago
  77. ac33cdb usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part5 by Tony Lindgren · 9 years ago
  78. e530bb8 usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part4 by Tony Lindgren · 9 years ago
  79. cff84bd usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part3 by Tony Lindgren · 9 years ago
  80. 557d543 usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part2 by Tony Lindgren · 9 years ago
  81. 069a3fd usb: musb: Remove ifdefs for musb_host_rx in musb_host.c part1 by Tony Lindgren · 9 years ago
  82. 754fe4a usb: musb: Remove ifdefs for TX DMA for musb_host.c by Tony Lindgren · 9 years ago
  83. fb91cdd usb: musb: Remove DMA ifdef for musb_gadget.c short_packet by Tony Lindgren · 9 years ago
  84. 729697a usb: musb: Get rid of the DMA ifdefs for musb_core.c by Tony Lindgren · 9 years ago
  85. 7f6283e usb: musb: Set up function pointers for DMA by Tony Lindgren · 9 years ago
  86. f8e9f34f usb: musb: Fix up DMA related macros by Tony Lindgren · 9 years ago
  87. 205845e usb: musb: only set test mode once by Bin Liu · 9 years ago
  88. d72348f usb: musb: fix inefficient copy of unaligned buffers by Johan Hovold · 9 years ago
  89. 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
  90. 309be23 usb: musb: use new USB_RESUME_TIMEOUT by Felipe Balbi · 9 years ago
  91. d30323f usb: musb: dsps: fix build on i386 when COMPILE_TEST is set by Tony Lindgren · 9 years ago
  92. e95af3a musb_virthub: use USB_DT_HUB by Sergei Shtylyov · 9 years ago
  93. 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
  94. 3e45737 usb: musb: Fix fifo reads for dm816x with musb_dsps by Tony Lindgren · 9 years ago
  95. 72a472d usb: musb: cppi41: fix condition to call cppi41_trans_done(). by Takeyoshi Kikuchi · 9 years ago
  96. 33c300c usb: musb: dsps: don't fake of_node to musb core by Felipe Balbi · 9 years ago
  97. 983f3ca usb: musb: dsps: request phy using our device pointer by Felipe Balbi · 9 years ago
  98. ad78c91 usb: musb: dsps: just start polling already by Felipe Balbi · 9 years ago
  99. 9e204d8 usb: musb: dsps: use msecs_to_jiffies instead by Felipe Balbi · 9 years ago
  100. 043f5b7 usb: musb: cppi41: do not call udelay() by Felipe Balbi · 9 years ago