]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Nov 2020 19:52:10 +0000 (11:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Nov 2020 19:52:10 +0000 (11:52 -0800)
commitaba05d44b91b7c81c3f479452307dd386f8065b7
tree17e38d75e55d422d46bc3fc630bc9587ca94d01b
parent339ffb566bd92c74313d895015e293caf4d72852
parentfdf36e45f871d0f4bd780acabf7807ec4cfb7771
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty fixes from Greg KH:
 "Here are some small tty/serial fixes for 5.10-rc5 that resolve some
  reported issues:

   - speakup crash when telling the kernel to use a device that isn't
     really there

   - imx serial driver fixes for reported problems

   - ar933x_uart driver fix for probe error handling path

  All have been in linux-next for a while with no reported issues"

* tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  serial: ar933x_uart: disable clk on error handling path in probe
  tty: serial: imx: keep console clocks always on
  speakup: Do not let the line discipline be used several times
  tty: serial: imx: fix potential deadlock
drivers/accessibility/speakup/spk_ttyio.c