[GIT PULL] TTY/Serial driver fixes for 5.5-rc6

From: Greg KH
Date: Fri Jan 10 2020 - 16:08:39 EST


The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46:

Linux 5.5-rc3 (2019-12-22 17:02:23 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.5-rc6

for you to fetch changes up to c5ee0b3104e0b292d353e63fd31cb8c692645d8c:

serdev: Don't claim unsupported ACPI serial devices (2020-01-06 20:00:44 +0100)

----------------------------------------------------------------
TTY/Serial fixes for 5.5-rc6

Here are two tty/serial driver fixes for 5.5-rc6.

The first fixes a much much reported issue with a previous tty port link
patch that is in your tree, and the second fixes a problem where the
serdev driver would claim ACPI devices that it shouldn't be claiming.

Both have been in linux-next for a while with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Punit Agrawal (1):
serdev: Don't claim unsupported ACPI serial devices

Sudip Mukherjee (1):
tty: always relink the port

drivers/tty/serdev/core.c | 10 ++++++++++
drivers/tty/tty_port.c | 3 +--
2 files changed, 11 insertions(+), 2 deletions(-)