All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jag Raman <jag.raman@oracle.com>
To: sparclinux@vger.kernel.org
Subject: [PATCH v2 00/13] Enable Virtual Console Concentrator (VCC)
Date: Tue, 15 Aug 2017 21:02:56 +0000	[thread overview]
Message-ID: <cover.1502829972.git.jag.raman@oracle.com> (raw)

Patchset to enable Virtual Console Concentrator (VCC). VCC provides
access to the serial console of a guest domain. It creates a RAW
VIO/LDC link between the guest domain & primary through which serial
console data is shared.

This set addresses feedback provided by Dave Miller. Cleanup of
driver state is also addressed in this set. Patches updated
are 4, 5, 6 & 7.

version3:
 - PATCH 04/13: delete VIO timer during removal
 - PATCH 05/13: remove sysfs attr group during cleanup
 - PATCH 06/13: Timer access macros replaced with direct
                access. Timer routines check if VCC is
                removed. Delete timer during cleanup
 - PATCH 07/13: avoid explicit typecast of void pointer

Jag Raman (13):
  sparc64: vcc: Enable VCC module in linux
  sparc64: vcc: Add VCC debug message macros
  sparc64: vcc: TTY driver initialization and cleanup
  sparc64: vcc: Enable VCC port probe and removal
  sparc64: vcc: Create sysfs attribute group
  sparc64: vcc: Add RX & TX timer for delayed LDC operation
  sparc64: vcc: Enable LDC event processing engine
  sparc64: vcc: Add open & close TTY operations
  sparc64: vcc: Add hangup TTY operation
  sparc64: vcc: Add write & write_room TTY operations
  sparc64: vcc: Add chars_in_buffer TTY operation
  sparc64: vcc: Add break_ctl TTY operation
  sparc64: vcc: Add install & cleanup TTY operations

 MAINTAINERS                          |    1 +
 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                    | 1155 ++++++++++++++++++++++++++++++++++
 9 files changed, 1184 insertions(+), 3 deletions(-)
 create mode 100644 drivers/tty/vcc.c


             reply	other threads:[~2017-08-15 21:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15 21:02 Jag Raman [this message]
2017-08-16  4:45 ` [PATCH v2 00/13] Enable Virtual Console Concentrator (VCC) David Miller

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