summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_linflexuart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: linflexuart: Remove redundant uart type assignmentLizhe2024-01-271-1/+0
* serial: fsl_linflexuart: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: linflexuart: Use port lock wrappersThomas Gleixner2023-09-181-13/+13
* tty: serial: linflexuart: Fix to check return value of platform_get_irq() in ...Zhang Shurong2023-09-181-1/+5
* serial: linflexuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-6/+2
* tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+1
* serial: linflexuart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby2022-01-261-4/+0
* serial: fsl_linflexuart: deduplicate character sendingJiri Slaby2022-01-261-25/+17
* tty: serial: linflexuart: Remove redundant check to simplify the codeTang Bin2021-08-261-5/+1
* tty: serial: linflexuart: Remove unnecessary '|' operation and add error countLiu Xiang2020-11-061-10/+9
* tty/serial: Migrate fsl_linflexuart to use has_sysrqDmitry Safonov2019-12-181-7/+1
* serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea2019-10-161-2/+2
* tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea2019-10-041-7/+14
* tty: serial: fix platform_no_drv_owner.cocci warningskbuild test robot2019-09-041-1/+0
* serial: fsl_linflexuart: Update compatible stringStefan-gabriel Mirea2019-09-041-2/+2
* tty: serial: linflexuart: Use DEFINE_SPINLOCK() for spinlockWei Yongjun2019-09-041-5/+1
* tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea2019-09-041-0/+942