linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Jiri Slaby <jslaby@suse.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Subject: [GIT PULL] Serial fixes for 3.14-rc1
Date: Mon, 27 Jan 2014 15:48:28 -0800	[thread overview]
Message-ID: <20140127234828.GA15394@kroah.com> (raw)

The following changes since commit 8bc661bfc0c2d221e209f4205bdaaf574d50100c:

  tty/serial: at91: disable uart timer at start of shutdown (2014-01-13 15:55:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.14-rc1

for you to fetch changes up to 4fbd269f1f9f8020dd9474b60e55c4f34d267b08:

  Merge branch 'fixes' into tty-next (2014-01-22 13:42:19 -0800)

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

Serial fixes for 3.14-rc1

Here are tiny and assorted serial driver fixes that have been in a
branch in my tree for a while and somehow did not get properly merged
into my big TTY / Serial pull request for 3.14-rc1.  Sorry about that.

All have been in linux-next for a while with no issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Dan Carpenter (1):
      serial: icom: dereference after free in load_code()

Greg Kroah-Hartman (1):
      Merge branch 'fixes' into tty-next

Heiko Stübner (1):
      serial: samsung: move clock deactivation below uart registration

Jonathan Woithe (1):
      serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chip

Mika Westerberg (1):
      serial: 8250_dw: add new ACPI IDs

Sebastian Andrzej Siewior (1):
      tty: serial: pch: don't crash if DMA enabled but not loaded

Soren Brinkmann (1):
      tty: xuartps: Properly guard sysrq specific code

 drivers/tty/serial/icom.c     |  4 ++--
 drivers/tty/serial/pch_uart.c | 10 +++++++---
 drivers/tty/serial/samsung.c  |  8 +++++++-
 3 files changed, 16 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2014-01-27 23:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140127234828.GA15394@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@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;
as well as URLs for NNTP newsgroup(s).