The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add ZTE LRX UART driver
@ 2026-05-13  8:46 liu.qingtao2
  2026-05-13 10:01 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: liu.qingtao2 @ 2026-05-13  8:46 UTC (permalink / raw)
  To: krzk, gregkh, jirislaby, robh, krzk+dt, conor+dt, marex, pjw,
	palmer, aou, alex, rdunlap, geert+renesas, quic_zongjian,
	arturs.artamonovs, robert.marko, hvilleneuve, thierry.bultel.yh,
	julianbraha, flavra, prabhakar.mahadev-lad.rj, linux-serial,
	linux-kernel, devicetree, linux-riscv, liu.wenhong35, liu.fei16,
	dai.hualiang, deng.weixian, jia.yunxiang, he.yilin, bai.lu5,
	yang.susheng, shen.lin1, zuo.jiang, hu.shengming, gao.rui, tan.hu,
	liu.qingtao2

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

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

* Re: [PATCH v2 0/2] Add ZTE LRX UART driver
  2026-05-13  8:46 [PATCH v2 0/2] Add ZTE LRX UART driver liu.qingtao2
@ 2026-05-13 10:01 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2026-05-13 10:01 UTC (permalink / raw)
  To: liu.qingtao2
  Cc: krzk, jirislaby, robh, krzk+dt, conor+dt, marex, pjw, palmer, aou,
	alex, rdunlap, geert+renesas, quic_zongjian, arturs.artamonovs,
	robert.marko, hvilleneuve, thierry.bultel.yh, julianbraha, flavra,
	prabhakar.mahadev-lad.rj, linux-serial, linux-kernel, devicetree,
	linux-riscv, liu.wenhong35, liu.fei16, dai.hualiang, deng.weixian,
	jia.yunxiang, he.yilin, bai.lu5, yang.susheng, shen.lin1,
	zuo.jiang, hu.shengming, gao.rui, tan.hu

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

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

end of thread, other threads:[~2026-05-13 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13  8:46 [PATCH v2 0/2] Add ZTE LRX UART driver liu.qingtao2
2026-05-13 10:01 ` Greg KH

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