summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: fsl_lpuart: DMA support for 32-bit variantAtsushi Nemoto2019-01-301-29/+163
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-1/+1
|\
| * serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-01-221-1/+1
* | serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_emptyAtsushi Nemoto2019-01-221-2/+12
* | serial: fsl_lpuart: specify transmit FIFO size for 32-bit variantAtsushi Nemoto2019-01-221-0/+2
|/
* serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan2018-11-091-0/+4
* serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PEAndy Duan2018-11-091-1/+1
* serial: fsl_lpuart: Remove the alias node dependenceVabhav Sharma2018-10-101-2/+10
* tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-09-181-1/+2
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-281-0/+4
* serial: fsl_lpuart: Support common rs485 binding for RTS polarityLukas Wunner2017-11-281-10/+3Star
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-5/+0Star
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman2017-10-091-23/+17Star
|\
| * tty: serial: lpuart: avoid report NULL interruptFugang Duan2017-09-181-23/+17Star
* | serial: fsl_lpuart: Use common rs485 device tree parsing functionSascha Hauer2017-09-181-6/+18
* | serial: fsl_lpuart: Remove unused 'bd' variableFabio Estevam2017-09-181-2/+1Star
|/
* serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko2017-08-281-4/+9
* serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König2017-07-301-0/+5
* Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman2017-07-241-9/+15
|\
| * tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam2017-07-171-9/+15
* | tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad2017-07-181-1/+57
|/
* tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng2017-06-291-7/+72
* tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng2017-06-291-0/+13
* tty: serial: lpuart: add imx7ulp supportDong Aisheng2017-06-291-0/+11
* tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng2017-06-291-15/+30
* tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng2017-06-291-61/+62
* tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng2017-06-291-20/+27
* tty: serial: fsl_lpuart: lock port on console writeStefan Agner2017-03-311-0/+20
* tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko2017-01-121-18/+17Star
* Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-301-2/+1Star
|\
| * tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice2016-10-271-2/+1Star
* | serial: fsl_lpuart: remove build warningGreg Kroah-Hartman2016-10-281-2/+0Star
* | tty: serial: fsl_lpuart: add polled console functionsNicolae Rosia2016-10-271-0/+66
|/
* tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun2016-09-151-1/+1
* tty: serial: constify uart_ops structuresJulia Lawall2016-09-021-2/+2
* tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV2016-08-311-6/+72
* tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV2016-08-311-0/+44
* tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV2016-08-311-144/+113Star
* tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV2016-08-311-225/+258
* tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV2016-08-311-2/+7
* tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner2016-08-311-3/+6
* tty: serial: fsl_lpuart: support suspend/resumeStefan Agner2016-08-311-2/+14
* tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner2016-08-311-2/+12
* TTY: serial, handle platform_get_irq retval properlyJiri Slaby2016-06-251-1/+7
* serial: fsl_lpuart: add earlycon supportStefan Agner2015-10-181-0/+39
* Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman2015-04-071-0/+5
|\
| * tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner2015-03-261-0/+3