Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1376778 > unrolled thread

[PATCH] arm64: defconfig: Enable PL330 DMA controller

Started byAlim Akhtar <alim.akhtar@samsung.com>
First post2016-04-12 15:00 +0200
Last post2016-04-13 10:40 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: defconfig: Enable PL330 DMA controller Alim Akhtar <alim.akhtar@samsung.com> - 2016-04-12 15:00 +0200
    Re: [PATCH] arm64: defconfig: Enable PL330 DMA controller Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-12 16:10 +0200
    Re: [PATCH] arm64: defconfig: Enable PL330 DMA controller Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-13 10:40 +0200

#1376778 — [PATCH] arm64: defconfig: Enable PL330 DMA controller

FromAlim Akhtar <alim.akhtar@samsung.com>
Date2016-04-12 15:00 +0200
Subject[PATCH] arm64: defconfig: Enable PL330 DMA controller
Message-ID<rn65d-7BQ-19@gated-at.bofh.it>
This patch enables PL330 DMA controller found on exynos7 SoCs.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 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

[toc] | [next] | [standalone]


#1376826

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-04-12 16:10 +0200
Message-ID<rn7aW-al-21@gated-at.bofh.it>
In reply to#1376778
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 <alim.akhtar@samsung.com>
> ---
>  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 <k.kozlowski@samsung.com>

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

Best regards,
Krzysztof

[toc] | [prev] | [next] | [standalone]


#1377654

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-04-13 10:40 +0200
Message-ID<rnov7-6Oh-17@gated-at.bofh.it>
In reply to#1376778
On Tue, Apr 12, 2016 at 2:50 PM, Alim Akhtar <alim.akhtar@samsung.com> wrote:
> This patch enables PL330 DMA controller found on exynos7 SoCs.
>
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
>  arch/arm64/configs/defconfig |    1 +
>  1 file changed, 1 insertion(+)

Thanks, applied for v4.7.

Best regards,
Krzysztof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web