aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2021-09-22tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan
2021-07-20tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun
2020-10-29tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan
2020-01-27tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov
2019-12-17tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2019-03-05serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita
2019-02-12serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan
2018-10-03tty: serial: lpuart: avoid leaking struct tty_structStefan Agner
2018-05-25serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan
2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko
2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König
2017-07-23Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman
2017-07-18tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad
2017-07-17tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam
2017-06-29tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng
2017-06-29tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng
2017-06-29tty: serial: lpuart: add imx7ulp supportDong Aisheng
2017-06-29tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng
2017-06-29tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng
2017-06-29tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng
2017-03-31tty: serial: fsl_lpuart: lock port on console writeStefan Agner
2017-01-12tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman
2016-10-28serial: fsl_lpuart: remove build warningGreg Kroah-Hartman
2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice
2016-10-27tty: serial: fsl_lpuart: add polled console functionsNicolae Rosia
2016-09-15tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall
2016-08-31tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV
2016-08-31tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner
2016-08-31tty: serial: fsl_lpuart: support suspend/resumeStefan Agner
2016-08-31tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby
2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner
2015-04-07Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman
2015-03-26tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner
2015-03-26tty: serial: fsl_lpuart: specify transmit FIFO sizeStefan Agner
2015-03-26tty: constify of_device_id arrayFabian Frederick
2015-02-02tty: serial: fsl_lpuart: terminate DMA on buffer flushStefan Agner
2015-02-02serial: fsl-lpuart: disable interrupt when suspendYuan Yao
2015-02-02serial: fsl_lpuart: update RX timer on successful DMA transferStefan Agner
2015-02-02serial: fsl_lpuart: move DMA channel request to probeStefan Agner
2015-02-02serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner
2015-02-02serial: fsl_lpuart: delete timer on shutdownStefan Agner
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds