1. 09fc7d2 usb: musb: fix incorrect usage of resource pointer by Felipe Balbi · 12 years ago
  2. 4b7e450 usb: musb: omap2430: add missing platform_device_put() on error in omap2430_probe() by Wei Yongjun · 12 years ago
  3. 2c1fe89 usb: musb: omap2430: turn off vbus on cable disconnect by Grazvydas Ignotas · 12 years ago
  4. a90199b usb: musb: omap2430: fix PHY error handling by Felipe Balbi · 12 years ago
  5. 3bf6db9b usb: musb: omap: add usb_phy_init in omap2430_musb_init by Kishon Vijay Abraham I · 12 years ago
  6. bb467cf usb: musb: omap: remove the check before calling otg_set_vbus by Kishon Vijay Abraham I · 12 years ago
  7. eee44da usb: musb: omap2430: replace *_* with *-* in property names by Kishon Vijay Abraham I · 12 years ago
  8. 42c0bf1 usb: otg: prefix otg_state_string with usb_ by Felipe Balbi · 12 years ago
  9. 4b58ed1 usb: musb: omap2430: fix sparse warning by Aaro Koskinen · 12 years ago
  10. f8c4b0e usb: musb: omap2430: fix omap_musb_mailbox glue check again by Aaro Koskinen · 12 years ago
  11. 4811f53 Merge tag 'xceiv-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
  12. b16604f usb: musb: omap: get phy by phandle for dt boot by Kishon Vijay Abraham I · 12 years ago
  13. c11747f usb: musb: omap: make use of the new PHY lib APIs by Kishon Vijay Abraham I · 12 years ago
  14. ca784be usb: start using the control module driver by Kishon Vijay Abraham I · 12 years ago
  15. b37457d usb: musb: omap2430: fix wrong devm_kzalloc() result check by Sergei Shtylyov · 12 years ago
  16. 25736e0 usb: musb: fix dependency on transceiver driver by Ming Lei · 12 years ago
  17. 8df4ce7 usb: musb: omap2430: kill redundant assignments in omap2430_probe() by Sergei Shtylyov · 12 years ago
  18. 80ab72e usb: musb: omap2430: fix the readiness check in omap_musb_mailbox by Aaro Koskinen · 12 years ago
  19. fb4e98a usb: remove use of __devexit by Bill Pemberton · 12 years ago
  20. 41ac7b3 usb: remove use of __devinit by Bill Pemberton · 12 years ago
  21. 7690417 usb: remove use of __devexit_p by Bill Pemberton · 12 years ago
  22. baef653 usb: musb: remove generic_interrupt by Philippe De Swert · 12 years ago
  23. 2f77116 usb: musb: remove hand-crafted id handling by Sebastian Andrzej Siewior · 12 years ago
  24. 65b3d52 usb: musb: add musb_ida for multi instance support by B, Ravi · 12 years ago
  25. 00a0b1d usb: musb: omap: Add device tree support for omap musb glue by Kishon Vijay Abraham I · 12 years ago
  26. 5ec4059 usb: musb: omap: write directly to mailbox instead of using phy by Kishon Vijay Abraham I · 12 years ago
  27. 10770c5 usb: musb: omap2430.c delete unused variable. by Matthias Brugger · 12 years ago
  28. 12a19b5 usb: musb: omap2430: don't loop indefinitely in interrupt. by NeilBrown · 12 years ago
  29. 032ec49 usb: musb: drop useless board_mode usage by Felipe Balbi · 13 years ago
  30. f039df5 usb: musb: cleanup while removing musb omap glue driver by Kishon Vijay Abraham I · 12 years ago
  31. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 13 years ago
  32. b1183c2 usb: musb: omap: use devres API to allocate resources by Kishon Vijay Abraham I · 13 years ago
  33. c83a854 usb: musb: move otg specific initializations from twl to glue by Kishon Vijay Abraham I · 13 years ago
  34. c972143 usb: musb: twl: use mailbox API to send VBUS or ID events by Kishon Vijay Abraham I · 13 years ago
  35. 1e5acb8 usb: musb: move work_struct(otg_notifier_work) from core to omap glue by Kishon Vijay Abraham I · 13 years ago
  36. 662dca5 usb: otg: support for multiple transceivers by a single controller by Kishon Vijay Abraham I · 13 years ago
  37. 721002e usb: otg: utils: rename function name in OTG utils by Kishon Vijay Abraham I · 13 years ago
  38. ad57969 usb: musb: omap: fix the error check for pm_runtime_get_sync by Shubhrajyoti D · 13 years ago
  39. 3006dc8 usb: musb: omap: fix crash when musb glue (omap) gets initialized by Kishon Vijay Abraham I · 13 years ago
  40. c04352a usb: musb: fix some runtime_pm issues by Grazvydas Ignotas · 13 years ago
  41. afb76df usb: musb: fix oops on omap2430 module unload by Vladimir Zapolskiy · 13 years ago
  42. 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
  43. 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
  44. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 13 years ago
  45. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 13 years ago
  46. d445b6d usb: musb: Start using struct usb_otg by Heikki Krogerus · 13 years ago
  47. e9e8c85 usb: musb: make modules behave better by Felipe Balbi · 13 years ago
  48. b30b3c6 usb: musb: omap2430: minor cleanups. by NeilBrown · 13 years ago
  49. 702ac61 musb: omap2430: avoid pm_runtime_disable() by Felipe Contreras · 13 years ago
  50. 08dec56 usb: musb: remove a bit of indentation by Felipe Contreras · 13 years ago
  51. b3314d9 usb: musb: trivial cleanup by Felipe Contreras · 13 years ago
  52. e7f4e73 usb: musb: omap2430: fix compile warning by Felipe Balbi · 13 years ago
  53. 712d8ef usb: musb: fix pm_runtime calls while atomic by Vikram Pandita · 13 years ago
  54. 7d5b49a usb: musb: headers cleanup by Felipe Balbi · 13 years ago
  55. e25bec1 usb: musb: omap2+: save and restore OTG_INTERFSEL by Hema HK · 13 years ago
  56. 6228596 usb: musb: drop a gigantic amount of ifdeferry by Felipe Balbi · 14 years ago
  57. 5c8a86e usb: musb: drop unneeded musb_debug trickery by Felipe Balbi · 14 years ago
  58. 8a1629c Merge branch 2.6.39-rc7 into usb-linus by Greg Kroah-Hartman · 14 years ago
  59. 3df0045 usb: fix building musb drivers by Anatolij Gustschin · 14 years ago
  60. 383cf4e usb: musb: omap2430: Fix retention idle on musb peripheral only boards by Jarkko Nikula · 14 years ago
  61. 36a52c0 usb: musb: omap2430: fix build failure by Johan Hovold · 14 years ago
  62. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  63. 70045c5 usb: musb: OMAP3xxx: Fix device detection in otg & host mode by Hema HK · 14 years ago
  64. 7acc619 usb: musb: Idle path retention and offmode support for OMAP3 by Hema HK · 14 years ago
  65. da68cce usb: musb: Remove platform context save/restore API by Hema HK · 14 years ago
  66. 002eda1 usb: musb: OMAP4430: Fix usb device detection if connected during boot by Hema HK · 14 years ago
  67. 207b0e1 usb: musb: Using runtime pm APIs for musb. by Hema HK · 14 years ago
  68. 19b9a83 USB: musb: omap2430: fix kernel panic on reboot by Johan Hovold · 14 years ago
  69. 594632e usb: musb: Adding musb support for OMAP4430 by Hema HK · 14 years ago
  70. 92b48df usb: musb: drop board_set_vbus by Felipe Balbi · 14 years ago
  71. c20aebb usb: musb: omap2430: use dev_pm_ops structure by Felipe Balbi · 14 years ago
  72. e632635 usb: musb: omap2430: drop the nops by Felipe Balbi · 14 years ago
  73. 4963514 usb: musb: drop musb_platform_save/restore_context by Felipe Balbi · 14 years ago
  74. 0349176 usb: musb: move clock handling to glue layer by Felipe Balbi · 14 years ago
  75. f7ec943 usb: musb: pass platform_ops via platform_data by Felipe Balbi · 14 years ago
  76. a3cee12 usb: musb: omap2430: give it a context structure by Felipe Balbi · 14 years ago
  77. dc09886 usb: musb: split omap2430 to its own platform_driver by Felipe Balbi · 14 years ago
  78. 743411b usb: musb: make all glue layer export struct musb_platform_ops by Felipe Balbi · 14 years ago
  79. ea65df5 usb: musb: remove board_data parameter from musb_platform_init() by Hema Kalliguddi · 14 years ago
  80. f405387 USB: MUSB: fix kernel WARNING/oops when unloading module in OTG mode by Sergei Shtylyov · 14 years ago
  81. 3f1a969 USB: musb: Kill board specific pinmux from driver file by Anand Gadiyar · 15 years ago
  82. 82e2af4 usb: musb: omap2430.c: remove unnecessary includes by Anand Gadiyar · 15 years ago
  83. 00ce8ec usb: musb: omap2430: remove unused define by Anand Gadiyar · 15 years ago
  84. 5b3078b MUSB: OMAP: make musb_platform_suspend() 'static' by Sergei Shtylyov · 15 years ago
  85. ca0d445 MUSB: OMAP: remove omap_vbus_power() by Sergei Shtylyov · 15 years ago
  86. de2e1b0 usb: musb: Set transceiver interface type by Maulik Mankad · 15 years ago
  87. 7917a9d MUSB: OMAP: don't call clk_put() by Sergei Shtylyov · 15 years ago
  88. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  89. 8573e6a USB: musb: get rid of omap_readl/writel by Felipe Balbi · 15 years ago
  90. 4f712e0 usb: musb: Add context save and restore support by Ajay Kumar Gupta · 15 years ago
  91. ff85494 USB: musb: omap2430: fix sparse warning by Felipe Balbi · 15 years ago
  92. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  93. 9a4b5e3 usb: musb: disable OTG AUTOIDLE only with omap3430 by Niilo Minkkinen · 16 years ago
  94. f7f9d63 musb: otg timer cleanup by David Brownell · 16 years ago
  95. 84e250f musb: proper hookup to transceiver drivers by David Brownell · 16 years ago
  96. 9cceedb USB: musb: Remove my email address from few musb related drivers by Jarkko Nikula · 16 years ago
  97. 71783e0 USB: musb: minor locking fix by David Brownell · 16 years ago
  98. 96a274d USB: musb: sysfs mode updates by David Brownell · 16 years ago
  99. eef767b usb: musb: Removes compilation warning in gadget mode by Ajay Kumar Gupta · 16 years ago
  100. 0590d58 usb: musb: fix include path by Felipe Balbi · 16 years ago