1. 9cb0308 usb: musb: split blackfin to its own platform_driver by Felipe Balbi · 14 years ago
  2. 8ceae51 usb: musb: split da8xx to its own platform_driver by Felipe Balbi · 14 years ago
  3. 73b089b usb: musb: split davinci to its own platform_driver by Felipe Balbi · 14 years ago
  4. 18688fb usb: musb: split tusb6010 to its own platform_driver by Felipe Balbi · 14 years ago
  5. ce40c57 usb: musb: split am35x to its own platform_driver by Felipe Balbi · 14 years ago
  6. dc09886 usb: musb: split omap2430 to its own platform_driver by Felipe Balbi · 14 years ago
  7. 05ac10d usb: musb: trivial search and replace patch by Felipe Balbi · 14 years ago
  8. 7c92554 usb: musb: add Kconfig options for each glue layer by Felipe Balbi · 14 years ago
  9. 7421107 usb: musb: hold context on musb structure by Felipe Balbi · 14 years ago
  10. 743411b usb: musb: make all glue layer export struct musb_platform_ops by Felipe Balbi · 14 years ago
  11. 3ca8abb usb: musb: introduce struct musb_platform_ops by Felipe Balbi · 14 years ago
  12. 0607f86 usb: musb: gadget: prevent a NULL pointer dereference by Felipe Balbi · 14 years ago
  13. fcf173e usb: musb: add names for IRQs in structure resource by Hema Kalliguddi · 14 years ago
  14. ea65df5 usb: musb: remove board_data parameter from musb_platform_init() by Hema Kalliguddi · 14 years ago
  15. 843bb1d USB: musb: AM35x: Workaround for fifo read issue by Ajay Kumar Gupta · 14 years ago
  16. eb83092 USB: musb: add musb support for AM35x by Ajay Kumar Gupta · 14 years ago
  17. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  18. 00be545 usb: musb: blackfin: call gpio_free() on error path in musb_platform_init() by Sergei Shtylyov · 14 years ago
  19. 3daad24 usb: musb: blackfin: call usb_nop_xceiv_unregister() in musb_platform_exit() by Sergei Shtylyov · 14 years ago
  20. f405387 USB: MUSB: fix kernel WARNING/oops when unloading module in OTG mode by Sergei Shtylyov · 14 years ago
  21. 2501331 usb: change to new flag variable by matt mooney · 14 years ago
  22. e0c4347 usb: musb: gadget: only enable AUTOCLEAR in double buffered case by Felipe Balbi · 14 years ago
  23. e7379aa usb: musb: gadget: fix ZLP sending in musb_g_tx(v1) by Ming Lei · 14 years ago
  24. a6038ee usb: musb: ignore spurious SESSREQ interrupts by Heikki Krogerus · 14 years ago
  25. 4346786 usb: musb: gadget: kill unreachable code in musb_g_rx() by Sergei Shtylyov · 14 years ago
  26. 2f8d5cd USB: musb: suppress warning about unused flags by Jon Povey · 14 years ago
  27. f8afbf7f usb: musb: host: support DMA transfers greater than max channel length by T. S., Anil Kumar · 14 years ago
  28. ae9b2ad usb: musb: Change to direct addr in context save/restore by Bob Liu · 14 years ago
  29. 496dda7 usb: musb: host: unmap the buffer for PIO data transfers by Maulik Mankad · 14 years ago
  30. 6587cc0 usb: musb: musbhsdma: increase max_len to 1MB by Anil Shetty · 14 years ago
  31. f11d893 usb: musb: support ISO high bandwidth for gadget mode by Ming Lei · 14 years ago
  32. 3ee076d usb: musb: introduce DA8xx/OMAP-L1x glue layer by Sergei Shtylyov · 14 years ago
  33. d613746 USB: musb: make DBG() calls actually depend on CONFIG_USB_MUSB_DEBUG by Sergei Shtylyov · 14 years ago
  34. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  35. a666e3e usb: musb: gadget: restart request on clearing endpoint halt by Sergei Shtylyov · 14 years ago
  36. 4c64733 usb: musb: host: Issue a memory barrier before starting DMA by Santosh Shilimkar · 14 years ago
  37. 66af83d usb: musb: gadget: fix dma length in txstate by Ming Lei · 14 years ago
  38. bb27bc2 usb: musb: gadget: complete request only if data is transfered over by Ming Lei · 14 years ago
  39. 1018b4e usb: musb: gadget: fix DMA length for OUT transfer by Ming Lei · 14 years ago
  40. 490e5fb usb: musb: gadget: enable autoclear for OUT transfer in both DMA 0 and DMA 1 by Ming Lei · 14 years ago
  41. eeb1b2a usb: musb: gadget: fix bulk IN infinit hangs in double buffer case by Ming Lei · 14 years ago
  42. bd2e74d usb: musb: gadget: fix kernel panic if using out ep with FIFO_TXRX style by Ming Lei · 14 years ago
  43. 024cfa5 usb: musb_debugfs: don't use the struct file private_data field with seq_files by Mathias Nyman · 14 years ago
  44. d0390d9 USB: musb: forward debug mode feature to gadget by stephane duverger · 14 years ago
  45. 8ca47c8 USB: musb: do not override DMA mode in channel program by Anand Gadiyar · 14 years ago
  46. 3f1a969 USB: musb: Kill board specific pinmux from driver file by Anand Gadiyar · 14 years ago
  47. d709d22 USB: musb: fix compilation warning in host only mode by Ajay Kumar Gupta · 14 years ago
  48. 0936fb5 USB: musb: use correct register widths in register dumps by Anand Gadiyar · 14 years ago
  49. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 15 years ago
  50. 2b795ea USB: musb: tusb6010: fix compile error with n8x0_defconfig by Felipe Balbi · 14 years ago
  51. c0f1f8e USB: musb: Enable the maximum supported burst mode for DMA by Hema HK · 15 years ago
  52. f2263db USB: musb: fix Blackfin ulpi stubs by Mike Frysinger · 15 years ago
  53. 9297688 USB: MUSB: make non-OMAP platforms build with CONFIG_PM=y by Sergei Shtylyov · 15 years ago
  54. 7d9645f USB: musb_core: make disconnect and suspend interrupts work again by Sergei Shtylyov · 15 years ago
  55. 2bb14cb usb: musb: Fix a bug by making suspend interrupt available in device mode by Maulik Mankad · 15 years ago
  56. c4d80b7d usb: musb: update gfp/slab.h includes by Tejun Heo · 15 years ago
  57. ffb865b usb: musb: add ulpi access operations by Heikki Krogerus · 15 years ago
  58. d7086dd usb: musb: Makefile: remove unexistent config option by Felipe Balbi · 15 years ago
  59. 82e2af4 usb: musb: omap2430.c: remove unnecessary includes by Anand Gadiyar · 15 years ago
  60. 00ce8ec usb: musb: omap2430: remove unused define by Anand Gadiyar · 15 years ago
  61. d55d221 MUSB: Blackfin: remove musb_platform_{suspend|resume}() by Sergei Shtylyov · 15 years ago
  62. 5b3078b MUSB: OMAP: make musb_platform_suspend() 'static' by Sergei Shtylyov · 15 years ago
  63. 69b2cd7 MUSB: Blackfin: remove bfin_vbus_power() by Sergei Shtylyov · 15 years ago
  64. ca0d445 MUSB: OMAP: remove omap_vbus_power() by Sergei Shtylyov · 15 years ago
  65. ff927ad USB: musb: support host/gadget role switching on Blackfin parts by Cliff Cai · 15 years ago
  66. b0f9da7 usb: musb: debugfs: musb_exit_debugfs() can be called on probe by Felipe Balbi · 15 years ago
  67. ddb495d4 usb: musb: hsdma: use musb_read/writel by Felipe Balbi · 15 years ago
  68. ca4b253 usb: musb: gadget: support musb-specific test modes by Felipe Balbi · 15 years ago
  69. 7f7f9e2 usb: musb: add debugfs support by Felipe Balbi · 15 years ago
  70. 6ddc6da USB: musb: allow the Blackfin vrsel gpio to be active low by Cliff Cai · 15 years ago
  71. fb9c58e USB: MUSB: Add OMAP4 support in MUSB driver by Maulik Mankad · 15 years ago
  72. c71b1b9 USB: MUSB: Build MUSB driver for OMAP4 by Maulik Mankad · 15 years ago
  73. de2e1b0 usb: musb: Set transceiver interface type by Maulik Mankad · 15 years ago
  74. e6c213b usb: musb: allow board to pass down fifo mode by Felipe Balbi · 15 years ago
  75. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 15 years ago
  76. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  77. 1d0f11b usb: Fix tusb6010 for DMA API by Tony Lindgren · 15 years ago
  78. 34e2beb musb_core: fix musb_init_controller() error cleanup path by Sergei Shtylyov · 15 years ago
  79. c6a39ee MUSB: fix DaVinci glue layer dependency by Sergei Shtylyov · 15 years ago
  80. 461972d musb_core: don't call musb_platform_exit() twice by Sergei Shtylyov · 15 years ago
  81. 7917a9d MUSB: OMAP: don't call clk_put() by Sergei Shtylyov · 15 years ago
  82. 13962c7 MUSB: DaVinci: fix musb_platform_init() error cleanup path by Sergei Shtylyov · 15 years ago
  83. 3d0bfbf musb_core: don't prevent disabling clock on driver unload by Sergei Shtylyov · 15 years ago
  84. 1fb48f4 musb_core: don't touch 'musb->clock' in musb_free() by Sergei Shtylyov · 15 years ago
  85. 714bc5e musb: potential use after free by Dan Carpenter · 15 years ago
  86. 5e0e61a musb: save and restore missing bus control register by Ajay Kumar Gupta · 15 years ago
  87. 2f83175 MUSB: Blackfin: don't fake blackfin_interrupt() result 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. aa47145 usb: musb: core: declare mbase only where it's used by Felipe Balbi · 15 years ago
  90. 7f4bca4 USB: musb: fix warnings in Blackfin regs by Mike Frysinger · 15 years ago
  91. adb3ee4 usb: musb: abstract out ULPI_BUSCONTROL register reads/writes by Mike Frysinger · 15 years ago
  92. 9957dd9 usb: musb: Fix compile error for omaps for musb_hdrc by Tony Lindgren · 15 years ago
  93. ae92697 USB: musb: fix build error introduced by isoc change by Sonic Zhang · 15 years ago
  94. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  95. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  96. 08e6c97 USB: musb: test always evaluates to false by Roel Kluin · 15 years ago
  97. 9f445cb USB: musb: disable double buffering for older RTL versions by Cliff Cai · 15 years ago
  98. 0ded2f1 USB: musb: set version of Blackfin version by Cliff Cai · 15 years ago
  99. ab3bbfa USB: musb: only print info message if probe() is successful by Felipe Balbi · 15 years ago
  100. da5108e USB: musb: unmap base if we can't probe by Felipe Balbi · 15 years ago