Searched hist:c3485ee0d560b182e1e0f67d67246718739f0782 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | diff c3485ee0d560b182e1e0f67d67246718739f0782 Thu Feb 02 13:48:05 CST 2017 Rob Herring <robh@kernel.org> tty_port: Add port client functions
Introduce a client (upward direction) operations struct for tty_port clients. Initially supported operations are for receiving data and write wake-up. This will allow for having clients other than an ldisc.
Convert the calls to the ldisc to use the client ops as the default operations.
Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-By: Sebastian Reichel <sre@kernel.org> Tested-By: Sebastian Reichel <sre@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty_buffer.c | diff c3485ee0d560b182e1e0f67d67246718739f0782 Thu Feb 02 13:48:05 CST 2017 Rob Herring <robh@kernel.org> tty_port: Add port client functions
Introduce a client (upward direction) operations struct for tty_port clients. Initially supported operations are for receiving data and write wake-up. This will allow for having clients other than an ldisc.
Convert the calls to the ldisc to use the client ops as the default operations.
Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-By: Sebastian Reichel <sre@kernel.org> Tested-By: Sebastian Reichel <sre@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/include/linux/ |
H A D | tty.h | diff c3485ee0d560b182e1e0f67d67246718739f0782 Thu Feb 02 13:48:05 CST 2017 Rob Herring <robh@kernel.org> tty_port: Add port client functions
Introduce a client (upward direction) operations struct for tty_port clients. Initially supported operations are for receiving data and write wake-up. This will allow for having clients other than an ldisc.
Convert the calls to the ldisc to use the client ops as the default operations.
Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-By: Sebastian Reichel <sre@kernel.org> Tested-By: Sebastian Reichel <sre@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|