• P
    USB: DWC3: Generate interrupt on each TRB as default option · 206dd69a
    Pratyush Anand 提交于
    Currently in case of isoc, interrupt is programmed after each
    TRB_NUM/4 ie 8th TRB. A TRB is programmed against each submitted
    request from gadget. If we do not want to limit the minimum number of
    necessary request to be submitted from gadget then we must receive
    interrupt on each TRB submission. There can be such situation with a
    gadget working with ping-pong buffer.
    
    If a gadget does not want to receive interrupt after each request
    completion then it may set no_interrupt flag.
    Signed-off-by: NPratyush Anand <pratyush.anand@st.com>
    Signed-off-by: NFelipe Balbi <balbi@ti.com>
    206dd69a
gadget.c 61.1 KB