* [PATCH 0/3] LiteUART serial driver
@ 2019-09-30 13:03 Mateusz Holenko
0 siblings, 0 replies; only message in thread
From: Mateusz Holenko @ 2019-09-30 13:03 UTC (permalink / raw)
To: Greg Kroah-Hartman, Rob Herring, Mark Rutland, linux-serial,
devicetree
Cc: Karol Gugala, Mateusz Holenko, Jiri Slaby, linux-kernel,
Maxime Ripard, Shawn Guo, Heiko Stuebner, Sam Ravnborg,
Laurent Pinchart, Icenowy Zheng, Mauro Carvalho Chehab,
David S. Miller, Paul E. McKenney
This patchset introduces support for LiteUART
- serial device from LiteX SoC builder
(https://github.com/enjoy-digital/litex).
In the following patchset I will add
a new mor1kx-based (OpenRISC) platform that
uses this device.
Later I plan to extend this platform by
adding support for more devices from LiteX suite.
Filip Kokosinski (3):
dt-bindings: vendor: add vendor prefix for LiteX
dt-bindings: serial: document LiteUART bindings
drivers/tty/serial: add LiteUART driver
.../bindings/serial/litex,liteuart.txt | 12 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
MAINTAINERS | 7 +
drivers/tty/serial/Kconfig | 30 ++
drivers/tty/serial/Makefile | 1 +
drivers/tty/serial/liteuart.c | 382 ++++++++++++++++++
include/uapi/linux/serial_core.h | 3 +
7 files changed, 437 insertions(+)
create mode 100644 Documentation/devicetree/bindings/serial/litex,liteuart.txt
create mode 100644 drivers/tty/serial/liteuart.c
--
2.23.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-30 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 13:03 [PATCH 0/3] LiteUART serial driver Mateusz Holenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox