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>
Showing
- drivers/of/base.c 4 additions, 1 deletiondrivers/of/base.c
- drivers/tty/ehv_bytechan.c 4 additions, 39 deletionsdrivers/tty/ehv_bytechan.c
- drivers/tty/hvc/hvc_opal.c 3 additions, 12 deletionsdrivers/tty/hvc/hvc_opal.c
- drivers/tty/hvc/hvc_vio.c 10 additions, 19 deletionsdrivers/tty/hvc/hvc_vio.c
- include/linux/of.h 1 addition, 0 deletionsinclude/linux/of.h
Loading
Please register or sign in to comment