From: Peter Hurley <peter@hurleysoftware.com>
To: Jiri Slaby <jslaby@suse.cz>
Cc: gregkh@linuxfoundation.org, jirislaby@gmail.com,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 05/16] TTY: add tty_port_tty_wakeup helper
Date: Fri, 08 Mar 2013 10:02:56 -0500 [thread overview]
Message-ID: <1362754976.4219.29.camel@thor.lan> (raw)
In-Reply-To: <1362658360-26629-5-git-send-email-jslaby@suse.cz>
On Thu, 2013-03-07 at 13:12 +0100, Jiri Slaby wrote:
> It allows for cleaning up on a considerable amount of places. They did
> port_get, wakeup, kref_put. Now the only thing needed is to call
> tty_port_tty_wakeup which does exactly that.
>
> One exception is ifx6x60 where tty_wakeup was open-coded. We now call
> tty_wakeup properly there.
>
> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
> ---
> arch/um/drivers/line.c | 8 +-------
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
> drivers/isdn/capi/capi.c | 7 +------
Cc: Karsten Keil <isdn@linux-pingi.de>
> drivers/isdn/gigaset/interface.c | 6 +-----
Cc: Hansjoerg Lipp <hjlipp@web.de>
Cc: Tilman Schmidt <tilman@imap.cc>
Cc: gigaset307x-common@lists.sourceforge.net
Cc: netdev@vger.kernel.org
> drivers/net/usb/hso.c | 13 ++-----------
Cc: Jan Dumon <j.dumon@option.com>
Cc: linux-usb@vger.kernel.org
> drivers/s390/char/sclp_tty.c | 9 ++-------
> drivers/s390/char/sclp_vt220.c | 8 +-------
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
> drivers/staging/fwserial/fwserial.c | 10 ++--------
Cc: Me :)
> drivers/staging/serqt_usb2/serqt_usb2.c | 7 +------
Cc: YAMANE Toshiaki <yamanetoshi@gmail.com>
Cc: Devendra Naga <devendra.aaru@gmail.com>
and so on...
Same for the other mega-patches.
> drivers/tty/ehv_bytechan.c | 6 +-----
> drivers/tty/hvc/hvsi.c | 7 +------
> drivers/tty/nozomi.c | 6 +-----
> drivers/tty/serial/ifx6x60.c | 33 ++-------------------------------
> drivers/tty/tty_port.c | 16 ++++++++++++++++
> drivers/usb/class/cdc-acm.c | 7 +------
> drivers/usb/serial/digi_acceleport.c | 17 +++--------------
> drivers/usb/serial/io_edgeport.c | 28 +++++-----------------------
> drivers/usb/serial/keyspan_pda.c | 6 ++----
> drivers/usb/serial/mos7720.c | 8 ++------
> drivers/usb/serial/mos7840.c | 7 ++-----
> drivers/usb/serial/ti_usb_3410_5052.c | 7 ++-----
> drivers/usb/serial/usb-serial.c | 10 +---------
> include/linux/tty.h | 1 +
> 22 files changed, 51 insertions(+), 176 deletions(-)
next prev parent reply other threads:[~2013-03-08 15:03 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-07 12:12 [PATCH 01/16] TTY: jsm, remove superfluous check Jiri Slaby
2013-03-07 12:12 ` [PATCH 02/16] TTY: synclink, " Jiri Slaby
2013-03-07 12:12 ` [PATCH 03/16] TTY: do not warn about setting speed via SPD_* Jiri Slaby
2013-03-07 12:12 ` [PATCH 04/16] TTY: msm_smd_tty, clean up activate/shutdown Jiri Slaby
2013-03-07 12:12 ` [PATCH 05/16] TTY: add tty_port_tty_wakeup helper Jiri Slaby
2013-03-08 15:02 ` Peter Hurley [this message]
2013-03-08 19:02 ` Jiri Slaby
2013-03-18 23:16 ` Greg KH
2013-03-07 12:12 ` [PATCH 06/16] TTY: add tty_port_tty_hangup helper Jiri Slaby
2013-03-07 12:12 ` [PATCH 07/16] TTY: quatech2, remove unneeded is_open Jiri Slaby
2013-03-13 13:46 ` Bill Pemberton
2013-03-13 14:17 ` Jiri Slaby
2013-03-13 14:27 ` Bill Pemberton
2013-03-07 12:12 ` [PATCH 08/16] TTY: serial/bfin_uart, unbreak build with KGDB enabled Jiri Slaby
2013-03-08 7:59 ` Sonic Zhang
2013-03-07 12:12 ` [PATCH 09/16] TTY: serial/msm_serial_hs, remove unused tty Jiri Slaby
2013-03-07 12:12 ` [PATCH 10/16] TTY: cleanup tty->hw_stopped uses Jiri Slaby
2013-03-08 14:39 ` Peter Hurley
2013-03-08 14:46 ` Jiri Slaby
2013-03-08 14:55 ` Peter Hurley
2013-03-07 12:12 ` [PATCH 11/16] crisv10: stop returning info from handle_ser_rx_interrupt Jiri Slaby
2013-03-08 15:06 ` Peter Hurley
2013-03-07 12:12 ` [PATCH 12/16] crisv10: use flags from tty_port Jiri Slaby
2013-03-07 12:12 ` [PATCH 13/16] crisv10: remove unused members Jiri Slaby
2013-03-07 12:12 ` [PATCH 14/16] crisv10: use close delays from tty_port Jiri Slaby
2013-03-07 12:12 ` [PATCH 15/16] crisv10: use *_wait " Jiri Slaby
2013-03-07 12:12 ` [PATCH 16/16] crisv10: use counts " Jiri Slaby
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362754976.4219.29.camel@thor.lan \
--to=peter@hurleysoftware.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@gmail.com \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.