public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] LRW UART: Patch series for LRW UART driver
@ 2026-02-13  9:33 LiuQingtao
  2026-02-13  9:33 ` [PATCH v1 1/2] LRW UART: dt-bindings: Add binding for LRW UART LiuQingtao
  2026-02-13  9:33 ` [PATCH v1 2/2] LRW UART: serial: add driver for the " LiuQingtao
  0 siblings, 2 replies; 9+ messages in thread
From: LiuQingtao @ 2026-02-13  9:33 UTC (permalink / raw)
  To: gregkh
  Cc: jirislaby, robh, krzk+dt, conor+dt, neil.armstrong,
	bjorn.andersson, marex, dev, mani, prabhakar.mahadev-lad.rj,
	linux-serial, linux-riscv, liu.wenhong35, liu.qingtao2, hu.yuye,
	dai.hualiang, deng.weixian, jia.yunxiang, bai.lu5, yang.susheng,
	shen.lin1, tan.hu, zuo.jiang

From: Wenhong Liu <liu.wenhong35@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


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

end of thread, other threads:[~2026-03-12 13:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-13  9:33 [PATCH v1 0/2] LRW UART: Patch series for LRW UART driver LiuQingtao
2026-02-13  9:33 ` [PATCH v1 1/2] LRW UART: dt-bindings: Add binding for LRW UART LiuQingtao
2026-02-13 10:00   ` Krzysztof Kozlowski
2026-02-13 14:24   ` Krzysztof Kozlowski
2026-02-13  9:33 ` [PATCH v1 2/2] LRW UART: serial: add driver for the " LiuQingtao
2026-02-13 10:02   ` Krzysztof Kozlowski
2026-02-13 16:27   ` kernel test robot
2026-02-13 17:50   ` kernel test robot
2026-03-12 13:45   ` Greg KH

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