All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jag Raman <jag.raman@oracle.com>
To: sparclinux@vger.kernel.org
Subject: [RFC] Add VCC driver to Linux
Date: Fri, 09 Jun 2017 16:32:01 +0000	[thread overview]
Message-ID: <cover.1497024581.git.jag.raman@oracle.com> (raw)

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


                 reply	other threads:[~2017-06-09 16:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1497024581.git.jag.raman@oracle.com \
    --to=jag.raman@oracle.com \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.