Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty / serial driver fixes from Greg KH: "Here are some small fixes for reported problems for tty and serial drivers for 5.13-rc4. They consist of: - 8250 bugfixes and new device support - lockdown security mode fixup - syzbot found problems fixed - 8250_omap fix for interrupt storm - revert of 8250_omap driver fix as it caused worse problem than the original issue All but the last patch have been in linux-next for a while, the last one is a revert of a problem found in linux-next with the 8250_omap driver change" * tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: Revert "serial: 8250: 8250_omap: Fix possible interrupt storm" serial: 8250_pci: handle FL_NOIRQ board flag serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' serial: 8250_pci: Add support for new HPE serial device serial: 8250: 8250_omap: Fix possible interrupt storm serial: 8250: Use BIT(x) for UART_{CAP,BUG}_* serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART serial: 8250_dw: Add device HID for new AMD UART controller serial: sh-sci: Fix off-by-one error in FIFO threshold register setting serial: core: fix suspicious security_locked_down() call serial: tegra: Fix a mask operation that is always true
Showing
- drivers/acpi/acpi_apd.c 1 addition, 0 deletionsdrivers/acpi/acpi_apd.c
- drivers/tty/serial/8250/8250.h 17 additions, 15 deletionsdrivers/tty/serial/8250/8250.h
- drivers/tty/serial/8250/8250_aspeed_vuart.c 1 addition, 0 deletionsdrivers/tty/serial/8250/8250_aspeed_vuart.c
- drivers/tty/serial/8250/8250_dw.c 1 addition, 0 deletionsdrivers/tty/serial/8250/8250_dw.c
- drivers/tty/serial/8250/8250_pci.c 35 additions, 12 deletionsdrivers/tty/serial/8250/8250_pci.c
- drivers/tty/serial/8250/8250_port.c 12 additions, 0 deletionsdrivers/tty/serial/8250/8250_port.c
- drivers/tty/serial/rp2.c 17 additions, 35 deletionsdrivers/tty/serial/rp2.c
- drivers/tty/serial/serial-tegra.c 1 addition, 1 deletiondrivers/tty/serial/serial-tegra.c
- drivers/tty/serial/serial_core.c 5 additions, 3 deletionsdrivers/tty/serial/serial_core.c
- drivers/tty/serial/sh-sci.c 2 additions, 2 deletionsdrivers/tty/serial/sh-sci.c
Loading
Please register or sign in to comment