All of lore.kernel.org
 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
Subject: [GIT PATCH] TTY/serial driver fixes for .38
Date: Thu, 10 Feb 2011 12:15:20 -0800	[thread overview]
Message-ID: <20110210201520.GA18283@kroah.com> (raw)

Here are a few tty and serial fixes for your .38 tree.

A file got moved back that shouldn't have been moved in the tty/hvc
renames, and a few other tiny bugfixes, nothing major.

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

All of these patches have been in the -mm and -next trees for the past
week or so.

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

thanks,

greg k-h

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

 arch/blackfin/include/asm/bfin_serial.h    |    2 ++
 drivers/char/Makefile                      |    1 +
 drivers/{tty/hvc => char}/virtio_console.c |    2 +-
 drivers/tty/hvc/Makefile                   |    1 -
 drivers/tty/n_gsm.c                        |    1 +
 drivers/tty/serial/68360serial.c           |    1 +
 drivers/tty/serial/bfin_5xx.c              |   15 ++++++---------
 7 files changed, 12 insertions(+), 11 deletions(-)
 rename drivers/{tty/hvc => char}/virtio_console.c (99%)

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

Amit Shah (1):
      virtio: console: Move file back to drivers/char/

Ben Hutchings (1):
      68360serial: Plumb in rs_360_get_icount()

Ken Mills (1):
      n_gsm: copy mtu over when configuring via ioctl interface

Sonic Zhang (1):
      serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlock


             reply	other threads:[~2011-02-10 20:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-10 20:15 Greg KH [this message]
2011-02-10 20:17 ` [PATCH 1/4] virtio: console: Move file back to drivers/char/ Greg Kroah-Hartman
2011-02-10 20:17 ` [PATCH 2/4] n_gsm: copy mtu over when configuring via ioctl interface Greg Kroah-Hartman
2011-02-10 20:17 ` [PATCH 4/4] serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlock Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2011-01-31 16:28 [GIT PATCH] TTY/serial driver fixes for .38 Greg KH

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=20110210201520.GA18283@kroah.com \
    --to=gregkh@suse.de \
    --cc=akpm@linux-foundation.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.