aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-28serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2017-11-28serial: fsl_lpuart: Support common rs485 binding for RTS polarityLukas Wunner1-10/+3
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-09Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman1-23/+17
2017-09-18serial: fsl_lpuart: Use common rs485 device tree parsing functionSascha Hauer1-6/+18
2017-09-18serial: fsl_lpuart: Remove unused 'bd' variableFabio Estevam1-2/+1
2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan1-23/+17
2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko1-4/+9
2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König1-0/+5
2017-07-23Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman1-9/+15
2017-07-18tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad1-1/+57
2017-07-17tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam1-9/+15
2017-06-29tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng1-7/+72
2017-06-29tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng1-0/+13
2017-06-29tty: serial: lpuart: add imx7ulp supportDong Aisheng1-0/+11
2017-06-29tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng1-15/+30
2017-06-29tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng1-61/+62
2017-06-29tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng1-20/+27
2017-03-31tty: serial: fsl_lpuart: lock port on console writeStefan Agner1-0/+20
2017-01-12tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko1-18/+17
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2016-10-28serial: fsl_lpuart: remove build warningGreg Kroah-Hartman1-2/+0
2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice1-2/+1
2016-10-27tty: serial: fsl_lpuart: add polled console functionsNicolae Rosia1-0/+66
2016-09-15tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall1-2/+2
2016-08-31tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV1-6/+72
2016-08-31tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV1-0/+44
2016-08-31tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV1-144/+113
2016-08-31tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV1-225/+258
2016-08-31tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV1-2/+7
2016-08-31tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner1-3/+6
2016-08-31tty: serial: fsl_lpuart: support suspend/resumeStefan Agner1-2/+14
2016-08-31tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner1-2/+12
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby1-1/+7
2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner1-0/+39
2015-04-07Merge 4.0-rc7 into tty-nextGreg Kroah-Hartman1-0/+5
2015-03-26tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner1-0/+3
2015-03-26tty: serial: fsl_lpuart: specify transmit FIFO sizeStefan Agner1-0/+2
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2015-02-02tty: serial: fsl_lpuart: terminate DMA on buffer flushStefan Agner1-0/+11
2015-02-02serial: fsl-lpuart: disable interrupt when suspendYuan Yao1-0/+13
2015-02-02serial: fsl_lpuart: update RX timer on successful DMA transferStefan Agner1-0/+1
2015-02-02serial: fsl_lpuart: move DMA channel request to probeStefan Agner1-52/+44
2015-02-02serial: fsl_lpuart: avoid new transfer while DMA is runningStefan Agner1-4/+5
2015-02-02serial: fsl_lpuart: delete timer on shutdownStefan Agner1-3/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0