2016-04-12 12:50:47

by Alim Akhtar

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: Enable PL330 DMA controller

This patch enables PL330 DMA controller found on exynos7 SoCs.

Signed-off-by: Alim Akhtar <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f705051..60e5886 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -230,6 +230,7 @@ CONFIG_RTC_DRV_SUN6I=y
CONFIG_RTC_DRV_XGENE=y
CONFIG_DMADEVICES=y
CONFIG_QCOM_BAM_DMA=y
+CONFIG_PL330_DMA=y
CONFIG_TEGRA20_APB_DMA=y
CONFIG_RCAR_DMAC=y
CONFIG_VFIO=y
--
1.7.10.4


2016-04-12 14:01:09

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable PL330 DMA controller

On 04/12/2016 02:50 PM, Alim Akhtar wrote:
> This patch enables PL330 DMA controller found on exynos7 SoCs.
>
> Signed-off-by: Alim Akhtar <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index f705051..60e5886 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -230,6 +230,7 @@ CONFIG_RTC_DRV_SUN6I=y
> CONFIG_RTC_DRV_XGENE=y
> CONFIG_DMADEVICES=y
> CONFIG_QCOM_BAM_DMA=y
> +CONFIG_PL330_DMA=y
> CONFIG_TEGRA20_APB_DMA=y
> CONFIG_RCAR_DMAC=y
> CONFIG_VFIO=y

Reviewed-by: Krzysztof Kozlowski <[email protected]>

If there are no objections, I can take it through samsung-soc tree.

Best regards,
Krzysztof

2016-04-13 08:33:45

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: Enable PL330 DMA controller

On Tue, Apr 12, 2016 at 2:50 PM, Alim Akhtar <[email protected]> wrote:
> This patch enables PL330 DMA controller found on exynos7 SoCs.
>
> Signed-off-by: Alim Akhtar <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)

Thanks, applied for v4.7.

Best regards,
Krzysztof