]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: musb: tusb6010: Handle DMA TX completion in DMA callback as well
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 16 Jun 2017 15:41:01 +0000 (10:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jun 2017 03:45:01 +0000 (11:45 +0800)
commit47699b0aaa585d769b1d8c1ca6b579d3676779db
tree250775e12218ae3f7ebcb17bd7b34dd1cb23f61e
parent4cadc711cdc7a845cc5263c594ac3882027beadf
usb: musb: tusb6010: Handle DMA TX completion in DMA callback as well

Handle the DMA TX in a similar way as we do for the RX: in the DMA
completion callback.

Since we are no longer using DMA completion interrupt for the TX we can as
wall keep these interrupts disabled, but keep the handler for debug
purposes.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/tusb6010.c
drivers/usb/musb/tusb6010_omap.c