Re: [PATCH] tty: serial: amba-pl011: added RS485 support
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-01-07 07:28:36
Also in:
linux-arm-kernel, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2020-01-07 07:28:36
Also in:
linux-arm-kernel, lkml
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@3ksolutions.sk
No need for this, that is what git changelogs are for :) thanks, greg k-h