Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial driver fixes from Greg KH: "Here are some small, and late, serial driver fixes for 6.0-rc7 to resolve some reported problems. Included in here are: - tegra icount accounting fixes, including a framework function that other drivers will be converted over to using in 6.1-rc1. - fsl_lpuart reset bugfix - 8250 omap 485 bugfix - sifive serial clock bugfix The last three patches have not shown up in linux-next due to them being added to my tree only 2 days ago, but they are tiny and self-contained and the developers say they resolve issues that they have with 6.0-rc. The other three have been in linux-next for a while with no reported issues" * tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: serial: sifive: enable clocks for UART when probed serial: 8250: omap: Use serial8250_em485_supported serial: fsl_lpuart: Reset prior to registration serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting serial: Create uart_xmit_advance()
Showing
- drivers/tty/serial/8250/8250_omap.c 1 addition, 0 deletionsdrivers/tty/serial/8250/8250_omap.c
- drivers/tty/serial/fsl_lpuart.c 5 additions, 4 deletionsdrivers/tty/serial/fsl_lpuart.c
- drivers/tty/serial/serial-tegra.c 2 additions, 3 deletionsdrivers/tty/serial/serial-tegra.c
- drivers/tty/serial/sifive.c 1 addition, 1 deletiondrivers/tty/serial/sifive.c
- drivers/tty/serial/tegra-tcu.c 1 addition, 1 deletiondrivers/tty/serial/tegra-tcu.c
- include/linux/serial_core.h 17 additions, 0 deletionsinclude/linux/serial_core.h
Loading
Please register or sign in to comment