linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] assorted TTY code cleanups
@ 2017-04-12 22:37 Nicolas Pitre
  2017-04-12 22:37 ` [PATCH 1/4] console: move console_init() out of tty_io.c Nicolas Pitre
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Nicolas Pitre @ 2017-04-12 22:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby; +Cc: linux-kernel

Those are, I hope, fairly uncontrovertial patches that should require very
little review as they mostly do code movement providing nice cleanups.
No logical changes are introduced by those patches.

My minitty patch series is based on top of this, and given the timing,
I don't expect it to go upstream just yet. However the following patches
could be merged separately for the next merge window.

Overall diffstat:

 drivers/tty/Makefile        |   3 +-
 drivers/tty/serial/Makefile |   3 +-
 drivers/tty/tty_baudrate.c  | 232 ++++++++++++++++++
 drivers/tty/tty_io.c        | 571 +-------------------------------------------
 drivers/tty/tty_ioctl.c     | 222 -----------------
 drivers/tty/tty_jobctrl.c   | 554 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/console.h     |   2 +
 include/linux/tty.h         |  13 +-
 init/main.c                 |   2 +-
 kernel/printk/printk.c      |  24 ++
 10 files changed, 838 insertions(+), 788 deletions(-)

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

end of thread, other threads:[~2017-05-03 19:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12 22:37 [PATCH 0/4] assorted TTY code cleanups Nicolas Pitre
2017-04-12 22:37 ` [PATCH 1/4] console: move console_init() out of tty_io.c Nicolas Pitre
2017-05-03 18:13   ` Andy Shevchenko
2017-05-03 19:06     ` Greg Kroah-Hartman
2017-05-03 19:16       ` Andy Shevchenko
2017-05-03 19:47         ` Greg Kroah-Hartman
2017-04-12 22:37 ` [PATCH 2/4] tty: move baudrate handling code to a file of its own Nicolas Pitre
2017-04-12 22:37 ` [PATCH 3/4] tty: split job control support into " Nicolas Pitre
2017-04-12 22:37 ` [PATCH 4/4] serial: small Makefile reordering Nicolas Pitre
2017-04-18 16:02 ` [PATCH 0/4] assorted TTY code cleanups Greg Kroah-Hartman

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