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

2019-07-26 Thread jeyentam
Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. Signed-off-by: Je Yen Tam --- v5 -> v6 - Fix author full name. v4 -> v5 - Remove blank lines between variable definitions. - Remove trace_printk(). v3 -> v4: - Add changes description. v2 -> v3: - Add "full" name for

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

2019-07-25 Thread jeyentam
Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. Signed-off-by: jeyentam --- v4 -> v5 - Remove blank lines between variable definitions. - Remove trace_printk(). v3 -> v4: - Add changes description. v2 -> v3: - Add "full" name for author - Use B

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

2019-07-05 Thread jeyentam
Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. Signed-off-by: Je Yen Tam --- v3 -> v4: - Add changes description. v2 -> v3: - Add "full" name for author - Use BIT() macro for bits definition - Remove unnecessary WARN_ON() - Change debugging interface to ftrace - Fix

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

2019-07-05 Thread jeyentam
Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. Signed-off-by: Je Yen Tam --- drivers/tty/serial/8250/8250_pci.c | 298 - 1 file changed, 294 insertions(+), 4 deletions(-) diff --git a/drivers/tty/serial/8250/8250_pci.c

[PATCH V2 2/2] PCI: Add NI-Serial PXI/PXIe+485 device IDs

2019-07-03 Thread jeyentam
Add NI PXIe-RS232, PXI-RS485 and PXIe-RS485 device IDs. Signed-off-by: jeyentam --- include/linux/pci_ids.h | 12 1 file changed, 12 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 70e86148cb1e..7fad4794789f 100644 --- a/include/linux/pci_ids.h

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

2019-07-03 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 | 293 - 1 file changed, 289 insertions(+), 4 deletions(-) diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial

[PATCH 2/2] PCI: Add NI-Serial PXI/PXIe+485 device IDs

2019-07-01 Thread jeyentam
Add NI PXIe-RS232, PXI-RS485 and PXIe-RS485 device IDs. Signed-off-by: jeyentam --- include/linux/pci_ids.h | 62 - 1 file changed, 37 insertions(+), 25 deletions(-) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 70e86148cb1e

[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 b/drivers/tty/serial