[PATCH v1 0/2] LRW UART: Patch series for LRW UART driver

LiuQingtao qtliu at mail.ustc.edu.cn
Fri Feb 13 01:33:32 PST 2026


From: Wenhong Liu <liu.wenhong35 at zte.com.cn>

This patch series introduce the driver for LRW UART
  dt-bindings: serial: Add binding for LRW UART
  tty: serial: add driver for the LRW UART

 .../bindings/serial/lrw,lrw-uart.yaml         |   49 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 MAINTAINERS                                   |   10 +
 drivers/tty/serial/Kconfig                    |   33 +
 drivers/tty/serial/Makefile                   |    1 +
 drivers/tty/serial/lrw_uart.c                 | 2822 +++++++++++++++++
 include/uapi/linux/serial_core.h              |    3 +
 7 files changed, 2920 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/lrw,lrw-uart.yaml
 create mode 100644 drivers/tty/serial/lrw_uart.c

-- 
2.27.0




More information about the linux-riscv mailing list