]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: k3dma: Delete axi_config
authorLi Yu <liyu65@hisilicon.com>
Thu, 24 Jan 2019 20:24:19 +0000 (12:24 -0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 4 Feb 2019 09:00:50 +0000 (14:30 +0530)
commit1200e070d6cc5ae4ab702c460b48fefc6668eafa
tree8d061425aa81760f640b396416c708e75d5d85aa
parentd4bdc39f5bd00a2fbeb0fbd29c9cb3b595df38a2
dmaengine: k3dma: Delete axi_config

Axi_config controls whether DMA resources can be accessed in non-secure
mode, such as linux kernel. The register should be set by the bootloader
stage and depends on the device.

Thus, this patch removes axi_config from k3dma driver.

Cc: Dan Williams <dan.j.williams@intel.com>
Cc: Vinod Koul <vkoul@kernel.org>
Cc: Tanglei Han <hantanglei@huawei.com>
Cc: Zhuangluan Su <suzhuangluan@hisilicon.com>
Cc: Ryan Grachek <ryan@edited.us>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: dmaengine@vger.kernel.org
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Li Yu <liyu65@hisilicon.com>
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
[jstultz: Minor tweaks to commit message]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/k3dma.c