Message ID | ZI25AEWr36a7coy5@kroah.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] TTY/Serial driver fixes for 6.4-rc7 | expand |
The pull request you sent on Sat, 17 Jun 2023 15:45:36 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.4-rc7
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3c0eb44233122d076ca5c1ddf57807c82ecfb991
Thank you!
The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7: Linux 6.4-rc5 (2023-06-04 14:04:27 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.4-rc7 for you to fetch changes up to a82c3df955f8c1c726e4976527aa6ae924a67dd9: tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A (2023-06-13 12:31:45 +0200) ---------------------------------------------------------------- Serial driver fixes for 6.4-rc7 Here are two small serial driver fixes for 6.4-rc7 that resolve some reported problems: - lantiq serial driver irq fix - fsl_lpuart serial driver watermark fix Both of these have been in linux-next this week with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Bernhard Seibold (1): serial: lantiq: add missing interrupt ack Robert Hodaszi (1): tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A drivers/tty/serial/fsl_lpuart.c | 2 +- drivers/tty/serial/lantiq.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)