linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function
@ 2015-10-27 16:39 Denys Vlasenko
  2015-10-27 16:39 ` [PATCH 1/8] cyclades: Deinline cyy_readb, save 368 bytes Denys Vlasenko
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Denys Vlasenko @ 2015-10-27 16:39 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denys Vlasenko, Peter Hurley, Greg Kroah-Hartman, Jiri Slaby,
	linux-serial

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-10-27 17:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/8] drivers/tty/: Deinline functions when it saves at least 300 bytes per function Peter Hurley

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).