Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: add KEBA UART driver
@ 2025-10-14 19:15 Gerhard Engleder
  2025-10-14 19:15 ` [PATCH 1/2] serial: Keep rs485 settings for devices without firmware node Gerhard Engleder
  2025-10-14 19:15 ` [PATCH 2/2] serial: 8250: add driver for KEBA UART Gerhard Engleder
  0 siblings, 2 replies; 5+ messages in thread
From: Gerhard Engleder @ 2025-10-14 19:15 UTC (permalink / raw)
  To: linux-serial; +Cc: gregkh, jirislaby, Gerhard Engleder

First the serial subsystem is prepared to keep rs485 settings from the
driver if no firmware node exists. This enables drivers to configure a
default rs485 mode, which is set by the serial subsystem.

Second the driver for the KEBA UART is added. This driver supports
multiple rs485 mode and selects RS485 as default mode. This UART is
found in KEBA PLC devices. The auxiliary devices for this driver are
created by the cp500 driver.

Gerhard Engleder (2):
  serial: Keep rs485 settings for devices without firmware node
  serial: 8250: add driver for KEBA UART

 drivers/tty/serial/8250/8250_keba.c | 279 ++++++++++++++++++++++++++++
 drivers/tty/serial/8250/Kconfig     |  13 ++
 drivers/tty/serial/8250/Makefile    |   1 +
 drivers/tty/serial/serial_core.c    |   8 +-
 4 files changed, 300 insertions(+), 1 deletion(-)
 create mode 100644 drivers/tty/serial/8250/8250_keba.c

-- 
2.39.5


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

end of thread, other threads:[~2025-10-15 19:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 19:15 [PATCH 0/2] serial: add KEBA UART driver Gerhard Engleder
2025-10-14 19:15 ` [PATCH 1/2] serial: Keep rs485 settings for devices without firmware node Gerhard Engleder
2025-10-14 19:15 ` [PATCH 2/2] serial: 8250: add driver for KEBA UART Gerhard Engleder
2025-10-15  6:14   ` Jiri Slaby
2025-10-15 18:52     ` Gerhard Engleder

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