On 26-11-18, 16:14, Michael Tretter wrote: > All device_prep_dma_* functions and device_issue_pending can be called > from an interrupt context. As this includes hard IRQs, we must use > spin_lock_irqsave() instead of spin_lock_bh() to access chan->lock. Applied, thanks -- ~Vinod