]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: tegra210-adma: fix global intr clear
authorMohan Kumar <mkumard@nvidia.com>
Mon, 2 Jan 2023 06:48:44 +0000 (12:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jan 2023 06:24:39 +0000 (07:24 +0100)
commit8e523fa5d32b910b89187de789808105907110c4
treeee8a0211c9d34c6e3de4acc967fc5c7b93ea82fe
parent4bd732a79b465b6e5ce9c15fb717f65444c79e77
dmaengine: tegra210-adma: fix global intr clear

commit b483a80940b29a66f66e830a988a51629d613832 upstream.

The current global interrupt clear programming register offset
was not correct. Fix the programming with right offset

Fixes: b323839bc883 ("dmaengine: tegra210-adma: prepare for supporting newer Tegra chips")
Cc: stable@vger.kernel.org
Signed-off-by: Mohan Kumar <mkumard@nvidia.com>
Link: https://lore.kernel.org/r/20230102064844.31306-1-mkumard@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/tegra210-adma.c