summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
Commit message (Expand)AuthorAge
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-28
* serial: fsl_lpuart: Support common rs485 binding for RTS polarityLukas Wunner2017-11-28
* serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-28
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-08
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman2017-10-09
|\
| * tty: serial: lpuart: avoid report NULL interruptFugang Duan2017-09-18
* | serial: fsl_lpuart: Use common rs485 device tree parsing functionSascha Hauer2017-09-18
* | serial: fsl_lpuart: Remove unused 'bd' variableFabio Estevam2017-09-18
|/
* serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko2017-08-28
* serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König2017-07-30
* Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman2017-07-23
|\
| * tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam2017-07-17
* | tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad2017-07-18
|/
* tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng2017-06-29
* tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng2017-06-29
* tty: serial: lpuart: add imx7ulp supportDong Aisheng2017-06-29
* tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng2017-06-29
* tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng2017-06-29
* tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng2017-06-29
* tty: serial: fsl_lpuart: lock port on console writeStefan Agner2017-03-31
* tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko2017-01-12
* Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-30
|\
| * tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice2016-10-27
* | serial: fsl_lpuart: remove build warningGreg Kroah-Hartman2016-10-28
* | tty: serial: fsl_lpuart: add polled console functionsNicolae Rosia2016-10-27
|/
* tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun2016-09-15
* tty: serial: constify uart_ops structuresJulia Lawall2016-09-02
* tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV2016-08-31
* tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV2016-08-31
* tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV2016-08-31
* tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV2016-08-31
* tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV2016-08-31
* tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner2016-08-31
* tty: serial: fsl_lpuart: support suspend/resumeStefan Agner2016-08-31
* tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner2016-08-31
* TTY: serial, handle platform_get_irq retval properlyJiri Slaby2016-06-25
* serial: fsl_lpuart: add earlycon supportStefan Agner2015-10-17
* Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman2015-04-07
|\
| * tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner2015-03-26
| * tty: serial: fsl_lpuart: specify transmit FIFO sizeStefan Agner2015-03-26
* | tty: constify of_device_id arrayFabian Frederick2015-03-26
|/
* tty: serial: fsl_lpuart: terminate DMA on buffer flushStefan Agner2015-02-02
* serial: fsl-lpuart: disable interrupt when suspendYuan Yao2015-02-02
* serial: fsl_lpuart: update RX timer on successful DMA transferStefan Agner2015-02-02
* serial: fsl_lpuart: move DMA channel request to probeStefan Agner2015-02-02
* serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner2015-02-02
* serial: fsl_lpuart: delete timer on shutdownStefan Agner2015-02-02
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\