* [PATCH v2 00/13] Enable Virtual Console Concentrator (VCC)
@ 2017-08-15 21:02 Jag Raman
2017-08-16 4:45 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jag Raman @ 2017-08-15 21:02 UTC (permalink / raw)
To: sparclinux
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2 00/13] Enable Virtual Console Concentrator (VCC)
2017-08-15 21:02 [PATCH v2 00/13] Enable Virtual Console Concentrator (VCC) Jag Raman
@ 2017-08-16 4:45 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-08-16 4:45 UTC (permalink / raw)
To: sparclinux
From: Jag Raman <jag.raman@oracle.com>
Date: Tue, 15 Aug 2017 17:02:56 -0400
> 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.
Series applied, thank you.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-16 4:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 21:02 [PATCH v2 00/13] Enable Virtual Console Concentrator (VCC) Jag Raman
2017-08-16 4:45 ` David Miller
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.