aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_linflexuart.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-8/+9
2024-01-27serial: linflexuart: Remove redundant uart type assignmentLizhe1-1/+0
2023-11-23serial: fsl_linflexuart: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-18serial: linflexuart: Use port lock wrappersThomas Gleixner1-13/+13
2023-09-18tty: serial: linflexuart: Fix to check return value of platform_get_irq() in ...Zhang Shurong1-1/+5
2023-07-25serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+1
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