On Wed, May 20, 2020 at 05:01:11PM +0200, Paul Cercueil wrote:
The function dma_controller_irq() locks up the exact same spinlock we
locked before calling it, which obviously resulted in a deadlock when
CONFIG_SMP was enabled. This flew under the radar as none of the boards
supported by this driver needs SMP.
Fixes: 57aadb46bd63 ("usb: musb: jz4740: Add support for DMA")
Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
Queued for v5.8. Thanks.
-Bin.