/openbmc/linux/arch/um/drivers/ |
H A D | chan_kern.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/tty/ |
H A D | nozomi.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | moxa.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | tty_port.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | n_gsm.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/usb/serial/ |
H A D | keyspan.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | sierra.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | option.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/net/usb/ |
H A D | hso.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/include/linux/ |
H A D | tty.h | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-acm.c | diff aa27a094e2c2e0cc59914e56113b860f524f4479 Thu Mar 07 06:12:30 CST 2013 Jiri Slaby <jslaby@suse.cz> TTY: add tty_port_tty_hangup helper
It allows for cleaning up on a considerable amount of places. They did port_get, hangup, kref_put. Now the only thing needed is to call tty_port_tty_hangup which does exactly that. And they can also decide whether to consider CLOCAL or completely ignore that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|