[GIT PULL] TTY/Serial driver fixes for 5.6-rc5
From: Greg KH
Date: Sun Mar 08 2020 - 05:52:29 EST
The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:
Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.6-rc5
for you to fetch changes up to 2b2e71fe657510a6f71aa16ef0309fa6bc20ab3d:
tty: serial: fsl_lpuart: free IDs allocated by IDA (2020-03-06 14:10:44 +0100)
----------------------------------------------------------------
TTY/Serial fixes for 5.6-rc5
Here are some small tty/serial fixes for 5.6-rc5
Just some small serial driver fixes, and a vt core fixup, full details
are:
- vt fixes for issues found by syzbot
- serdev fix for Apple boxes
- fsl_lpuart serial driver fixes
- MAINTAINER update for incorrect serial files
- new device ids for 8250_exar driver
- mvebu-uart fix
All of these have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Andy Shevchenko (1):
MAINTAINERS: Add missed files related to Synopsys DesignWare UART
Jay Dolan (1):
serial: 8250_exar: add support for ACCES cards
Jiri Slaby (2):
vt: selection, push console lock down
vt: selection, push sel_lock up
Michael Walle (2):
Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
tty: serial: fsl_lpuart: free IDs allocated by IDA
Ronald Tschalär (1):
serdev: Fix detection of UART devices on Apple machines.
tangbin (1):
tty:serial:mvebu-uart:fix a wrong return
MAINTAINERS | 2 ++
drivers/staging/speakup/selection.c | 2 --
drivers/tty/serdev/core.c | 10 +++++++++
drivers/tty/serial/8250/8250_exar.c | 33 +++++++++++++++++++++++++++++
drivers/tty/serial/fsl_lpuart.c | 41 +++++++++++++++++++++++--------------
drivers/tty/serial/mvebu-uart.c | 2 +-
drivers/tty/vt/selection.c | 27 ++++++++++++++++--------
drivers/tty/vt/vt.c | 2 --
8 files changed, 90 insertions(+), 29 deletions(-)