commit | ebbb2d59398fb7ef92fae83d6aeba0cbb2b6f99f | [log] [tgz] |
---|---|---|
author | John Youn <johnyoun@synopsys.com> | Tue Nov 15 13:07:02 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri Nov 18 13:54:43 2016 +0200 |
tree | 64f715c9a4686b235fd3fd95725fc0217c89dcb2 | |
parent | caefe6c7be4778d0bddb38596ced1b60bd522b14 [diff] |
usb: dwc3: gadget: use evt->cache for processing events Let's start copying events from evt->buf to evt->cache and use evt->cache for processing events. A follow-up patch will be added to clear events in the top-half handler in order to bring IRQ line low as soon as possible. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>