commit | ba3a1a915c49cc3023e4ddfc88f21e7514e82aa4 | [log] [tgz] |
---|---|---|
author | Cristian Birsan <cristian.birsan@microchip.com> | Fri Oct 04 20:10:54 2019 +0300 |
committer | Felipe Balbi <balbi@kernel.org> | Sun Oct 27 08:58:45 2019 +0200 |
tree | 99a41defc055abbbee2dcb646526f5de41982f3a | |
parent | e92f30ac37d12756aeb733538ad85df2be7e139f [diff] |
usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode. Fix interrupt storm generated by endpoints when working in FIFO mode. The TX_COMPLETE interrupt is used only by control endpoints processing. Do not enable it for other types of endpoints. Fixes: 914a3f3b3754 ("USB: add atmel_usba_udc driver") Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>