https://github.com/torvalds/linux
Revision 5bb5c3a3ac102158b799bf5eda871223aa5e9c25 authored by Shun-Chih Yu on 25 April 2019, 03:53:50 UTC, committed by Vinod Koul on 26 April 2019, 11:56:38 UTC
This patch fixes wrong register usage in the mtk_cqdma_start. The
destination register should be MTK_CQDMA_DST2 instead.

Fixes: b1f01e48df5a ("dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for MT6765 SoC")
Signed-off-by: Shun-Chih Yu <shun-chih.yu@mediatek.com>
Cc: stable@vger.kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 6e7da74
Raw File
Tip revision: 5bb5c3a3ac102158b799bf5eda871223aa5e9c25 authored by Shun-Chih Yu on 25 April 2019, 03:53:50 UTC
dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_start
Tip revision: 5bb5c3a
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"
back to top