All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Hurley <peter@hurleysoftware.com>
To: Denys Vlasenko <dvlasenk@redhat.com>, linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jiri Slaby <jslaby@suse.com>,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function
Date: Tue, 27 Oct 2015 13:00:05 -0400	[thread overview]
Message-ID: <562FAD95.9080600@hurleysoftware.com> (raw)
In-Reply-To: <1445964002-10093-1-git-send-email-dvlasenk@redhat.com>

On 10/27/2015 12:39 PM, Denys Vlasenko wrote:
> 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(-)

For series,

Reviewed-by: Peter Hurley <peter@hurleysoftware.com>

      parent reply	other threads:[~2015-10-27 17:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-27 16:39 [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function Denys Vlasenko
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 ` Peter Hurley [this message]

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=562FAD95.9080600@hurleysoftware.com \
    --to=peter@hurleysoftware.com \
    --cc=dvlasenk@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jslaby@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@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.