• F
    usb: gadget: introduce support for sg lists · 898c6086
    Felipe Balbi 提交于
    Some controllers support scatter/gather transfers
    and that might be very useful for some gadget drivers.
    
    This means that we can make use of larger buffer
    allocations which means we will have less completion
    IRQs overtime, thus improving the perceived performance.
    Signed-off-by: NFelipe Balbi <balbi@ti.com>
    898c6086
gadget.h 36.2 KB