|
|
Log in / Subscribe / Register

8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function.

From:  Kumaravel Thiagarajan <kumaravel.thiagarajan-AT-microchip.com>
To:  <gregkh-AT-linuxfoundation.org>, <jirislaby-AT-kernel.org>, <ilpo.jarvinen-AT-linux.intel.com>, <andy.shevchenko-AT-gmail.com>, <u.kleine-koenig-AT-pengutronix.de>, <johan-AT-kernel.org>, <wander-AT-redhat.com>, <etremblay-AT-distech-controls.com>, <macro-AT-orcam.me.uk>, <geert+renesas-AT-glider.be>, <jk-AT-ozlabs.org>, <phil.edworthy-AT-renesas.com>, <lukas-AT-wunner.de>
Subject:  [PATCH v1 tty-next 0/2] 8250: microchip: pci1xxxx: Add driver for the pci1xxxx's quad-uart function.
Date:  Tue, 30 Aug 2022 23:30:52 +0530
Message-ID:  <20220830180054.1998296-1-kumaravel.thiagarajan@microchip.com>
Cc:  <linux-kernel-AT-vger.kernel.org>, <linux-serial-AT-vger.kernel.org>, <UNGLinuxDriver-AT-microchip.com>
Archive-link:  Article

pci1xxxx is a PCIe switch with a multi-function endpoint on one of its
downstream ports. Quad-uart is one of the functions in the multi-function
endpoint. This patch adds device driver for the quad-uart function and
enumerates between 1 to 4 instances of uarts based on the PCIe subsystem
device ID.

Kumaravel Thiagarajan (2):
  8250: microchip: pci1xxxx: Add driver for the quad-uart function in
    the  multi-function endpoint of pci1xxxx device.
  8250: microchip: pci1xxxx: Add power management functions to
    pci1xxxx's  quad-uart driver.

 MAINTAINERS                             |   6 +
 drivers/tty/serial/8250/8250_pci1xxxx.c | 585 ++++++++++++++++++++++++
 drivers/tty/serial/8250/8250_port.c     |   8 +
 drivers/tty/serial/8250/Kconfig         |   9 +
 drivers/tty/serial/8250/Makefile        |   1 +
 include/uapi/linux/serial_core.h        |   3 +
 6 files changed, 612 insertions(+)
 create mode 100644 drivers/tty/serial/8250/8250_pci1xxxx.c

-- 
2.25.1



Copyright © 2022, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds