public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: exar: add Connect Tech serial cards to Exar driver
@ 2024-04-11 15:29 parker
  2024-04-11 15:29 ` [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to include/linux/pci_ids.h parker
  2024-04-11 15:29 ` [PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port support to 8250_exar parker
  0 siblings, 2 replies; 10+ messages in thread
From: parker @ 2024-04-11 15:29 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, linux-kernel, linux-serial,
	Bjorn Helgaas, linux-pci
  Cc: Parker Newman

From: Parker Newman <pnewman@connecttech.com>

Hello,
These patches add proper support for most of Connect Tech's (CTI) Exar
based serial cards. Previously, only a subset of CTI's cards would work
with the Exar driver while the rest required the CTI out-of-tree driver.
These patches are intended to phase out the out-of-tree driver.

I am new to the mailing lists and contributing to the kernel so please
let me know if I have made any mistakes or if you have any feedback.

Thank you,

Parker Newman (2):
  serial: exar: add missing CTI/Exar PCI IDs to include/linux/pci_ids.h
  serial: exar: adding CTI PCI/PCIe serial port support to 8250_exar

 drivers/tty/serial/8250/8250_exar.c | 1092 +++++++++++++++++++++++++--
 include/linux/pci_ids.h             |  104 ++-
 2 files changed, 1094 insertions(+), 102 deletions(-)

--
2.43.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-12  5:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 15:29 [PATCH 0/2] serial: exar: add Connect Tech serial cards to Exar driver parker
2024-04-11 15:29 ` [PATCH 1/2] serial: exar: add missing CTI/Exar PCI IDs to include/linux/pci_ids.h parker
2024-04-11 15:54   ` Greg Kroah-Hartman
2024-04-11 16:22     ` Parker Newman
2024-04-11 17:13       ` Greg Kroah-Hartman
2024-04-11 15:29 ` [PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port support to 8250_exar parker
2024-04-11 15:55   ` Greg Kroah-Hartman
2024-04-11 16:28     ` Parker Newman
2024-04-12  4:53   ` kernel test robot
2024-04-12  5:17   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox