]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: imx-sdma: Improve the SDMA irq name
authorFabio Estevam <festevam@denx.de>
Thu, 23 Jun 2022 12:33:53 +0000 (09:33 -0300)
committerVinod Koul <vkoul@kernel.org>
Fri, 1 Jul 2022 16:19:17 +0000 (21:49 +0530)
commit194726f1b6c280de5765f9b46ff1a7b94245b9ac
tree928bece37094dc4327c7240a479a29d2af498518
parent35ad3dd57d1616dcc21ea45270b69b067a268dd4
dmaengine: imx-sdma: Improve the SDMA irq name

On SoCs with several SDMA instances, such as i.MX8M for example,
all the SDMA related interrupts appear with the same "sdma" name.

Improve the SDMA irq name by associating it with the SDMA instance
via dev_name(), so that the SDMA irq names can be unique.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20220623123353.2570410-1-festevam@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c