commit | 0fe25d61102d44c5541b10e2bb8e6633665bc944 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Sun Jun 07 21:46:10 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Jun 25 09:22:32 2015 +0530 |
tree | 14620f5b5021896ac96fdbd073274dbb75a990f4 | |
parent | b206d9a23ac71cb905f5fb6e0cd813406f89b678 [diff] |
dmaengine: fsl-edma: clear pending interrupts on initialization Clear pending interrupts before requesting interrupts and move interrupt initialization after channels have been initialized. This avoids a NULL pointer dereference panic when using kexec while DMA requests were running. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Vinod Koul <vinod.koul@intel.com>