devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 tty-next 0/2] serial: Add driver for National Instruments UARTs
@ 2023-10-23 21:04 Brenda Streiff
  2023-10-23 21:04 ` [PATCH v6 tty-next 1/2] dt-bindings: serial: ni,ni16650: add bindings Brenda Streiff
  2023-10-23 21:04 ` [PATCH v6 tty-next 2/2] serial: 8250: add driver for NI UARTs Brenda Streiff
  0 siblings, 2 replies; 6+ messages in thread
From: Brenda Streiff @ 2023-10-23 21:04 UTC (permalink / raw)
  Cc: Brenda Streiff, Greg Kroah-Hartman, Jiri Slaby, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-serial, linux-kernel,
	devicetree

This patch series adds a driver for the 16550-like UARTs on National
Instruments (NI) embedded controller hardware.

These UARTs have an interface that is compatible with the TL16C550C (for
which we build on top of 8250_core) but also has extra registers for
the embedded RS-232/RS-485 transceiver control circuitry.
---
Changes from v5 -> v6:
- fix unused-const-variable warnings with COMPILE_TEST=y and W=1
  https://lore.kernel.org/oe-kbuild-all/202310170418.GCOnw1n1-lkp@intel.com/

v5: https://lore.kernel.org/linux-serial/20231012205112.112261-1-brenda.streiff@ni.com/
v4: https://lore.kernel.org/linux-serial/20230505213850.829639-1-brenda.streiff@ni.com/
v3: https://lore.kernel.org/linux-serial/20230418223800.284601-1-brenda.streiff@ni.com/
v2: https://lore.kernel.org/linux-serial/20230410211152.94332-1-brenda.streiff@ni.com/
v1: https://lore.kernel.org/linux-serial/20230329154235.615349-1-brenda.streiff@ni.com/

Brenda Streiff (2):
  dt-bindings: serial: ni,ni16650: add bindings
  serial: 8250: add driver for NI UARTs

 .../bindings/serial/ni,ni16550.yaml           |  51 ++
 MAINTAINERS                                   |   7 +
 drivers/tty/serial/8250/8250_ni.c             | 478 ++++++++++++++++++
 drivers/tty/serial/8250/Kconfig               |  13 +
 drivers/tty/serial/8250/Makefile              |   1 +
 5 files changed, 550 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/ni,ni16550.yaml
 create mode 100644 drivers/tty/serial/8250/8250_ni.c

-- 
2.30.2


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

end of thread, other threads:[~2023-10-24 13:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23 21:04 [PATCH v6 tty-next 0/2] serial: Add driver for National Instruments UARTs Brenda Streiff
2023-10-23 21:04 ` [PATCH v6 tty-next 1/2] dt-bindings: serial: ni,ni16650: add bindings Brenda Streiff
2023-10-24 13:33   ` Rob Herring
2023-10-23 21:04 ` [PATCH v6 tty-next 2/2] serial: 8250: add driver for NI UARTs Brenda Streiff
2023-10-24  5:54   ` Jiri Slaby
2023-10-24 10:10   ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).