[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <609ef9c4-18cd-4a80-9821-5df27727772e@microchip.com>
Date: Fri, 8 Nov 2024 14:25:31 +0100
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
To: Robert Marko <robert.marko@...tura.hr>, <mturquette@...libre.com>,
	<sboyd@...nel.org>, <lee@...nel.org>, <gregkh@...uxfoundation.org>,
	<jirislaby@...nel.org>, <linux-clk@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <linux-serial@...r.kernel.org>,
	<linux-arm-kernel@...ts.infradead.org>
CC: <luka.perkov@...tura.hr>
Subject: Re: [PATCH 3/3] tty: serial: atmel: make it selectable for
 ARCH_LAN969X
On 08/11/2024 at 12:22, Robert Marko wrote:
A little commit message would be better.
> Signed-off-by: Robert Marko <robert.marko@...tura.hr>
> ---
>   drivers/tty/serial/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index 45f0f779fbf9..e6cf20b845f1 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -128,7 +128,7 @@ config SERIAL_SB1250_DUART_CONSOLE
>   config SERIAL_ATMEL
>          bool "AT91 on-chip serial port support"
>          depends on COMMON_CLK
> -       depends on ARCH_AT91 || COMPILE_TEST
> +       depends on ARCH_AT91 || ARCH_LAN969X ||COMPILE_TEST
Checkpatch.pl reports some "DOS line endings", you might need to fix this.
>          select SERIAL_CORE
>          select SERIAL_MCTRL_GPIO if GPIOLIB
>          select MFD_AT91_USART
> --
> 2.47.0
Once fixed, you can add my:
Acked-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
Thanks, best regards,
   Nicolas
Powered by blists - more mailing lists
 
