mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Jiri Slaby <jslaby@suse.cz>, Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: [GIT PATCH] TTY rename for .37-rc1
Date: Mon, 8 Nov 2010 09:58:50 -0800	[thread overview]
Message-ID: <20101108175850.GB13945@kroah.com> (raw)

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/


             reply	other threads:[~2010-11-08 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-08 17:58 Greg KH [this message]
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

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=20101108175850.GB13945@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arnd@arndb.de \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®