commit | a752ee56ad84bf9a35b8323af1ad22b03c1df2c4 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@linaro.org> | Fri Mar 28 08:12:18 2014 -0700 |
committer | Grant Likely <grant.likely@linaro.org> | Thu Jun 26 17:12:23 2014 +0100 |
tree | ca01e3094f6fcd5b101dcc7edf716a25df3029d5 | |
parent | 003882180340a2808151d320dedd853f4cff5e4b [diff] |
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>