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


Groups > linux.kernel > #1562342 > unrolled thread

[PATCH] ARM: dts: at91: Enable DMA on sama5d4_xplained console

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2017-01-19 01:50 +0100
Last post2017-01-19 16:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: at91: Enable DMA on sama5d4_xplained console Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-01-19 01:50 +0100
    Re: [PATCH] ARM: dts: at91: Enable DMA on sama5d4_xplained console Nicolas Ferre <nicolas.ferre@atmel.com> - 2017-01-19 16:30 +0100

#1562342 — [PATCH] ARM: dts: at91: Enable DMA on sama5d4_xplained console

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-01-19 01:50 +0100
Subject[PATCH] ARM: dts: at91: Enable DMA on sama5d4_xplained console
Message-ID<t195o-2Ne-9@gated-at.bofh.it>
Enable DMA on usart3 to get a more reliable console. This is especially
useful for automation and kernelci were a kernel with PROVE_LOCKING enabled
is quite susceptible to character loss, resulting in tests failure.

Cc: stable <stable@vger.kernel.org> #v4.1+
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
index ed7fce297738..44d1171c7fc0 100644
--- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
@@ -110,6 +110,8 @@
 			};
 
 			usart3: serial@fc00c000 {
+				atmel,use-dma-rx;
+				atmel,use-dma-tx;
 				status = "okay";
 			};
 
-- 
2.11.0

[toc] | [next] | [standalone]


#1562823

FromNicolas Ferre <nicolas.ferre@atmel.com>
Date2017-01-19 16:30 +0100
Message-ID<t1mP0-3fj-27@gated-at.bofh.it>
In reply to#1562342
Le 18/01/2017 à 17:46, Alexandre Belloni a écrit :
> Enable DMA on usart3 to get a more reliable console. This is especially
> useful for automation and kernelci were a kernel with PROVE_LOCKING enabled
> is quite susceptible to character loss, resulting in tests failure.
> 
> Cc: stable <stable@vger.kernel.org> #v4.1+
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Thanks,
Regards.

> ---
>  arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> index ed7fce297738..44d1171c7fc0 100644
> --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts
> @@ -110,6 +110,8 @@
>  			};
>  
>  			usart3: serial@fc00c000 {
> +				atmel,use-dma-rx;
> +				atmel,use-dma-tx;
>  				status = "okay";
>  			};
>  
> 


-- 
Nicolas Ferre

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web