summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_linflexuart.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03serial: linflexuart: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2022-01-26serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby1-4/+0
2022-01-26serial: fsl_linflexuart: deduplicate character sendingJiri Slaby1-25/+17
2021-08-26tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin1-5/+1
2020-11-06tty: serial: linflexuart: Remove unnecessary '|' operation and add error countLiu Xiang1-10/+9
2019-12-18tty/serial: Migrate fsl_linflexuart to use has_sysrqDmitry Safonov1-7/+1
2019-10-16serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea1-2/+2
2019-10-04tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea1-7/+14
2019-09-04tty: serial: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2019-09-04serial: fsl_linflexuart: Update compatible stringStefan-gabriel Mirea1-2/+2
2019-09-04tty: serial: linflexuart: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-5/+1
2019-09-04tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea1-0/+942