mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/3] serial:8250:Add driver support for MCHP PCI1XXXX UART module
@ 2021-09-29 11:30 LakshmiPraveen Kopparthi
  2021-09-29 11:30 ` [PATCH v1 1/3] serial:8250:Add basic driver support for MCHP PCI1XXXX UART LakshmiPraveen Kopparthi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: LakshmiPraveen Kopparthi @ 2021-09-29 11:30 UTC (permalink / raw)
  To: gregkh, jirislaby, andriy.shevchenko, macro, zev, vigneshr,
	linux-serial, linux-kernel
  Cc: UNGLinuxDriver

PCI1XXXX UART is a PCIe to UART module. It has 5 SKUs, each is
differentiated by the device IDs in the PCIe config space. Each
SKU supports a maximum of 4 UART ports(UART0,1,2,3) with fixed 
offests.Based on the sub device ID, the combinations of UART 
ports shall be enumerated.

The UART port is compatible with the standard 16550A, but has some 
modifications.The modifications includes a change in the baud rate
settings,auto control of RTS signal for RS485 feature and an
increase of TX & RX FIFO size to 256 Bytes.Also, it has a capability
to wake up the CPU. 

These patches adds the support to enumerate and exercise all the
combinations of UART ports in all the SKUs.

LakshmiPraveen Kopparthi (3):
  Add basic driver support for MCHP PCI1XXXX UART
  Add RS485 support for MCHP PCI1XXXX UART
  Add non standard baudrate support for MCHP PCI1XXXX UART module

 drivers/tty/serial/8250/8250_pci.c  | 384 ++++++++++++++++++++++++++++
 drivers/tty/serial/8250/8250_port.c |   8 +
 include/uapi/linux/serial_core.h    |   3 +
 3 files changed, 395 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2021-10-05  9:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29 11:30 [PATCH v1 0/3] serial:8250:Add driver support for MCHP PCI1XXXX UART module LakshmiPraveen Kopparthi
2021-09-29 11:30 ` [PATCH v1 1/3] serial:8250:Add basic driver support for MCHP PCI1XXXX UART LakshmiPraveen Kopparthi
2021-09-29 11:30 ` [PATCH v1 2/3] serial:8250:Add RS485 " LakshmiPraveen Kopparthi
2021-09-29 11:30 ` [PATCH v1 3/3] serial:8250: Add non standard baudrate " LakshmiPraveen Kopparthi
2021-09-29 16:48 ` [PATCH v1 0/3] serial:8250:Add driver support for MCHP PCI1XXXX UART module Andy Shevchenko
2021-10-05  8:48   ` LakshmiPraveen Kopparthi
2021-10-05  9:47     ` Andy Shevchenko

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

all inboxes | Powered by JetHome®