All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] dma: mmp_tdma: disable irq when disabling dma channel
@ 2013-06-15  4:51 Qiao Zhou
  2013-06-15  4:51 ` Qiao Zhou
  0 siblings, 1 reply; 4+ messages in thread
From: Qiao Zhou @ 2013-06-15  4:51 UTC (permalink / raw)
  To: djbw, vinod.koul, zhangfei.gao, linux-kernel; +Cc: Qiao Zhou

V2 -> V1:
1, mask dma interrupt when disable DMA channel.
2, remove patch v1.

if the dma channel is disabled without interrupt masked, the interrupt
status may still be set. next time when dma channel is enabled again,
the old interrupt status may trigger the interrupt wrongly. we need to
mask the interrupt when dma channel is disabled.

Qiao Zhou (1):
  dma: mmp_tdma: disable irq when disabling dma channel

 drivers/dma/mmp_tdma.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-21  9:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15  4:51 [PATCH V2] dma: mmp_tdma: disable irq when disabling dma channel Qiao Zhou
2013-06-15  4:51 ` Qiao Zhou
2013-06-15  7:52   ` zhangfei gao
2013-06-21  8:52   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.