Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 123e80c4 authored by Vamsi Krishna's avatar Vamsi Krishna
Browse files

dwc3: gadget: Add support for no interrupt flag for sg reqs



Currently controller driver does not honor the no interrupt
flag from function driver and always sets LST (xfer complete) bit
on last request. High throughput functions like rndis/rmnet can
queue multiple requests and in some scenario endup with large
number requests pending with h/w. They will only be recycled after
hw completes the last request. Add support for no interrupt flag
flag for sg (scatter/gather) requests so that application driver
can decide when to generate interrupt. Controller will generate
xfer-in-progress event when ioc is set.

Change-Id: If02eb8602cafdbabf4bbe7f829711e9aaa304035
Signed-off-by: default avatarVamsi Krishna <vskrishn@codeaurora.org>
parent 5477461c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment