1. 9303961 musb: fix prefetch build failure by Mike Frysinger · 13 years ago
  2. e3c496f usb: musb: ux500: add dma name for ux500 by Mian Yousaf Kaukab · 13 years ago
  3. 981430a usb: musb: export musb_interrupt symbol by Felipe Balbi · 13 years ago
  4. 5c8a86e usb: musb: drop unneeded musb_debug trickery by Felipe Balbi · 13 years ago
  5. 3df0045 usb: fix building musb drivers by Anatolij Gustschin · 13 years ago
  6. 4f9edd2 usb: musb: Fix the crash issue during reboot by Hema HK · 13 years ago
  7. 0df0914 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 13 years ago
  8. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  9. 12d7d4e Merge branch 'devel-cleanup' into omap-for-linus by Tony Lindgren · 13 years ago
  10. 7acc619 usb: musb: Idle path retention and offmode support for OMAP3 by Hema HK · 13 years ago
  11. ec95d35 usb: musb: core: set has_tt flag by Felipe Balbi · 13 years ago
  12. 75a14b1 usb: musb: do not error out if Kconfig doesn't match board mode by Felipe Balbi · 13 years ago
  13. 9238b6d Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus by Tony Lindgren · 13 years ago
  14. 541079d usb: musb: core: fix IRQ check by Sergei Shtylyov · 14 years ago
  15. 456bb16 usb: musb: fix kernel panic during s2ram(v2) by Ming Lei · 14 years ago
  16. 59b479e omap: Start using CONFIG_SOC_OMAP by Tony Lindgren · 14 years ago
  17. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  18. 2faa83e Revert "USB: musb: pm: don't rely fully on clock support" by Greg Kroah-Hartman · 14 years ago
  19. e4a2b35 usb: musb: core: kill unneeded #include's by Sergei Shtylyov · 14 years ago
  20. 4bc36fd usb: musb: add support for ux500 platform by Mian Yousaf Kaukab · 14 years ago
  21. 92b48df usb: musb: drop board_set_vbus by Felipe Balbi · 14 years ago
  22. 7841737 usb: musb: drop musb_platform_suspend/resume by Felipe Balbi · 14 years ago
  23. 3c8a5fc usb: musb: mark musb_save/restore_context static by Felipe Balbi · 14 years ago
  24. 4963514 usb: musb: drop musb_platform_save/restore_context by Felipe Balbi · 14 years ago
  25. 0349176 usb: musb: move clock handling to glue layer by Felipe Balbi · 14 years ago
  26. f7ec943 usb: musb: pass platform_ops via platform_data by Felipe Balbi · 14 years ago
  27. 05ac10d usb: musb: trivial search and replace patch by Felipe Balbi · 14 years ago
  28. 7c92554 usb: musb: add Kconfig options for each glue layer by Felipe Balbi · 14 years ago
  29. 7421107 usb: musb: hold context on musb structure by Felipe Balbi · 14 years ago
  30. 743411b usb: musb: make all glue layer export struct musb_platform_ops by Felipe Balbi · 14 years ago
  31. fcf173e usb: musb: add names for IRQs in structure resource by Hema Kalliguddi · 14 years ago
  32. ea65df5 usb: musb: remove board_data parameter from musb_platform_init() by Hema Kalliguddi · 14 years ago
  33. 07a8cdd usb: musb: do not use dma for control transfers by Anand Gadiyar · 14 years ago
  34. 19aab56 usb: musb: Fix handling of spurious SESSREQ by Heikki Krogerus · 14 years ago
  35. b212091 usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd time by Ming Lei · 14 years ago
  36. 32d5dc9 USB: musb: pm: don't rely fully on clock support by Bob Liu · 14 years ago
  37. 120d074 usb: musb: don't leave PHY enabled on shutdown() by Grazvydas Ignotas · 14 years ago
  38. 843bb1d USB: musb: AM35x: Workaround for fifo read issue by Ajay Kumar Gupta · 14 years ago
  39. f405387 USB: MUSB: fix kernel WARNING/oops when unloading module in OTG mode by Sergei Shtylyov · 14 years ago
  40. a6038ee usb: musb: ignore spurious SESSREQ interrupts by Heikki Krogerus · 14 years ago
  41. ae9b2ad usb: musb: Change to direct addr in context save/restore by Bob Liu · 14 years ago
  42. d709d22 USB: musb: fix compilation warning in host only mode by Ajay Kumar Gupta · 14 years ago
  43. f2263db USB: musb: fix Blackfin ulpi stubs by Mike Frysinger · 14 years ago
  44. 7d9645f USB: musb_core: make disconnect and suspend interrupts work again by Sergei Shtylyov · 14 years ago
  45. 2bb14cb usb: musb: Fix a bug by making suspend interrupt available in device mode by Maulik Mankad · 14 years ago
  46. ffb865b usb: musb: add ulpi access operations by Heikki Krogerus · 14 years ago
  47. b0f9da7 usb: musb: debugfs: musb_exit_debugfs() can be called on probe by Felipe Balbi · 14 years ago
  48. 7f7f9e2 usb: musb: add debugfs support by Felipe Balbi · 14 years ago
  49. fb9c58e USB: MUSB: Add OMAP4 support in MUSB driver by Maulik Mankad · 14 years ago
  50. de2e1b0 usb: musb: Set transceiver interface type by Maulik Mankad · 14 years ago
  51. e6c213b usb: musb: allow board to pass down fifo mode by Felipe Balbi · 14 years ago
  52. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  53. 34e2beb musb_core: fix musb_init_controller() error cleanup path by Sergei Shtylyov · 14 years ago
  54. 461972d musb_core: don't call musb_platform_exit() twice by Sergei Shtylyov · 14 years ago
  55. 3d0bfbf musb_core: don't prevent disabling clock on driver unload by Sergei Shtylyov · 14 years ago
  56. 1fb48f4 musb_core: don't touch 'musb->clock' in musb_free() by Sergei Shtylyov · 14 years ago
  57. 5e0e61a musb: save and restore missing bus control register by Ajay Kumar Gupta · 14 years ago
  58. aa47145 usb: musb: core: declare mbase only where it's used by Felipe Balbi · 14 years ago
  59. adb3ee4 usb: musb: abstract out ULPI_BUSCONTROL register reads/writes by Mike Frysinger · 14 years ago
  60. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  61. ab3bbfa USB: musb: only print info message if probe() is successful by Felipe Balbi · 15 years ago
  62. da5108e USB: musb: unmap base if we can't probe by Felipe Balbi · 15 years ago
  63. ad517e9e USB: musb: we already tested for dyn_fifo by Felipe Balbi · 15 years ago
  64. 8573e6a USB: musb: get rid of omap_readl/writel by Felipe Balbi · 15 years ago
  65. 4f712e0 usb: musb: Add context save and restore support by Ajay Kumar Gupta · 15 years ago
  66. 5fc4e77 usb: musb: Add 'extvbus' in musb_hdrc_platform_data by Ajay Kumar Gupta · 15 years ago
  67. 51bf0d0 usb: musb: save dynfifo in musb struct by Ajay Kumar Gupta · 15 years ago
  68. 1c25fda usb: musb: handle irqs in the order dictated by programming guide by Arnaud Mandy · 15 years ago
  69. 3b15152 USB: musb: Add new fifo table for a OMAP3 errata by Ajay Kumar Gupta · 15 years ago
  70. 7ed069c USB: musb: remove some of the never defined defines by Felipe Balbi · 15 years ago
  71. 9437575 USB: musb: move to sysfs_groups by Felipe Balbi · 15 years ago
  72. b3b1cc3 USB: musb: move two printk to dev_err by Felipe Balbi · 15 years ago
  73. 195e9e4 USB: musb: use resource_size() by Felipe Balbi · 15 years ago
  74. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 14 years ago
  75. 0ea52ff USB: musb: Fix array index out of bounds issue by Maulik Mankad · 15 years ago
  76. cd42fef USB: musb: do not work if no gadget driver is loaded by Felipe Balbi · 15 years ago
  77. e3060b1 USB: musb: move musb_remove to __exit by Felipe Balbi · 15 years ago
  78. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  79. 32c3b94 USB: MUSB: save hardware revision at init by Anand Gadiyar · 15 years ago
  80. 1230435 USB: musb: Remove unwanted message in boot log by Ajay Kumar Gupta · 15 years ago
  81. c740d0d USB: musb: fix put_device() call sequence by Ajay Kumar Gupta · 15 years ago
  82. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  83. 2bbff7b USB: musb: fix CONFIGDATA register read issue by Ajay Kumar Gupta · 15 years ago
  84. 3a9f5bd USB: musb: Refer to musb_otg_timer_func under correct #ifdef by Amit Kucheria · 15 years ago
  85. 48fea96 USB: Rework musb suspend()/resume_early() by Magnus Damm · 15 years ago
  86. a483d70 musb: add high bandwidth ISO support by Ajay Kumar Gupta · 15 years ago
  87. ab983f2a musb: support disconnect after HNP roleswitch by David Brownell · 15 years ago
  88. 1de00da musb: make initial HNP roleswitch work (v2) by David Brownell · 15 years ago
  89. f7f9d63 musb: otg timer cleanup by David Brownell · 15 years ago
  90. 84e250f musb: proper hookup to transceiver drivers by David Brownell · 15 years ago
  91. a5073b5 musb_gadget: fix unhandled endpoint 0 IRQs by Sergei Shtylyov · 15 years ago
  92. 10c966c USB: musb: fix build when !CONFIG_PM by Alexander Beregalov · 15 years ago
  93. 0ec8fd7 USB: musb: fix possible panic while resuming by Kim Kyuwon · 15 years ago
  94. 7438217 USB: musb: only turn off vbus in OTG hosts by Ajay Kumar Gupta · 15 years ago
  95. e747951 USB: musb: fix srp sysfs entry deletion by Vikram Pandita · 15 years ago
  96. 5c23c90 USB: musb: resume suspended root hub on disconnect by Anand Gadiyar · 15 years ago
  97. 34f32c9 usb: musb: make Davinci *work* in mainline by David Brownell · 15 years ago
  98. 97a3989 USB: musb free_irq bugfix by Ajay Kumar Gupta · 16 years ago
  99. c6cf8b0 USB: musb: add Blackfin specific configuration to MUSB by Bryan Wu · 16 years ago
  100. c48a515 USB: musb: check if set_irq_wake succeded and remember it by Felipe Balbi · 16 years ago