From: Jiri Slaby Date: Tue, 7 Aug 2012 19:47:36 +0000 (+0200) Subject: misc: pti, use tty_port_register_device X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c565ee07708e19474cd1133bf50289a36b5bcc26;p=pandora-kernel.git misc: pti, use tty_port_register_device So now we have enough of tty_ports, so we can signal the TTY layer to use them by tty_port_register_device. The upside is that we look like we can introduce tty_port_easy_open and put it directly as tty_operations->open to drivers doing nothing in open and using tty_port_register_device. Because the easy open can obtain a tty_port rather easily from a tty now. Heh, what a nice by-product. Signed-off-by: Jiri Slaby Cc: J Freyensee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed