]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaegnine: fsl-edma: add edma error interrupt handler
authorJoy Zou <joy.zou@nxp.com>
Mon, 7 Apr 2025 16:46:36 +0000 (12:46 -0400)
committerVinod Koul <vkoul@kernel.org>
Wed, 23 Apr 2025 13:12:46 +0000 (18:42 +0530)
commitd175222f5e90b7e1f23713378823c338fabb3258
treec27c5d0292574e7c377b283533238bb56ced26cc
parenta9ea01f28408169431dd3e6464ed2e48539f4280
dmaegnine: fsl-edma: add edma error interrupt handler

Add the edma error interrupt handler because it's useful to debug issue.

i.MX8ULP edma has per channel error interrupt.

i.MX91/93/95 and i.MX8QM/QXP/DXL edma share one error interrupt.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250407-edma_err-v2-2-9d7e5b77fcc4@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl-edma-common.c
drivers/dma/fsl-edma-common.h
drivers/dma/fsl-edma-main.c