RE: Re: [PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices.

2019-07-04 Thread Je Yen Tam
> On Mon, Jul 01, 2019 at 08:23:23PM -0700, jeyentam wrote: > > Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. > > > > Signed-off-by: jeyentam > > --- > > drivers/tty/serial/8250/8250_pci.c | 879 +++-- > > 1 file changed, 582 insertions(+), 297

RE: [priv] Re: [PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices.

2019-07-04 Thread Je Yen Tam
> Subject: [EXTERNAL] [priv] Re: [PATCH 1/2] serial/8250: Add support for > NI-Serial > PXI/PXIe+485 devices. > > On 02.07.19 05:23, jeyentam wrote: > > Hi, > > better writing to you personally, off-list. > > > Add support for NI-Serial PXIe-RS2

Re: [PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices.

2019-07-03 Thread Greg KH
On Mon, Jul 01, 2019 at 08:23:23PM -0700, jeyentam wrote: > Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. > > Signed-off-by: jeyentam > --- > drivers/tty/serial/8250/8250_pci.c | 879 +++-- > 1 file changed, 582 insertions(+), 297 deletions(-) >

[priv] Re: [PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices.

2019-07-03 Thread Enrico Weigelt, metux IT consult
On 02.07.19 05:23, jeyentam wrote: Hi, better writing to you personally, off-list. > Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. > > Signed-off-by: jeyentam ^^ maybe it would be nice to have your real name here. > @@ -1,10 +1,10 @@ > //

[PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices.

2019-07-01 Thread jeyentam
Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. Signed-off-by: jeyentam --- drivers/tty/serial/8250/8250_pci.c | 879 +++-- 1 file changed, 582 insertions(+), 297 deletions(-) diff --git a/drivers/tty/serial/8250/8250_pci.c