UPSTREAM: usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 4 Apr 2016 12:33:41 +0000 (15:33 +0300)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 16 Aug 2016 12:48:19 +0000 (20:48 +0800)
commit4f5566cb17e6da92674d12d7bc73bb7c1416446d
treed0783d7e09a627a3a860f08880a1d50a5db17f2d
parent32bd9f56e78b1c1601a587cbc45810efe23a8e26
UPSTREAM: usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue

This makes it clear that we're dealing with a queue
of TRBs. No functional changes. While at that, also
rename start_slot to first_trb_index for similar
reasons.

Change-Id: Id3efc327981472fff229182552787035de1b6fb7
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
(cherry picked from commit 53fd88189e08c91cb9b43e2d51b4eb314a3d00d7)
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c
drivers/usb/dwc3/gadget.c