[PATCH v2 0/2] Add ZTE LRX UART driver

liu.qingtao2@zte.com.cn posted 2 patches 1 month ago
Only 0 patches received!
../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
[PATCH v2 0/2] Add ZTE LRX UART driver
Posted by liu.qingtao2@zte.com.cn 1 month ago
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
Re: [PATCH v2 0/2] Add ZTE LRX UART driver
Posted by Greg KH 1 month ago
On Wed, May 13, 2026 at 04:46:42PM +0800, liu.qingtao2@zte.com.cn wrote:
> >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

Again, why is this here?

Just use 'git send-email' to send patches out please.  Your patches here
are not threaded together at all and our tooling can not pick them up
:(

thanks,

greg k-h