Re: [PATCH v5 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-04 Thread Stefan-gabriel Mirea
Hello Greg, On 10/4/2019 4:07 PM, gre...@linuxfoundation.org wrote: > On Wed, Oct 02, 2019 at 01:04:42PM +, Stefan-gabriel Mirea wrote: >> --- a/include/uapi/linux/serial_core.h >> +++ b/include/uapi/linux/serial_core.h >> @@ -290,7 +290,7 @@ >> /* Sunix UART */ >> #define PORT_SUNIX 121 >

Re: [PATCH v5 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-04 Thread gre...@linuxfoundation.org
On Wed, Oct 02, 2019 at 01:04:42PM +, Stefan-gabriel Mirea wrote: > --- a/include/uapi/linux/serial_core.h > +++ b/include/uapi/linux/serial_core.h > @@ -290,7 +290,7 @@ > /* Sunix UART */ > #define PORT_SUNIX 121 > > -/* Freescale Linflex UART */ > -#define PORT_LINFLEXUART 121 > +/*

[PATCH v5 3/5] serial: fsl_linflexuart: Be consistent with the name

2019-10-02 Thread Stefan-gabriel Mirea
For consistency reasons, spell the controller name as "LINFlexD" in comments and documentation. Signed-off-by: Stefan-Gabriel Mirea --- Documentation/admin-guide/kernel-parameters.txt | 2 +- drivers/tty/serial/Kconfig | 8 drivers/tty/serial/fsl_linflexuart.c