kernel-hacking-2024-linux-s.../drivers/isdn/gigaset
Jiri Slaby 48a7466f4d TTY: isdn/gigaset, use tty_port
Let us port the code to use tty_port. We now use open_count and tty
from there. This allows us also to use tty_port_tty_set with tty
refcounting instead of hand-written locking and logic.

Note that tty and open_count are no longer protected by cs->lock. It is
protected by tty_port->lock. But since all the places where they were
used are now switched to the helpers, we are fine.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Hansjoerg Lipp <hjlipp@web.de>
Acked-by: Tilman Schmidt <tilman@imap.cc>
Cc: <gigaset307x-common@lists.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-03-08 12:51:13 -08:00
..
asyncdata.c
bas-gigaset.c
capi.c
common.c TTY: isdn/gigaset, use tty_port 2012-03-08 12:51:13 -08:00
dummyll.c
ev-layer.c
gigaset.h TTY: isdn/gigaset, use tty_port 2012-03-08 12:51:13 -08:00
i4l.c isdn/gigaset: report ISDN4Linux interface only once 2011-11-27 17:08:30 -05:00
interface.c TTY: isdn/gigaset, use tty_port 2012-03-08 12:51:13 -08:00
isocdata.c
Kconfig
Makefile
proc.c
ser-gigaset.c
usb-gigaset.c