1. 02 4月, 2013 1 次提交
  2. 31 10月, 2012 1 次提交
  3. 12 12月, 2011 1 次提交
  4. 10 9月, 2011 1 次提交
  5. 02 7月, 2011 1 次提交
  6. 13 5月, 2011 1 次提交
    • F
      usb: musb: drop unneeded musb_debug trickery · 5c8a86e1
      Felipe Balbi 提交于
      We have a generic way of enabling/disabling
      different debug messages on a driver called
      DYNAMIC_PRINTK. Anyone interested in enabling
      just part of the debug messages, please read
      the documentation under:
      
      Documentation/dynamic-debug-howto.txt
      
      for information on how to use that great
      infrastructure.
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      5c8a86e1
  7. 18 2月, 2011 1 次提交
  8. 25 9月, 2010 1 次提交
  9. 11 8月, 2010 1 次提交
  10. 21 5月, 2010 1 次提交
  11. 24 12月, 2009 1 次提交
  12. 12 12月, 2009 3 次提交
  13. 01 12月, 2009 1 次提交
  14. 29 7月, 2009 1 次提交
  15. 16 6月, 2009 1 次提交
    • S
      musb_gadget: fix unhandled endpoint 0 IRQs · a5073b52
      Sergei Shtylyov 提交于
      The gadget EP0 code routinely ignores an interrupt at end of
      the data phase because of musb_g_ep0_giveback() resetting the
      state machine to "idle, waiting for SETUP" phase prematurely.
      
      The driver also prematurely leaves the status phase on
      receiving the SetupEnd interrupt.
      
      As there were still unhandled endpoint 0 interrupts happening
      from time to time after fixing these issues, there turned to
      be yet another culprit: two distinct gadget states collapsed
      into one.
      
      The (missing) state that comes after STATUS IN/OUT states was
      typically indiscernible from them since the corresponding
      interrupts tend to happen within too little period of time
      (due to only a zero-length status packet in between) and so
      they got coalesced; yet this state is not the same as the next
      one which is associated with the reception of a SETUP packet.
      
      Adding this extra state seems to have fixed the rest of the
      unhandled interrupts that generic_interrupt() and
      davinci_interrupt() hid by faking their result and only
      emitting a debug message -- so, stop doing that.
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a5073b52
  16. 18 10月, 2008 1 次提交
  17. 22 8月, 2008 1 次提交
  18. 14 8月, 2008 1 次提交