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-rc4
Date: Thu, 28 Mar 2013 10:18:32 -0700 [thread overview]
Message-ID: <20130328171832.GA2704@kroah.com> (raw)
The following changes since commit c51d41a1dd8f23a06a4ed651ebb9617de7f59368:
tty: serial: fix typo "SERIAL_S3C2412" (2013-03-12 08:53:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.9-rc4
for you to fetch changes up to 855f6fd941019ecc9525ca038b78f50c6c1e80a8:
Xilinx: ARM: UART: clear pending irqs before enabling irqs (2013-03-25 16:26:23 -0700)
----------------------------------------------------------------
TTY/serial fixes for 3.9-rc4
Here are some tty/serial driver fixes for 3.9.
The big thing here is the fix for the huge mess we caused renaming the 8250
driver accidentally in the 3.7 kernel release, without realizing that there
were users of the module options that suddenly broke. This is now resolved,
and, to top the injury off, we have a backwards-compatible option for those
users who got used to the new name since 3.7. Ugh, sorry about that.
Other than that, some other minor fixes for issues that have been reported by
users.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Jiri Slaby (2):
TTY: 8250, revert module name change
TTY: 8250, deprecated 8250_core.* options
John Linn (1):
Xilinx: ARM: UART: clear pending irqs before enabling irqs
Pawel Wieczorkiewicz (1):
tty: atmel_serial_probe(): index of atmel_ports[] fix
Wang YanQing (1):
serial: 8250_pci: Add WCH CH352 quirk to avoid Xscale detection
drivers/tty/serial/8250/{8250.c => 8250_core.c} | 6 ++++--
drivers/tty/serial/8250/8250_pci.c | 13 +++++++++++++
drivers/tty/serial/8250/Kconfig | 17 +++++++++++++++++
drivers/tty/serial/8250/Makefile | 8 ++++----
drivers/tty/serial/atmel_serial.c | 11 +++++------
drivers/tty/serial/xilinx_uartps.c | 2 ++
6 files changed, 45 insertions(+), 12 deletions(-)
rename drivers/tty/serial/8250/{8250.c => 8250_core.c} (99%)
reply other threads:[~2013-03-28 17:18 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=20130328171832.GA2704@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
Powered by JetHome