Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into master
Pull tty/serial driver fixes from Greg KH: :Here are some small tty and serial driver fixes for 5.8-rc6. The largest set of patches in here is a revert of the sysrq changes that went into 5.8-rc1 but turned out to cause a noticable overhead and cpu usage. Other than that, there's a few small serial driver fixes to resolve reported issues, and finally resolving the spinlock init problem on many serial driver consoles. All of these have been in linux-next for a while with no reported issues" * tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: core: Initialise spin lock before use in uart_configure_port() serial: mxs-auart: add missed iounmap() in probe failure and remove serial: sh-sci: Initialize spinlock for uart console Revert "tty: xilinx_uartps: Fix missing id assignment to the console" serial: core: drop redundant sysrq checks serial: core: fix sysrq overhead regression Revert "serial: core: Refactor uart_unlock_and_check_sysrq()" tty/serial: fix serial_core.c kernel-doc warnings tty: serial: cpm_uart: Fix behaviour for non existing GPIOs
No related branches found
No related tags found
Showing
- drivers/tty/serial/cpm_uart/cpm_uart_core.c 8 additions, 1 deletiondrivers/tty/serial/cpm_uart/cpm_uart_core.c
- drivers/tty/serial/mxs-auart.c 8 additions, 4 deletionsdrivers/tty/serial/mxs-auart.c
- drivers/tty/serial/serial_core.c 17 additions, 98 deletionsdrivers/tty/serial/serial_core.c
- drivers/tty/serial/sh-sci.c 3 additions, 0 deletionsdrivers/tty/serial/sh-sci.c
- drivers/tty/serial/xilinx_uartps.c 0 additions, 1 deletiondrivers/tty/serial/xilinx_uartps.c
- include/linux/serial_core.h 98 additions, 4 deletionsinclude/linux/serial_core.h
Loading
Please register or sign in to comment