linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] drivers/tty/: Deinline smaller/less used functions
@ 2015-10-27 17:46 Denys Vlasenko
  2015-10-27 17:46 ` [PATCH 01/15] cyclades: Deinline cyz_is_loaded, save 240 bytes Denys Vlasenko
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Denys Vlasenko @ 2015-10-27 17:46 UTC (permalink / raw)
  To: linux-kernel
  Cc: Denys Vlasenko, Greg Kroah-Hartman, Peter Hurley, Jiri Slaby,
	linux-serial

For Peter's review.
(Pater, I removed a few patches which looked most problematic)

Denys Vlasenko (15):
  cyclades: Deinline cyz_is_loaded, save 240 bytes
  isicom: Deinline drop_dtr, save 112 bytes
  tty: Deinline n_tty_receive_char_inline, save 224 bytes
  serial/fsl_lpuart: Deinline lpuart_transmit_buffer, save 176 bytes
  serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytes
  serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes
  serial/msm_serial: Deinline wait_for_xmitr, save 165 bytes
  serial/omap-serial: Deinline wait_for_xmitr, save 165 bytes
  serial/pxa: Deinline wait_for_xmitr, save 165 bytes
  serial/sprd_serial: Deinline wait_for_xmitr, save 165 bytes
  serial/sunsu: Deinline wait_for_xmitr, save 165 bytes
  serial/vt8500_serial: Deinline wait_for_xmitr, save 165 bytes
  tty: Deinline __ldsem_down_read_nested, save 128 bytes
  tty: Deinline __ldsem_down_write_nested, save 128 bytes
  vt: Deinline save_screen, save 238 bytes

 drivers/tty/cyclades.c             | 2 +-
 drivers/tty/isicom.c               | 2 +-
 drivers/tty/n_tty.c                | 2 +-
 drivers/tty/serial/fsl_lpuart.c    | 2 +-
 drivers/tty/serial/m32r_sio.c      | 2 +-
 drivers/tty/serial/men_z135_uart.c | 2 +-
 drivers/tty/serial/msm_serial.c    | 2 +-
 drivers/tty/serial/omap-serial.c   | 2 +-
 drivers/tty/serial/pxa.c           | 2 +-
 drivers/tty/serial/sprd_serial.c   | 2 +-
 drivers/tty/serial/sunsu.c         | 2 +-
 drivers/tty/serial/vt8500_serial.c | 2 +-
 drivers/tty/tty_ldsem.c            | 4 ++--
 drivers/tty/vt/vt.c                | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

-- 
1.8.1.4

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

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

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 17:46 [PATCH 00/15] drivers/tty/: Deinline smaller/less used functions Denys Vlasenko
2015-10-27 17:46 ` [PATCH 01/15] cyclades: Deinline cyz_is_loaded, save 240 bytes Denys Vlasenko
2015-10-27 18:18   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 02/15] isicom: Deinline drop_dtr, save 112 bytes Denys Vlasenko
2015-10-27 18:19   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 03/15] tty: Deinline n_tty_receive_char_inline, save 224 bytes Denys Vlasenko
2015-10-27 18:08   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 04/15] serial/fsl_lpuart: Deinline lpuart_transmit_buffer, save 176 bytes Denys Vlasenko
2015-10-27 18:24   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 05/15] serial/m32r_sio: Deinline wait_for_xmitr, save 165 bytes Denys Vlasenko
2015-10-27 18:25   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 06/15] serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes Denys Vlasenko
2015-10-27 18:55   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 07/15] serial/msm_serial: Deinline wait_for_xmitr, save 165 bytes Denys Vlasenko
2015-10-27 18:30   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 08/15] serial/omap-serial: " Denys Vlasenko
2015-10-27 18:31   ` Peter Hurley
2015-10-27 17:46 ` [PATCH 09/15] serial/pxa: " Denys Vlasenko
2015-10-27 18:32   ` Peter Hurley
2015-10-27 18:14 ` [PATCH 00/15] drivers/tty/: Deinline smaller/less used functions 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).