]> git.itanic.dy.fi Git - linux-stable/commit
serial: Add support for Advantech PCI-1611U card
authorVitaliy Tomin <tomin@iszf.irk.ru>
Sun, 23 Apr 2023 03:45:12 +0000 (11:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 May 2023 11:44:07 +0000 (12:44 +0100)
commit6eb9ed0ab7b587af7774e553b752c4862d7633d5
tree3f6e1b0fb30be5c89c9b3b0041bfeecf6677e6db
parent21f107a959650adba3cee020ed0c0fb983baf0e0
serial: Add support for Advantech PCI-1611U card

commit d2b00516de0e1d696724247098f6733a6ea53908 upstream.

Add support for Advantech PCI-1611U card

Advantech provides opensource drivers for this and many others card
based on legacy copy of 8250_pci driver called adv950

https://www.advantech.com/emt/support/details/driver?id=1-TDOIMJ

It is hard to maintain to run as out of tree module on newer kernels.
Just adding PCI ID to kernel 8250_pci works perfect.

Signed-off-by: Vitaliy Tomin <tomin@iszf.irk.ru>
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/20230423034512.2671157-1-tomin@iszf.irk.ru
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c