* [GIT PATCH] TTY/Serial fixes for 3.9-rc4
@ 2013-03-28 17:18 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2013-03-28 17:18 UTC (permalink / raw)
To: Linus Torvalds, Jiri Slaby; +Cc: Andrew Morton, linux-kernel, linux-serial
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%)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-28 17:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-28 17:18 [GIT PATCH] TTY/Serial fixes for 3.9-rc4 Greg KH
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