mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PATCH] TTY rename for .37-rc1
@ 2010-11-08 17:58 Greg KH
  2010-11-08 17:59 ` [PATCH 1/3] TTY: create drivers/tty and move the tty core files there Greg Kroah-Hartman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Greg KH @ 2010-11-08 17:58 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: linux-kernel, Arnd Bergmann, Jiri Slaby, Alan Cox

Now that .37-rc1 is out, we wanted to rename some of the drivers/char
tty core files and move them to drivers/tty/  I waited until after
.37-rc1 to do this as it made it easier for everyone merging prior to
this, but if you feel this should wait until .38, that's fine, I'll keep
this around until then.

This has been discussed and agreed apon for a number of months now.  The
larger goal of moving some of the serial drivers around will happen for
.38, as it's a bigger job than this at the moment.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/

Patches will be sent to the linux-kernel mailing list, if anyone wants
to see them.

thanks,

greg k-h

------------

 drivers/Makefile                             |    1 +
 drivers/char/Makefile                        |   44 +-------------------------
 drivers/tty/Makefile                         |   11 ++++++
 drivers/{char => tty}/n_gsm.c                |    0
 drivers/{char => tty}/n_hdlc.c               |    0
 drivers/{char => tty}/n_r3964.c              |    0
 drivers/{char => tty}/n_tty.c                |    0
 drivers/{char => tty}/pty.c                  |    0
 drivers/{char => tty}/sysrq.c                |    0
 drivers/{char => tty}/tty_audit.c            |    0
 drivers/{char => tty}/tty_buffer.c           |    0
 drivers/{char => tty}/tty_io.c               |    0
 drivers/{char => tty}/tty_ioctl.c            |    0
 drivers/{char => tty}/tty_ldisc.c            |    0
 drivers/{char => tty}/tty_mutex.c            |    0
 drivers/{char => tty}/tty_port.c             |    0
 drivers/{char => tty/vt}/.gitignore          |    0
 drivers/tty/vt/Makefile                      |   34 ++++++++++++++++++++
 drivers/{char => tty/vt}/consolemap.c        |    0
 drivers/{char => tty/vt}/cp437.uni           |    0
 drivers/{char => tty/vt}/defkeymap.c_shipped |    0
 drivers/{char => tty/vt}/defkeymap.map       |    0
 drivers/{char => tty/vt}/keyboard.c          |    0
 drivers/{char => tty/vt}/selection.c         |    0
 drivers/{char => tty/vt}/vc_screen.c         |    0
 drivers/{char => tty/vt}/vt.c                |    0
 drivers/{char => tty/vt}/vt_ioctl.c          |    0
 27 files changed, 47 insertions(+), 43 deletions(-)
 create mode 100644 drivers/tty/Makefile
 rename drivers/{char => tty}/n_gsm.c (100%)
 rename drivers/{char => tty}/n_hdlc.c (100%)
 rename drivers/{char => tty}/n_r3964.c (100%)
 rename drivers/{char => tty}/n_tty.c (100%)
 rename drivers/{char => tty}/pty.c (100%)
 rename drivers/{char => tty}/sysrq.c (100%)
 rename drivers/{char => tty}/tty_audit.c (100%)
 rename drivers/{char => tty}/tty_buffer.c (100%)
 rename drivers/{char => tty}/tty_io.c (100%)
 rename drivers/{char => tty}/tty_ioctl.c (100%)
 rename drivers/{char => tty}/tty_ldisc.c (100%)
 rename drivers/{char => tty}/tty_mutex.c (100%)
 rename drivers/{char => tty}/tty_port.c (100%)
 rename drivers/{char => tty/vt}/.gitignore (100%)
 create mode 100644 drivers/tty/vt/Makefile
 rename drivers/{char => tty/vt}/consolemap.c (100%)
 rename drivers/{char => tty/vt}/cp437.uni (100%)
 rename drivers/{char => tty/vt}/defkeymap.c_shipped (100%)
 rename drivers/{char => tty/vt}/defkeymap.map (100%)
 rename drivers/{char => tty/vt}/keyboard.c (100%)
 rename drivers/{char => tty/vt}/selection.c (100%)
 rename drivers/{char => tty/vt}/vc_screen.c (100%)
 rename drivers/{char => tty/vt}/vt.c (100%)
 rename drivers/{char => tty/vt}/vt_ioctl.c (100%)

------------------

Greg Kroah-Hartman (3):
      TTY: create drivers/tty and move the tty core files there
      TTY: create drivers/tty/vt and move the vt code there
      TTY: move .gitignore from drivers/char/ to drivers/tty/vt/


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

end of thread, other threads:[~2010-11-08 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 17:58 [GIT PATCH] TTY rename for .37-rc1 Greg KH
2010-11-08 17:59 ` [PATCH 1/3] TTY: create drivers/tty and move the tty core files there Greg Kroah-Hartman
2010-11-08 17:59 ` [PATCH 2/3] TTY: create drivers/tty/vt and move the vt code there Greg Kroah-Hartman
2010-11-08 17:59 ` [PATCH 3/3] TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ 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

Powered by JetHome