1. ab570da usb: musb: fix compilation breakage introduced by de47725 by Felipe Balbi · 13 years ago
  2. 0de174b usb: musb: hdrc: fix dependency on USB_GADGET_DUALSPEED in Kconfig by Luciano Coelho · 13 years ago
  3. d067859 usb: musb: remove incorrectly added ARCH_U5500 define by Mian Yousaf Kaukab · 13 years ago
  4. 3c2d636 usb: musb: gadget: don't call ->disconnect() on exit by Felipe Balbi · 13 years ago
  5. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  6. ca90666 Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  7. 1be025d Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  8. cefd3e7 Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  9. 57c8970 musb_debugfs.c: remove unneeded includes on ARM by Nicolas Pitre · 13 years ago
  10. 073b854 Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  11. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  12. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  13. fb914eb treewide: typo 'interrrupt' word corrections. by Vitaliy Ivanov · 13 years ago
  14. de76cc2 musb_gadget: Fix for spurious interrupts on endpoint zero. by Hans Petter Selasky · 13 years ago
  15. 0ae52d5 usb: musb: Enable DMA mode1 RX for transfers without short packets by Anand Gadiyar · 13 years ago
  16. 6ed962a Merge 3.1-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  17. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  18. 6193d69 usb: musb: gadget: fix error path by Sebastian Andrzej Siewior · 13 years ago
  19. ad50c1b usb: musb: blackfin: include prefetch head file by Bob Liu · 13 years ago
  20. 240a16e usb: musb: tusb6010: fix compilation by Felipe Balbi · 13 years ago
  21. f847a79 usb: musb: cppi: fix build errors due to DBG and missing musb variable by Per Forlin · 13 years ago
  22. afbd074 usb: musb: ux500: replace missing DBG with dev_dbg by Per Forlin · 13 years ago
  23. d366d39b usb: musb: ux500: set dma config for both src and dst by Per Forlin · 13 years ago
  24. 93e098a usb: musb: fix oops on musb_gadget_pullup by John Stultz · 13 years ago
  25. 26e5c3e usb: musb: fix Kconfig by Rabin Vincent · 13 years ago
  26. 74c6f3a usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclared by Sergei Trofimovich · 13 years ago
  27. 667efc5 ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h by Russell King · 13 years ago
  28. 72c487d usb: musb: fix oops on musb_gadget_pullup by John Stultz · 13 years ago
  29. b61ae34 usb: musb: fix Kconfig by Rabin Vincent · 13 years ago
  30. 5574d5f usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclared by Sergei Trofimovich · 13 years ago
  31. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  32. b7e9c22 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  33. 3c5fec7 usb: musb: restore INDEX register in resume path by Ajay Kumar Gupta · 13 years ago
  34. 8220796 usb: musb: no need to access platform_device by Felipe Balbi · 13 years ago
  35. e71eb39 usb: musb: convert musb to new style bind by Sebastian Andrzej Siewior · 13 years ago
  36. ee34e51 usb: musb: choose correct fifo_mode by Felipe Balbi · 13 years ago
  37. 6228596 usb: musb: drop a gigantic amount of ifdeferry by Felipe Balbi · 13 years ago
  38. e4e5b136 usb: musb: be careful when using different fifo_modes by Felipe Balbi · 13 years ago
  39. 9ea3533 usb: musb: update musb_platform_ops docs to match code by Mike Frysinger · 13 years ago
  40. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  41. 7c9d440 treewide: transciever/transceiver spelling fixes by Joe Perches · 13 years ago
  42. 4858f06 usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFO by Yauheni Kaliuta · 13 years ago
  43. 72887c8 usb: musb: host: compare status for negative error values by Márton Németh · 13 years ago
  44. 9303961 musb: fix prefetch build failure by Mike Frysinger · 13 years ago
  45. d238944 usb: musb: ux500: add configuration and build options for ux500 dma by Mian Yousaf Kaukab · 13 years ago
  46. 8dcc8f7 usb: musb: ux500: add dma glue layer for ux500 by Mian Yousaf Kaukab · 13 years ago
  47. e3c496f usb: musb: ux500: add dma name for ux500 by Mian Yousaf Kaukab · 13 years ago
  48. a48ff90 usb: musb: ux500: add ux500 specific code for gadget side by Mian Yousaf Kaukab · 13 years ago
  49. 28e4970 usb: musb: fix compile error by Felipe Balbi · 13 years ago
  50. 8620543 usb: musb: Calling VBUS pulsing API when SRP is initiated. by Hema HK · 13 years ago
  51. c51e36d usb: musb: host: remove duplicate check in musb_ep_program() by Sergei Shtylyov · 13 years ago
  52. 981430a usb: musb: export musb_interrupt symbol by Felipe Balbi · 13 years ago
  53. 1376d92 usb: musb: allow musb and glue layers to be modules by Felipe Balbi · 13 years ago
  54. 5c8a86e usb: musb: drop unneeded musb_debug trickery by Felipe Balbi · 13 years ago
  55. 8a1629c Merge branch 2.6.39-rc7 into usb-linus by Greg Kroah-Hartman · 13 years ago
  56. 3df0045 usb: fix building musb drivers by Anatolij Gustschin · 13 years ago
  57. cdefce1 usb: musb: gadget: Fix out-of-sync runtime pm calls by Jarkko Nikula · 13 years ago
  58. 383cf4e usb: musb: omap2430: Fix retention idle on musb peripheral only boards by Jarkko Nikula · 13 years ago
  59. 36a52c0 usb: musb: omap2430: fix build failure by Johan Hovold · 13 years ago
  60. 1325430 USB: musb: blackfin: work around anomaly 05000450 by Mike Frysinger · 13 years ago
  61. 4f9edd2 usb: musb: Fix the crash issue during reboot by Hema HK · 13 years ago
  62. 3d5ad13 usb: musb: gadget: check the correct list_head by Felipe Balbi · 13 years ago
  63. 7a180e7 usb: musb: temporarily make it bool by Felipe Balbi · 13 years ago
  64. 2e10f5e USB: musb: dereferencing an iomem pointer by Dan Carpenter · 13 years ago
  65. 2fbcf3f USB: musb: silence printk format warning by Dan Carpenter · 13 years ago
  66. aca7f35 USB: musb: using 0 instead of NULL by Dan Carpenter · 13 years ago
  67. ec63bf6 USB: musb: add missing unlock in cppi_interrupt() by Dan Carpenter · 13 years ago
  68. 8726606 usb: musb: ux500: copy dma mask from platform device to musb device by Mian Yousaf Kaukab · 13 years ago
  69. 100d4a9 usb: musb: clear AUTOSET while clearing DMAENAB by Mian Yousaf Kaukab · 13 years ago
  70. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  71. 45567c2 usb: musb: blackfin: fix typo in new bfin_musb_vbus_status func by Mike Frysinger · 13 years ago
  72. 8f7e7b8 usb: musb: blackfin: fix typo in new dev_pm_ops struct by Bob Liu · 13 years ago
  73. 417ddf8 usb: musb: blackfin: fix typo in platform driver name by Mike Frysinger · 13 years ago
  74. 5f1e8ce usb: musb: Fix for merge issue by Hema HK · 13 years ago
  75. 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
  76. 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
  77. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  78. 12d7d4e Merge branch 'devel-cleanup' into omap-for-linus by Tony Lindgren · 13 years ago
  79. c88ba39 usb: musb: tusb: Fix possible null pointer dereference in tusb6010_omap.c by Huzaifa Sidhpurwala · 13 years ago
  80. 70045c5 usb: musb: OMAP3xxx: Fix device detection in otg & host mode by Hema HK · 13 years ago
  81. 7acc619 usb: musb: Idle path retention and offmode support for OMAP3 by Hema HK · 13 years ago
  82. da68cce usb: musb: Remove platform context save/restore API by Hema HK · 13 years ago
  83. 4cbbf08 usb: musb: gadget: fix list_head usage by Felipe Balbi · 13 years ago
  84. ec95d35 usb: musb: core: set has_tt flag by Felipe Balbi · 13 years ago
  85. 0fd857a usb: musb: gadget: DBG() already prints function name by Sergei Shtylyov · 13 years ago
  86. 002eda1 usb: musb: OMAP4430: Fix usb device detection if connected during boot by Hema HK · 13 years ago
  87. 207b0e1 usb: musb: Using runtime pm APIs for musb. by Hema HK · 13 years ago
  88. ad1adb8 usb: musb: gadget: do not poke with gadget's list_head by Felipe Balbi · 13 years ago
  89. 63eed2b usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_driver by Felipe Balbi · 14 years ago
  90. 75a14b1 usb: musb: do not error out if Kconfig doesn't match board mode by Felipe Balbi · 13 years ago
  91. 66b0835 Merge 2.6.38-rc5 into usb-next by Greg Kroah-Hartman · 13 years ago
  92. b193b41 usb: musb: omap2430: fix kernel panic on reboot by Johan Hovold · 13 years ago
  93. 5990378 usb: musb: fix build breakage by Felipe Balbi · 13 years ago
  94. 9238b6d Merge branches 'devel-cleanup', 'devel-board', 'devel-early-init' and 'devel-ti816x' into omap-for-linus by Tony Lindgren · 13 years ago
  95. c8cf203 USB: HCD: Add usb_hcd prefix to exported functions by Robert Morell · 14 years ago
  96. 5f5761c usb: musb: introduce api for dma code to check compatibility with usb request by Mian Yousaf Kaukab · 14 years ago
  97. c65bfa6 usb: musb: maintain three states for buffer mappings instead of two by Mian Yousaf Kaukab · 14 years ago
  98. 0662481 usb: musb: disable double buffering when it's broken by Felipe Balbi · 14 years ago
  99. 9c66807 usb: musb: hsdma: change back to use musb_read/writew by Bob Liu · 14 years ago
  100. 541079d usb: musb: core: fix IRQ check by Sergei Shtylyov · 14 years ago