All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Add VCC driver to Linux
@ 2017-06-09 16:32 Jag Raman
  0 siblings, 0 replies; only message in thread
From: Jag Raman @ 2017-06-09 16:32 UTC (permalink / raw)
  To: sparclinux

This patch adds VCC (Virtual Console Concentrator) support to Linux.  VCC 
enables the virtualization of serial console on SPARC processors. VCC 
provides access to the guest domain's serial console.

This patch would be broken down into multiple smaller patches. It will
also be cleaned up for style related errors. It hopefully provides a 
sense of how the APIs added previously are used.

Jag Raman (1):
  sparc64: Add virtual console server support

 arch/sparc/configs/sparc64_defconfig |    1 +
 arch/sparc/include/asm/vio.h         |    9 +
 arch/sparc/kernel/ldc.c              |    2 +
 arch/sparc/kernel/vio.c              |    1 +
 arch/sparc/kernel/viohs.c            |   12 +-
 drivers/tty/Kconfig                  |    5 +
 drivers/tty/Makefile                 |    1 +
 drivers/tty/vcc.c                    | 1193 ++++++++++++++++++++++++++++++++++
 8 files changed, 1221 insertions(+), 3 deletions(-)
 create mode 100644 drivers/tty/vcc.c


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-09 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 16:32 [RFC] Add VCC driver to Linux Jag Raman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.