]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: gadget: don't kick transfer all the time
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 26 Mar 2018 10:32:47 +0000 (13:32 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:49 +0000 (10:00 +0300)
commita861282f503731bc0cf7c3d08ca901e2a82daadc
treef20feb6b20e0ed31b3a2d4e600be4aec98b12fb8
parentfbea935accf4895fed40dd4b79839923271bb9b3
usb: dwc3: gadget: don't kick transfer all the time

Instead of constantly calling kick transfer everything some event
shows up, let's just rely on the fact that we send Update Transfer
every time a new request is queued.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c