From: Denys Vlasenko <dvlasenk@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: Denys Vlasenko <dvlasenk@redhat.com>,
Peter Hurley <peter@hurleysoftware.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jslaby@suse.com>,
linux-serial@vger.kernel.org
Subject: [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function
Date: Tue, 27 Oct 2015 17:39:54 +0100 [thread overview]
Message-ID: <1445964002-10093-1-git-send-email-dvlasenk@redhat.com> (raw)
Denys Vlasenko (8):
tty/cyclades.c: Deinline cyy_readb, save 368 bytes
tty/cyclades.c: Deinline cyy_writeb, save 880 bytes
tty/cyclades.c: Deinline serial_paranoia_check, save 304 bytes
tty/isicom.c: Deinline WaitTillCardIsFree, save 1120 bytes
tty/serial/bcm63xx_uart.c: Deinline wait_for_xmitr, save 374 bytes
tty/serial/jsm/jsm_neo.c: Deinline neo_parse_isr, save 688 bytes
tty/serial/serial_core.c: Deinline uart_update_mctrl, save 304 bytes
tty/tty_ldisc.c: Deinline tty_ldisc_put, save 368 bytes
drivers/tty/cyclades.c | 6 +++---
drivers/tty/isicom.c | 2 +-
drivers/tty/serial/bcm63xx_uart.c | 2 +-
drivers/tty/serial/jsm/jsm_neo.c | 2 +-
drivers/tty/serial/serial_core.c | 2 +-
drivers/tty/tty_ldisc.c | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
--
1.8.1.4
next reply other threads:[~2015-10-27 16:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-27 16:39 Denys Vlasenko [this message]
2015-10-27 16:39 ` [PATCH 1/8] cyclades: Deinline cyy_readb, save 368 bytes Denys Vlasenko
2015-10-27 16:39 ` [PATCH 2/8] cyclades: Deinline cyy_writeb, save 880 bytes Denys Vlasenko
2015-10-27 16:39 ` [PATCH 3/8] cyclades: Deinline serial_paranoia_check, save 304 bytes Denys Vlasenko
2015-10-27 16:39 ` [PATCH 4/8] isicom: Deinline WaitTillCardIsFree, save 1120 bytes Denys Vlasenko
2015-10-27 16:39 ` [PATCH 5/8] serial/bcm63xx_uart: Deinline wait_for_xmitr, save 374 bytes Denys Vlasenko
2015-10-27 16:40 ` [PATCH 6/8] serial/jsm: Deinline neo_parse_isr, save 688 bytes Denys Vlasenko
2015-10-27 16:40 ` [PATCH 7/8] serial_core: Deinline uart_update_mctrl, save 304 bytes Denys Vlasenko
2015-10-27 16:40 ` [PATCH 8/8] tty/tty_ldisc: Deinline tty_ldisc_put, save 368 bytes Denys Vlasenko
2015-10-27 17:00 ` [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function Peter Hurley
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=1445964002-10093-1-git-send-email-dvlasenk@redhat.com \
--to=dvlasenk@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=peter@hurleysoftware.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).