Merge branch 'sparc64-LDC-changes-for-porting-VCC-driver-into-upstream-kernel'
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Jun 2017 21:11:12 +0000 (14:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Jun 2017 21:11:12 +0000 (14:11 -0700)
commit0abdfaf4a95435c0197603a262149019ca2f448d
treef195fabfa9406d05f8578b0532136e14311bedc3
parent95c4629d92d15d10e5f7c55bfb72583f96a91374
parent93ec4a828e6d777a61f497bc6e0cf9239fde35c7
Merge branch 'sparc64-LDC-changes-for-porting-VCC-driver-into-upstream-kernel'

Jag Raman says:

====================
sparc64: LDC changes for porting VCC driver into upstream kernel

This series of patches is part of an effort to add 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.

VCC depends on some core functionalities in the linux kernel for SPARC. The
functionalities include LDC (Logical Domain Channels), MDESC (Machine
Descriptor) and VIO (Virtual IO protocol). In order for VCC to be enabled,
it requires that these core functionalities support them.

This series of patches adds LDC support to enable VCC on Linux. It
is the first batch of changes to enable VCC.

This version 4 of the series addresses the following changes
suggested by Dave Miller
Patch 1/5: Modifies ldc_print/__ldc_print to print caller name. Fixes
           indentation of wrapped lines.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>