[PATCH v2 0/2] Add ZTE LRX UART driver
liu.qingtao2 at zte.com.cn
liu.qingtao2 at zte.com.cn
Wed May 13 01:46:42 PDT 2026
>From 9eba3be2e9b4d5c77956258e3c5db95049c3a895 Mon Sep 17 00:00:00 2001
From: Wenhong Liu
Date: Mon, 12 May 2026 10:15:55 +0800
Subject: [PATCH v2 0/2] Add ZTE LRX UART driver
This patch series adds support for the ZTE LRX UART controller.
Patch 1: Devicetree binding documentation
Patch 2: UART driver implementation
Key features:
- FIFO mode (16-byte depth)
- Baud rate configuration
- Hardware flow control (RTS/CTS)
- DMA support
- Multiple interrupt mechanisms
Wenhong Liu (2):
dt-bindings: serial: Add zte,lrx-uart
tty: serial: Add LRX UART driver
Co-developed-by: Qingtao Liu
Signed-off-by: Qingtao Liu
Signed-off-by: Wenhong Liu
../bindings/serial/zte,lrx-uart.yaml | 51 +
MAINTAINERS | 8 +
drivers/tty/serial/Kconfig | 33 +
drivers/tty/serial/Makefile | 1 +
drivers/tty/serial/lrx_uart.c | 2822 +++++++++++++++++
5 files changed, 2915 insertions(+)
create mode 100644 Documentation/devicetree/bindings/serial/zte,lrx-uart.yaml
create mode 100644 drivers/tty/serial/lrx_uart.c
--
2.27.0
More information about the linux-riscv
mailing list