Searched hist:"906 cbe1364d94da7cbf74c1d05e3e78b2883f661" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | tty_mutex.c | diff 906cbe1364d94da7cbf74c1d05e3e78b2883f661 Thu Jul 14 07:35:14 CDT 2011 Jiri Slaby <jslaby@suse.cz> TTY: remove tty_locked
We used it really only serial and ami_serial. The rest of the callsites were BUG/WARN_ONs to check if BTM is held. Now that we pruned tty_locked from both of the real users, we can get rid of tty_lock along with __big_tty_mutex_owner.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | tty_ldisc.c | diff 906cbe1364d94da7cbf74c1d05e3e78b2883f661 Thu Jul 14 07:35:14 CDT 2011 Jiri Slaby <jslaby@suse.cz> TTY: remove tty_locked
We used it really only serial and ami_serial. The rest of the callsites were BUG/WARN_ONs to check if BTM is held. Now that we pruned tty_locked from both of the real users, we can get rid of tty_lock along with __big_tty_mutex_owner.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/tty/vt/ |
H A D | selection.c | diff 906cbe1364d94da7cbf74c1d05e3e78b2883f661 Thu Jul 14 07:35:14 CDT 2011 Jiri Slaby <jslaby@suse.cz> TTY: remove tty_locked
We used it really only serial and ami_serial. The rest of the callsites were BUG/WARN_ONs to check if BTM is held. Now that we pruned tty_locked from both of the real users, we can get rid of tty_lock along with __big_tty_mutex_owner.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/include/linux/ |
H A D | tty.h | diff 906cbe1364d94da7cbf74c1d05e3e78b2883f661 Thu Jul 14 07:35:14 CDT 2011 Jiri Slaby <jslaby@suse.cz> TTY: remove tty_locked
We used it really only serial and ami_serial. The rest of the callsites were BUG/WARN_ONs to check if BTM is held. Now that we pruned tty_locked from both of the real users, we can get rid of tty_lock along with __big_tty_mutex_owner.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/drivers/tty/serial/ |
H A D | serial_core.c | diff 906cbe1364d94da7cbf74c1d05e3e78b2883f661 Thu Jul 14 07:35:14 CDT 2011 Jiri Slaby <jslaby@suse.cz> TTY: remove tty_locked
We used it really only serial and ami_serial. The rest of the callsites were BUG/WARN_ONs to check if BTM is held. Now that we pruned tty_locked from both of the real users, we can get rid of tty_lock along with __big_tty_mutex_owner.
Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|