1. a666e3e usb: musb: gadget: restart request on clearing endpoint halt by Sergei Shtylyov · 14 years ago
  2. 4c64733 usb: musb: host: Issue a memory barrier before starting DMA by Santosh Shilimkar · 14 years ago
  3. 66af83d usb: musb: gadget: fix dma length in txstate by Ming Lei · 14 years ago
  4. bb27bc2 usb: musb: gadget: complete request only if data is transfered over by Ming Lei · 14 years ago
  5. 1018b4e usb: musb: gadget: fix DMA length for OUT transfer by Ming Lei · 14 years ago
  6. 490e5fb usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1 by Ming Lei · 14 years ago
  7. eeb1b2a usb: musb: gadget: fix bulk IN infinit hangs in double buffer case by Ming Lei · 14 years ago
  8. bd2e74d usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX style by Ming Lei · 14 years ago
  9. 024cfa5 usb: musb_debugfs: don't use the struct file private_data field with seq_files by Mathias Nyman · 14 years ago
  10. d0390d9 USB: musb: forward debug mode feature to gadget by stephane duverger · 14 years ago
  11. 8ca47c8 USB: musb: do not override DMA mode in channel program by Anand Gadiyar · 14 years ago
  12. 3f1a969 USB: musb: Kill board specific pinmux from driver file by Anand Gadiyar · 14 years ago
  13. d709d22 USB: musb: fix compilation warning in host only mode by Ajay Kumar Gupta · 14 years ago
  14. 0936fb5 USB: musb: use correct register widths in register dumps by Anand Gadiyar · 14 years ago
  15. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  16. 2b795ea USB: musb: tusb6010: fix compile error with n8x0_defconfig by Felipe Balbi · 14 years ago
  17. c0f1f8e USB: musb: Enable the maximum supported burst mode for DMA by Hema HK · 14 years ago
  18. f2263db USB: musb: fix Blackfin ulpi stubs by Mike Frysinger · 14 years ago
  19. 9297688 USB: MUSB: make non-OMAP platforms build with CONFIG_PM=y by Sergei Shtylyov · 14 years ago
  20. 7d9645f USB: musb_core: make disconnect and suspend interrupts work again by Sergei Shtylyov · 14 years ago
  21. 2bb14cb usb: musb: Fix a bug by making suspend interrupt available in device mode by Maulik Mankad · 14 years ago
  22. c4d80b7d usb: musb: update gfp/slab.h includes by Tejun Heo · 14 years ago
  23. ffb865b usb: musb: add ulpi access operations by Heikki Krogerus · 14 years ago
  24. d7086dd usb: musb: Makefile: remove unexistent config option by Felipe Balbi · 14 years ago
  25. 82e2af4 usb: musb: omap2430.c: remove unnecessary includes by Anand Gadiyar · 14 years ago
  26. 00ce8ec usb: musb: omap2430: remove unused define by Anand Gadiyar · 14 years ago
  27. d55d221 MUSB: Blackfin: remove musb_platform_{suspend|resume}() by Sergei Shtylyov · 14 years ago
  28. 5b3078b MUSB: OMAP: make musb_platform_suspend() 'static' by Sergei Shtylyov · 14 years ago
  29. 69b2cd7 MUSB: Blackfin: remove bfin_vbus_power() by Sergei Shtylyov · 14 years ago
  30. ca0d445 MUSB: OMAP: remove omap_vbus_power() by Sergei Shtylyov · 14 years ago
  31. ff927ad USB: musb: support host/gadget role switching on Blackfin parts by Cliff Cai · 14 years ago
  32. b0f9da7 usb: musb: debugfs: musb_exit_debugfs() can be called on probe by Felipe Balbi · 14 years ago
  33. ddb495d4 usb: musb: hsdma: use musb_read/writel by Felipe Balbi · 14 years ago
  34. ca4b253 usb: musb: gadget: support musb-specific test modes by Felipe Balbi · 14 years ago
  35. 7f7f9e2 usb: musb: add debugfs support by Felipe Balbi · 14 years ago
  36. 6ddc6da USB: musb: allow the Blackfin vrsel gpio to be active low by Cliff Cai · 14 years ago
  37. fb9c58e USB: MUSB: Add OMAP4 support in MUSB driver by Maulik Mankad · 14 years ago
  38. c71b1b9 USB: MUSB: Build MUSB driver for OMAP4 by Maulik Mankad · 14 years ago
  39. de2e1b0 usb: musb: Set transceiver interface type by Maulik Mankad · 14 years ago
  40. e6c213b usb: musb: allow board to pass down fifo mode by Felipe Balbi · 14 years ago
  41. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  42. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  43. 1d0f11b usb: Fix tusb6010 for DMA API by Tony Lindgren · 14 years ago
  44. 34e2beb musb_core: fix musb_init_controller() error cleanup path by Sergei Shtylyov · 14 years ago
  45. c6a39ee MUSB: fix DaVinci glue layer dependency by Sergei Shtylyov · 14 years ago
  46. 461972d musb_core: don't call musb_platform_exit() twice by Sergei Shtylyov · 14 years ago
  47. 7917a9d MUSB: OMAP: don't call clk_put() by Sergei Shtylyov · 14 years ago
  48. 13962c7 MUSB: DaVinci: fix musb_platform_init() error cleanup path by Sergei Shtylyov · 14 years ago
  49. 3d0bfbf musb_core: don't prevent disabling clock on driver unload by Sergei Shtylyov · 14 years ago
  50. 1fb48f4 musb_core: don't touch 'musb->clock' in musb_free() by Sergei Shtylyov · 14 years ago
  51. 714bc5e musb: potential use after free by Dan Carpenter · 14 years ago
  52. 5e0e61a musb: save and restore missing bus control register by Ajay Kumar Gupta · 14 years ago
  53. 2f83175 MUSB: Blackfin: don't fake blackfin_interrupt() result by Sergei Shtylyov · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. aa47145 usb: musb: core: declare mbase only where it's used by Felipe Balbi · 14 years ago
  56. 7f4bca4 USB: musb: fix warnings in Blackfin regs by Mike Frysinger · 14 years ago
  57. adb3ee4 usb: musb: abstract out ULPI_BUSCONTROL register reads/writes by Mike Frysinger · 14 years ago
  58. 9957dd9 usb: musb: Fix compile error for omaps for musb_hdrc by Tony Lindgren · 14 years ago
  59. ae92697 USB: musb: fix build error introduced by isoc change by Sonic Zhang · 14 years ago
  60. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  61. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  62. 08e6c97 USB: musb: test always evaluates to false by Roel Kluin · 14 years ago
  63. 9f445cb USB: musb: disable double buffering for older RTL versions by Cliff Cai · 14 years ago
  64. 0ded2f1 USB: musb: set version of Blackfin version by Cliff Cai · 14 years ago
  65. ab3bbfa USB: musb: only print info message if probe() is successful by Felipe Balbi · 14 years ago
  66. da5108e USB: musb: unmap base if we can't probe by Felipe Balbi · 14 years ago
  67. 3d26864 USB: musb: tusb6010: use resource_size by Felipe Balbi · 14 years ago
  68. ad517e9e USB: musb: we already tested for dyn_fifo by Felipe Balbi · 14 years ago
  69. 8573e6a USB: musb: get rid of omap_readl/writel by Felipe Balbi · 14 years ago
  70. 4f712e0 usb: musb: Add context save and restore support by Ajay Kumar Gupta · 14 years ago
  71. 94089d5 USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy() by Roel Kluin · 15 years ago
  72. 5fc4e77 usb: musb: Add 'extvbus' in musb_hdrc_platform_data by Ajay Kumar Gupta · 15 years ago
  73. 51bf0d0 usb: musb: save dynfifo in musb struct by Ajay Kumar Gupta · 15 years ago
  74. 1c25fda usb: musb: handle irqs in the order dictated by programming guide by Arnaud Mandy · 15 years ago
  75. 1ca9e9c usb: musb: clean up commit 'workaround Blackfin FIFO anomalies' by Bryan Wu · 15 years ago
  76. 5659692 usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctly by Swaminathan S · 15 years ago
  77. 5274dab usb: musb: workaround toggle bug when doing bulk transfer after isoc by Swaminathan S · 15 years ago
  78. f933a0c usb: musb: workaround MUSB DMA_INTR sometimes reads zero by Anand Gadiyar · 15 years ago
  79. 452f039 usb: musb: hsdma: add wrapper for reading DMA count by Anand Gadiyar · 15 years ago
  80. 3b15152 USB: musb: Add new fifo table for a OMAP3 errata by Ajay Kumar Gupta · 15 years ago
  81. 7ed069c USB: musb: remove some of the never defined defines by Felipe Balbi · 15 years ago
  82. 9437575 USB: musb: move to sysfs_groups by Felipe Balbi · 15 years ago
  83. b3b1cc3 USB: musb: move two printk to dev_err by Felipe Balbi · 15 years ago
  84. 195e9e4 USB: musb: use resource_size() by Felipe Balbi · 15 years ago
  85. a8eb7ca omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3 by Tony Lindgren · 14 years ago
  86. dfff061 tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments by Uwe Kleine-König · 14 years ago
  87. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  88. 1c4bdc0 USB: musb: workaround Blackfin FIFO anomalies by Bryan Wu · 15 years ago
  89. 0ea52ff USB: musb: Fix array index out of bounds issue by Maulik Mankad · 15 years ago
  90. 0abdc36 USB: musb: Fix null pointer dereference issue by Maulik Mankad · 15 years ago
  91. 796a83f USB: musb: correct DMA address for tx by Cliff Cai · 15 years ago
  92. 17be5c5 USB: musb: gadget_ep0: avoid SetupEnd interrupt by Sergei Shtylyov · 15 years ago
  93. 93aa3da USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabled by Swaminathan S · 15 years ago
  94. cd42fef USB: musb: do not work if no gadget driver is loaded by Felipe Balbi · 15 years ago
  95. d4c433f USB: musb: gadget: set otg tranceiver to idle when registering gadget by Arnaud Mandy · 15 years ago
  96. a2396a3 USB: musb: Populate the VBUS GPIO with the correct GPIO number by Swaminathan S · 15 years ago
  97. f95c4c0 USB: musb: fix compiling warning with min() macro by Cliff Cai · 15 years ago
  98. e3060b1 USB: musb: move musb_remove to __exit by Felipe Balbi · 15 years ago
  99. 95962a7 USB: musb_gadget: fix kernel oops in txstate() by Sergei Shtylyov · 15 years ago
  100. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago