]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/3270: introduce device notifier
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 8 Jan 2013 14:31:11 +0000 (15:31 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 14 Feb 2013 14:55:02 +0000 (15:55 +0100)
commitc95571e68086d36e8e3369597b03ec29c63abec9
tree20cb4b0f1f9bbf49375ab6a6458668fd726f6841
parent57985d7e1e48f16548aa6904264e21bca15af0fc
s390/3270: introduce device notifier

Add a notifier to create / destroy the device nodes for the tty view
and the fullscreen view. Only device nodes for online devices are
created and the device names will follow the convention as outlined
in Documentation/devices.txt: 3270/tty<x> for the tty nodes,
3270/tub<x> for hte fullscreen nodes and 3270/tub for the fullscreen
control node.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/fs3270.c
drivers/s390/char/raw3270.c
drivers/s390/char/raw3270.h
drivers/s390/char/tty3270.c