Searched hist:"2 cb4ca0208722836e921d5ba780b09f29d4026b8" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | diff 2cb4ca0208722836e921d5ba780b09f29d4026b8 Tue Aug 07 14:47:50 CDT 2012 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_link_device
This is for those drivers which do not have dynamic device creation (do not call tty_port_register_device) and do not want to implement tty->ops->install (will not call tty_port_install). They still have to provide the link somehow though.
And this newly added function is exactly to serve that purpose.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/include/linux/ |
H A D | tty.h | diff 2cb4ca0208722836e921d5ba780b09f29d4026b8 Tue Aug 07 14:47:50 CDT 2012 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_link_device
This is for those drivers which do not have dynamic device creation (do not call tty_port_register_device) and do not want to implement tty->ops->install (will not call tty_port_install). They still have to provide the link somehow though.
And this newly added function is exactly to serve that purpose.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|