commit | 4598fc2c94b68740e0269db03c98a1e7ad5af773 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Mon Oct 10 12:33:59 2011 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Sun Oct 16 17:16:45 2011 +0530 |
tree | c70d3208052b636ab299f2f0b18af3d52bffda9f | |
parent | 2389d674bfd42aa26cbbf6064ed48ee9a87a5c7e [diff] |
dmaengine: mid_dma: mask_peripheral_interrupt only when dmac is idle The mask_peripheral_interrupt is called when channel wants to mask the interrupt. Move this to suspend as this masking affects other channels as well. Not touching unmask here and unmask would still be done of first channel use Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>