public inbox for linux-kernel@vger.kernel.org
 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] TTY/Serial driver fixes for 4.11-rc5
Date: Sat, 1 Apr 2017 17:59:26 +0200	[thread overview]
Message-ID: <20170401155926.GA18354@kroah.com> (raw)

The following changes since commit c02ed2e75ef4c74e41e421acb4ef1494671585e8:

  Linux 4.11-rc4 (2017-03-26 14:15:16 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-4.11-rc5

for you to fetch changes up to e53e597fd4c4a0b6ae58e57d76a240927fd17eaa:

  tty: pl011: fix earlycon work-around for QDF2400 erratum 44 (2017-04-01 11:07:29 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 4.11-rc5

Here are some small fixes for some serial drivers and Kconfig help text
for 4.11-rc5.  Nothing major here at all, a few things resolving
reported bugs in some random serial drivers.

I don't think these made the last linux-next due to me getting to them
yesterday, but I am not sure, they might have snuck in.  The patches
only affect drivers that the maintainers of sent me these patches for,
so we should be safe here :)

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

----------------------------------------------------------------
Nicolas Ferre (1):
      tty/serial: atmel: fix TX path in atmel_console_write()

Paul Gortmaker (1):
      serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text

Richard Genoud (1):
      tty/serial: atmel: fix race condition (TX+DMA)

Timur Tabi (1):
      tty: pl011: fix earlycon work-around for QDF2400 erratum 44

Uwe Kleine-König (1):
      serial: mxs-auart: Fix baudrate calculation

 drivers/tty/serial/8250/Kconfig   |  8 ++++++--
 drivers/tty/serial/amba-pl011.c   | 23 +++++++++++++++++++++--
 drivers/tty/serial/atmel_serial.c |  8 ++++++++
 drivers/tty/serial/mxs-auart.c    |  2 +-
 4 files changed, 36 insertions(+), 5 deletions(-)

                 reply	other threads:[~2017-04-01 15:59 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=20170401155926.GA18354@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