linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Support MPS2 UART controller
@ 2016-04-25  8:47 Vladimir Murzin
  2016-04-25  8:47 ` [PATCH 1/3] dt-bindings: document the MPS2 UART bindings Vladimir Murzin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vladimir Murzin @ 2016-04-25  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

These patches allow to use UART controller found on MPS2 platform.

Following [1], please, consider to merge them into tty/serial tree.

[1] https://lkml.org/lkml/2016/4/23/190

Thanks!

Vladimir Murzin (3):
  dt-bindings: document the MPS2 UART bindings
  serial: mps2-uart: add MPS2 UART driver
  serial: mps2-uart: add support for early console

 .../devicetree/bindings/serial/arm,mps2-uart.txt   |   19 +
 drivers/tty/serial/Kconfig                         |   13 +
 drivers/tty/serial/Makefile                        |    1 +
 drivers/tty/serial/mps2-uart.c                     |  625 ++++++++++++++++++++
 include/uapi/linux/serial_core.h                   |    3 +
 5 files changed, 661 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/arm,mps2-uart.txt
 create mode 100644 drivers/tty/serial/mps2-uart.c

-- 
1.7.9.5

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

end of thread, other threads:[~2016-05-06 14:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25  8:47 [PATCH 0/3] Support MPS2 UART controller Vladimir Murzin
2016-04-25  8:47 ` [PATCH 1/3] dt-bindings: document the MPS2 UART bindings Vladimir Murzin
2016-04-25  8:47 ` [PATCH 2/3] serial: mps2-uart: add MPS2 UART driver Vladimir Murzin
2016-04-25  8:47 ` [PATCH 3/3] serial: mps2-uart: add support for early console Vladimir Murzin
2016-05-06 14:31 ` [PATCH 0/3] Support MPS2 UART controller Paul Gortmaker
2016-05-06 14:43   ` Vladimir Murzin

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).