All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable PL330 DMA controller
@ 2016-04-12 12:50 ` Alim Akhtar
  0 siblings, 0 replies; 6+ messages in thread
From: Alim Akhtar @ 2016-04-12 12:50 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: catalin.marinas, will.deacon, k.kozlowski, linux-kernel, thomas.ab

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] arm64: defconfig: Enable PL330 DMA controller
@ 2016-04-12 12:50 ` Alim Akhtar
  0 siblings, 0 replies; 6+ messages in thread
From: Alim Akhtar @ 2016-04-12 12:50 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable PL330 DMA controller
  2016-04-12 12:50 ` Alim Akhtar
@ 2016-04-12 14:01   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-12 14:01 UTC (permalink / raw)
  To: Alim Akhtar, linux-arm-kernel
  Cc: catalin.marinas, will.deacon, linux-kernel, thomas.ab

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] arm64: defconfig: Enable PL330 DMA controller
@ 2016-04-12 14:01   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-12 14:01 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable PL330 DMA controller
  2016-04-12 12:50 ` Alim Akhtar
@ 2016-04-13  8:33   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-13  8:33 UTC (permalink / raw)
  To: Alim Akhtar
  Cc: linux-arm-kernel, catalin.marinas, thomas.ab, will.deacon, linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] arm64: defconfig: Enable PL330 DMA controller
@ 2016-04-13  8:33   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2016-04-13  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-13  8:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 12:50 [PATCH] arm64: defconfig: Enable PL330 DMA controller Alim Akhtar
2016-04-12 12:50 ` Alim Akhtar
2016-04-12 14:01 ` Krzysztof Kozlowski
2016-04-12 14:01   ` Krzysztof Kozlowski
2016-04-13  8:33 ` Krzysztof Kozlowski
2016-04-13  8:33   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.