summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_linflexuart.c
AgeCommit message (Expand)AuthorLines
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)-8/+9
2024-01-27serial: linflexuart: Remove redundant uart type assignmentLizhe-1/+0
2023-11-23serial: fsl_linflexuart: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-18serial: linflexuart: Use port lock wrappersThomas Gleixner-13/+13
2023-09-18tty: serial: linflexuart: Fix to check return value of platform_get_irq() in ...Zhang Shurong-1/+5
2023-07-25serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li-6/+2
2023-07-25tty: Explicitly include correct DT includesRob Herring-1/+1
2022-11-03serial: linflexuart: Use uart_xmit_advance()Ilpo Järvinen-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby-2/+2
2022-01-26serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby-4/+0
2022-01-26serial: fsl_linflexuart: deduplicate character sendingJiri Slaby-25/+17
2021-08-26tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin-5/+1
2020-11-06tty: serial: linflexuart: Remove unnecessary '|' operation and add error countLiu Xiang-10/+9
2019-12-18tty/serial: Migrate fsl_linflexuart to use has_sysrqDmitry Safonov-7/+1
2019-10-16serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea-2/+2
2019-10-04tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea-7/+14
2019-09-04tty: serial: fix platform_no_drv_owner.cocci warningskbuild test robot-1/+0
2019-09-04serial: fsl_linflexuart: Update compatible stringStefan-gabriel Mirea-2/+2
2019-09-04tty: serial: linflexuart: Use DEFINE_SPINLOCK() for spinlockWei Yongjun-5/+1
2019-09-04tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea-0/+942