Re: [PATCH] tty: serial: amba-pl011: added RS485 support

From: Greg Kroah-Hartman
Date: Tue Jan 07 2020 - 02:28:36 EST


On Tue, Jan 07, 2020 at 12:52:03AM +0100, Ivan Sistik wrote:
> --- a/drivers/tty/serial/amba-pl011.c
> +++ b/drivers/tty/serial/amba-pl011.c
> @@ -14,6 +14,9 @@
> * not have an RI input, nor do they have DTR or RTS outputs. If
> * required, these have to be supplied via some other means (eg, GPIO)
> * and hooked into this driver.
> + *
> + * Added software RS485 support, 05/jan/2020, Ivan Sistik
> + * sistik@xxxxxxxxxxxxxx

No need for this, that is what git changelogs are for :)

thanks,

greg k-h