]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Update hypervisor tty drivers to use core stdout parsing code.
authorGrant Likely <grant.likely@linaro.org>
Fri, 28 Mar 2014 15:12:18 +0000 (08:12 -0700)
committerGrant Likely <grant.likely@linaro.org>
Thu, 26 Jun 2014 16:12:23 +0000 (17:12 +0100)
commit3f151443970f3153a6e03b0573159438d82e9bbc
treeca01e3094f6fcd5b101dcc7edf716a25df3029d5
parent2f6d4eb309d90cb6fbad025d9f1c1a012dc395a2
tty: Update hypervisor tty drivers to use core stdout parsing code.

The evh_bytechan, hvc_opal and hvc_vio drivers all open code the parsing
of the stdout node in the device tree. This patch simplifies the driver
by removing the duplicated functionality.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/of/base.c
drivers/tty/ehv_bytechan.c
drivers/tty/hvc/hvc_opal.c
drivers/tty/hvc/hvc_vio.c
include/linux/of.h