[GIT PULL] TTY/Serial driver fixes for 5.10-rc3
From: Greg KH
Date:  Sun Nov 08 2020 - 13:45:18 EST
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the Git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.10-rc3
for you to fetch changes up to 3c4e0dff2095c579b142d5a0693257f1c58b4804:
  vt: Disable KD_FONT_OP_COPY (2020-11-08 19:35:06 +0100)
----------------------------------------------------------------
TTY/Serial fixes for 5.10-rc3
Here are a small number of small tty and serial fixes for some reported
problems for the tty core, vt code, and some serial drivers.
They include fixes for:
	- a buggy and obsolete vt font ioctl removal
	- 8250_mtk serial baudrate runtime warnings
	- imx serial earlycon build configuration fix
	- txx9 serial driver error path cleanup issues
	- tty core fix in release_tty that can be triggered by trying to
	  bind an invalid serial port name to a speakup console device
Almost all of these have been in linux-next without any problems, the
only one that hasn't, just deletes code :)
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Claire Chang (1):
      serial: 8250_mtk: Fix uart_get_baud_rate warning
Daniel Vetter (1):
      vt: Disable KD_FONT_OP_COPY
Lucas Stach (1):
      tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled
Matthias Reichl (1):
      tty: fix crash in release_tty if tty->port is not set
Qinglang Miao (1):
      serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init
 drivers/tty/serial/8250/8250_mtk.c |  2 +-
 drivers/tty/serial/Kconfig         |  1 +
 drivers/tty/serial/serial_txx9.c   |  3 +++
 drivers/tty/tty_io.c               |  6 ++++--
 drivers/tty/vt/vt.c                | 24 ++----------------------
 5 files changed, 11 insertions(+), 25 deletions(-)