]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dmaengine: sh: rz_dmac: make error interrupt optional
authorCosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Mon, 5 Jan 2026 11:44:42 +0000 (13:44 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Mar 2026 11:26:30 +0000 (12:26 +0100)
commitb34f3fcae72a0afdd1a966fd68309b461bf678e6
tree4403a023feb620400253a8bf05123c022e980363
parent2438deea9ff82940ebfce67e232d558199ab8a6e
dmaengine: sh: rz_dmac: make error interrupt optional

The Renesas RZ/T2H (R9A09G077) and RZ/N2H (R9A09G087) SoCs do not have
an error interrupt for the DMACs, and the current driver implementation
does not make much use of it.

To prepare for adding support for these SoCs, do not error out if the
error interrupt is missing.

Signed-off-by: Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260105114445.878262-2-cosmin-gabriel.tanislav.xa@renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sh/rz-dmac.c