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 PATCH] TTY/Serial fixes for 3.9-rc2
Date: Wed, 13 Mar 2013 13:58:14 -0700 [thread overview]
Message-ID: <20130313205814.GA17563@kroah.com> (raw)
The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.9-rc2
for you to fetch changes up to c51d41a1dd8f23a06a4ed651ebb9617de7f59368:
tty: serial: fix typo "SERIAL_S3C2412" (2013-03-12 08:53:23 -0700)
----------------------------------------------------------------
TTY/Serial fixes for 3.9-rc2
Here are some tty/serial driver fixes for 3.9
We finally mute the annoying WARN_ON that lots of people are hitting and
it turns out isn't needed anymore. Also add a few new device ids and a
some other minor fixes.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Anatolij Gustschin (1):
tty: serial: mpc5xxx: fix PSC clock name bug
Jiri Slaby (1):
TTY: disable debugging warning
Jonas Gorski (1):
serial: bcm63xx_uart: fix compilation after "TTY: switch tty_insert_flip_char"
Josh Boyer (1):
serial: 8250: Keep 8250.<xxxx> module options functional after driver rename
Ley Foon Tan (1):
tty/serial: Add support for Altera serial port
Paul Bolle (2):
tty: serial: fix typo "ARCH_S5P6450"
tty: serial: fix typo "SERIAL_S3C2412"
Scott Ashcroft (1):
Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards
Sean Young (1):
tty/8250_pnp: serial port detection regression since v3.7
Tony Prisk (1):
tty: serial: vt8500: Unneccessary duplicated clock code removed
Wang YanQing (1):
serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller
Documentation/devicetree/bindings/tty/serial/of-serial.txt | 3 +++
drivers/tty/serial/8250/8250.c | 52 ++++++++++++++++++++++++++++++++++++++++-
drivers/tty/serial/8250/8250_pci.c | 21 +++++++++--------
drivers/tty/serial/8250/8250_pnp.c | 12 ++++++----
drivers/tty/serial/Kconfig | 4 ++--
drivers/tty/serial/bcm63xx_uart.c | 8 +++----
drivers/tty/serial/mpc52xx_uart.c | 2 +-
drivers/tty/serial/of_serial.c | 6 +++++
drivers/tty/serial/vt8500_serial.c | 9 +------
drivers/tty/tty_buffer.c | 2 +-
include/uapi/linux/serial_core.h | 5 +++-
11 files changed, 91 insertions(+), 33 deletions(-)
reply other threads:[~2013-03-13 20:58 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=20130313205814.GA17563@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).