1. 65b3d52 usb: musb: add musb_ida for multi instance support by B, Ravi · 12 years ago
  2. 00a0b1d usb: musb: omap: Add device tree support for omap musb glue by Kishon Vijay Abraham I · 12 years ago
  3. 5ec4059 usb: musb: omap: write directly to mailbox instead of using phy by Kishon Vijay Abraham I · 12 years ago
  4. 28dd924 usb: musb: core: fix kernel-doc of musb_init_controller() by Sergei Shtylyov · 12 years ago
  5. 57bfc0a usb: musb: fix spelling of families in Kconfig by Peter Meerwald · 12 years ago
  6. 10770c5 usb: musb: omap2430.c delete unused variable. by Matthias Brugger · 12 years ago
  7. 12a19b5 usb: musb: omap2430: don't loop indefinitely in interrupt. by NeilBrown · 12 years ago
  8. 07a67bb usb: musb: Make dma_controller_create __devinit by Shubhrajyoti D · 12 years ago
  9. f69dfa1 usb: musb: Prevent the masking of the return value by Shubhrajyoti D · 12 years ago
  10. 660fa88 usb: musb: Remove redundant if statement by Roger Quadros · 12 years ago
  11. a04d46d usb: musb: drop is_host_capable() and is_peripheral_capable() by Felipe Balbi · 13 years ago
  12. 032ec49 usb: musb: drop useless board_mode usage by Felipe Balbi · 13 years ago
  13. 4f3e8d2 usb: musb: use DMA mode 1 whenever possible by Roger Quadros · 12 years ago
  14. 8e8a551 usb: musb: host: Handle highmem in PIO mode by Virupax Sadashivpetimath · 12 years ago
  15. decadac usb: musb: Fix bad call to kfree() in musb_free by Brian Downing · 12 years ago
  16. a156544 usb: musb: fix sparse warnings by Felipe Balbi · 12 years ago
  17. f039df5 usb: musb: cleanup while removing musb omap glue driver by Kishon Vijay Abraham I · 12 years ago
  18. f283862 usb: musb: NAK timeout scheme on bulk TX endpoint by Ajay Kumar Gupta · 12 years ago
  19. 603fe2b usb: musb: check for zero byte in musb_read/write_fifo by Ajay Kumar Gupta · 12 years ago
  20. d17d535 usb: musb: gadget: don't program dma for zero byte tx by Ajay Kumar Gupta · 12 years ago
  21. 3132122 usb: musb: host: don't program dma for zero byte tx by Ajay Kumar Gupta · 12 years ago
  22. f0443af usb: musb: gadget: use variables according to their names in rxstate() by Sergei Shtylyov · 12 years ago
  23. 08aff53 usb/musb: remove conditional compilation of clk code by Viresh Kumar · 12 years ago
  24. ff9cce8 Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  25. 979eef3 Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  26. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 12 years ago
  27. b1183c2 usb: musb: omap: use devres API to allocate resources by Kishon Vijay Abraham I · 12 years ago
  28. c83a854 usb: musb: move otg specific initializations from twl to glue by Kishon Vijay Abraham I · 12 years ago
  29. c972143 usb: musb: twl: use mailbox API to send VBUS or ID events by Kishon Vijay Abraham I · 12 years ago
  30. 1e5acb8 usb: musb: move work_struct(otg_notifier_work) from core to omap glue by Kishon Vijay Abraham I · 12 years ago
  31. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 12 years ago
  32. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 12 years ago
  33. 8c778db usb: musb: host: release dma channels if no active io by Ajay Kumar Gupta · 12 years ago
  34. 2ed9127 usb: musb: host: Disable MUSB DMA mode incase of DMA channel request failure by Mantesh Sarasetti · 12 years ago
  35. 08f75bf usb: musb_gadget: fix crash caused by dangling pointer by Grazvydas Ignotas · 12 years ago
  36. 6594b2d usb: musb: davinci: Fix build breakage by Jon Povey · 12 years ago
  37. abf710e usb: musb: handle nuked ep dma interrupt by Vikram Pandita · 12 years ago
  38. a481991 Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  39. 881bcab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  40. 61af9c3 usb: musb: cppi: add missing include to fix compilation by Reinhard Tartler · 12 years ago
  41. a5c708e Merge tag 'musb-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  42. fa29652 usb: musb: enable support for am335x by Ajay Kumar Gupta · 12 years ago
  43. 9ecb887 usb: musb: Add support for ti81xx platform by Ajay Kumar Gupta · 12 years ago
  44. f5db9c6 m68k: Make sure {read,write}s[bwl]() are always defined by Geert Uytterhoeven · 12 years ago
  45. c67dd31 usb: musb: davinci.c: add missing unregister by Julia Lawall · 12 years ago
  46. fc87e08 usb: musb: drop __deprecated flag by Felipe Balbi · 12 years ago
  47. ad57969 usb: musb: omap: fix the error check for pm_runtime_get_sync by Shubhrajyoti D · 12 years ago
  48. 3006dc8 usb: musb: omap: fix crash when musb glue (omap) gets initialized by Kishon Vijay Abraham I · 12 years ago
  49. bf070bc usb: musb: wake the device before ulpi transfers by Grazvydas Ignotas · 12 years ago
  50. 692933b usb: musb: fix bug in musb_cleanup_urb by Ajay Kumar Gupta · 12 years ago
  51. c04352a usb: musb: fix some runtime_pm issues by Grazvydas Ignotas · 13 years ago
  52. afb76df usb: musb: fix oops on omap2430 module unload by Vladimir Zapolskiy · 13 years ago
  53. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  54. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  55. cd70469 usb: core: hcd: make hcd->irq unsigned by Felipe Balbi · 13 years ago
  56. 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 · 13 years ago
  57. 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 · 13 years ago
  58. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 13 years ago
  59. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 13 years ago
  60. 3928707 usb: musb: Reselect index reg in interrupt context by Supriya Karanth · 13 years ago
  61. 258aea7 dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users by Viresh Kumar · 13 years ago
  62. d445b6d usb: musb: Start using struct usb_otg by Heikki Krogerus · 13 years ago
  63. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  64. 976d98c usb: musb: fix a build error on mips by Cong Wang · 13 years ago
  65. 6c2abcd usb: musb: debugfs: fix error check by Felipe Balbi · 13 years ago
  66. e9e8c85 usb: musb: make modules behave better by Felipe Balbi · 13 years ago
  67. b30b3c6 usb: musb: omap2430: minor cleanups. by NeilBrown · 13 years ago
  68. 24307ca usb: musb: fix shutdown while usb gadget is in use by Grazvydas Ignotas · 13 years ago
  69. 006896f usb: musb: davinci: fix build breakage by Sekhar Nori · 13 years ago
  70. f557978 usb: musb: drop superfluous pm_runtime calls around musb_shutdown by Grazvydas Ignotas · 13 years ago
  71. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  72. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  73. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  74. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  75. 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
  76. b0945c0 usb: musb: remove extern qualifier from musb_debug.h header by Vladimir Zapolskiy · 13 years ago
  77. c6bde9b usb: musb: cleanup kconfig by Felipe Contreras · 13 years ago
  78. 54a605f usb: musb: trivial Kconfig cleanups by Felipe Contreras · 13 years ago
  79. 702ac61 musb: omap2430: avoid pm_runtime_disable() by Felipe Contreras · 13 years ago
  80. 08dec56 usb: musb: remove a bit of indentation by Felipe Contreras · 13 years ago
  81. b3314d9 usb: musb: trivial cleanup by Felipe Contreras · 13 years ago
  82. 772aed4 usb: musb: fix pm_runtime mismatch by Felipe Contreras · 13 years ago
  83. ccc080c usb: musb: fix reset issue with full speed device by Ajay Kumar Gupta · 13 years ago
  84. 121a8cd Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  85. 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
  86. 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
  87. e7f4e73 usb: musb: omap2430: fix compile warning by Felipe Balbi · 13 years ago
  88. 712d8ef usb: musb: fix pm_runtime calls while atomic by Vikram Pandita · 13 years ago
  89. 1e546aa usb: musb: drop ARCH dependency by Felipe Balbi · 13 years ago
  90. 7d5b49a usb: musb: headers cleanup by Felipe Balbi · 13 years ago
  91. 9a35f87 usb: musb: allow building USB_MUSB_TUSB6010 as a module by Arnd Bergmann · 13 years ago
  92. 2e7fc3b usb: musb: use a Kconfig choice to pick the right DMA method by Arnd Bergmann · 13 years ago
  93. e25bec1 usb: musb: omap2+: save and restore OTG_INTERFSEL by Hema HK · 13 years ago
  94. ea73755 usb: musb: omap2+: fix context api's by Vikram Pandita · 13 years ago
  95. be18a25 usb: musb: ux500: optimize DMA callback routine by Per Forlin · 13 years ago
  96. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  97. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 13 years ago
  98. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  99. bfe0658 usb: udc: Fix gadget driver's speed check in various UDC drivers by Michal Nazarewicz · 13 years ago
  100. 5d193ce usb: musb: PM: fix context save/restore in suspend/resume path by Kevin Hilman · 13 years ago