All of lore.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 fixes for 3.16-rc2
Date: Fri, 20 Jun 2014 12:57:37 -0700	[thread overview]
Message-ID: <20140620195737.GA28616@kroah.com> (raw)

The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.16-rc2

for you to fetch changes up to 60efcf0414be5876d81276e3c1fd12680ba2ce71:

  tty/serial: fix 8250 early console option passing to regular console (2014-06-19 13:07:26 -0700)

----------------------------------------------------------------
TTY/Serial bugfixes for 3.16-rc2

Here are some tty / serial driver bugfixes for 3.16-rc2 that resolve
some reported issues.  The samsung driver build error itself has been
reported by a bunch of people, sorry about that one.  The others are all
tiny and everyone seems to like them in linux-next so far.

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

----------------------------------------------------------------
Peter Hurley (2):
      serial: Fix IGNBRK handling
      tty: Correct INPCK handling

Rob Herring (1):
      tty/serial: fix 8250 early console option passing to regular console

Sachin Kamat (1):
      serial: samsung: Fix build error

 drivers/tty/n_tty.c                  | 19 ++++++++++---------
 drivers/tty/serial/8250/8250_core.c  |  2 +-
 drivers/tty/serial/8250/8250_early.c |  5 ++++-
 drivers/tty/serial/altera_uart.c     |  6 ++++++
 drivers/tty/serial/amba-pl010.c      |  2 +-
 drivers/tty/serial/amba-pl011.c      |  2 +-
 drivers/tty/serial/atmel_serial.c    |  2 +-
 drivers/tty/serial/bcm63xx_uart.c    |  2 +-
 drivers/tty/serial/bfin_uart.c       |  2 +-
 drivers/tty/serial/dz.c              |  2 +-
 drivers/tty/serial/earlycon.c        |  2 +-
 drivers/tty/serial/efm32-uart.c      |  2 +-
 drivers/tty/serial/fsl_lpuart.c      |  2 +-
 drivers/tty/serial/ip22zilog.c       |  2 +-
 drivers/tty/serial/m32r_sio.c        |  2 +-
 drivers/tty/serial/max310x.c         |  2 +-
 drivers/tty/serial/mcf.c             |  6 ++++++
 drivers/tty/serial/mfd.c             |  2 +-
 drivers/tty/serial/mpsc.c            |  2 +-
 drivers/tty/serial/msm_serial.c      |  2 +-
 drivers/tty/serial/mxs-auart.c       |  2 +-
 drivers/tty/serial/netx-serial.c     |  2 +-
 drivers/tty/serial/pmac_zilog.c      |  2 +-
 drivers/tty/serial/pnx8xxx_uart.c    |  2 +-
 drivers/tty/serial/pxa.c             |  2 +-
 drivers/tty/serial/samsung.c         |  2 +-
 drivers/tty/serial/sb1250-duart.c    |  2 +-
 drivers/tty/serial/sccnxp.c          |  2 +-
 drivers/tty/serial/serial_ks8695.c   |  2 +-
 drivers/tty/serial/serial_txx9.c     |  2 +-
 drivers/tty/serial/sirfsoc_uart.c    |  2 +-
 drivers/tty/serial/st-asc.c          |  2 +-
 drivers/tty/serial/sunsab.c          |  2 +-
 drivers/tty/serial/sunsu.c           |  2 +-
 drivers/tty/serial/sunzilog.c        |  2 +-
 drivers/tty/serial/ucc_uart.c        |  2 +-
 drivers/tty/serial/vr41xx_siu.c      |  2 +-
 drivers/tty/serial/zs.c              |  2 +-
 38 files changed, 60 insertions(+), 44 deletions(-)

                 reply	other threads:[~2014-06-20 19:57 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=20140620195737.GA28616@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 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.