summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2021-10-16Merge tag 'v4.4.288' into toradex_vf_4.4Max Krummenacher
2021-07-20tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun
2019-03-28Merge tag 'v4.4.177' into toradex_vf_4.4-nextColibri-VF_LXDE-Image_2.8b6.183-20190331Marcel Ziswiler
2019-03-23serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita
2019-02-20serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan
2018-09-27tty: serial: lpuart: avoid leaking struct tty_structColibri-VF_LXDE-Image_2.8b4.129-20181005Stefan Agner
2018-09-27tty: serial: lpuart: avoid report NULL interruptFugang Duan
2018-06-21tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner
2018-06-21tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner
2018-06-21Merge tag 'v4.4.138' into toradex_vf_4.4-nextMax Krummenacher
2018-05-30serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2017-12-21tty: serial: fsl_lpuart: report wakeup eventStefan Agner
2017-05-31tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko
2017-04-04tty: serial: fsl_lpuart: lock port on console writeColibri-VF_LXDE-Image_2.7b2-20170410Stefan Agner
2017-04-04tty: serial: fsl_lpuart: resync with 4.9 kernelBhuvanchandra DV
2017-01-11tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice
2016-09-29tty: serial: fsl_lpuart: Fix parity controlBhuvanchandra DV
2016-03-29tty: serial: fsl_lpuart: enable UART DMA by defaultStefan Agner
2016-03-29tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV
2016-03-29tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV
2016-03-29tty: serial: fsl-lpuart: Update suspend/resume for DMA modeBhuvanchandra DV
2016-03-29tty: serial: fsl-lpuart: Use scatter/gather DMA for TxBhuvanchandra DV
2016-03-29tty: serial: fsl-lpuart: Use cyclic DMA for RxBhuvanchandra DV
2016-02-23tty: serial: fsl_lpuart: implement module parameter to disable DMAStefan Agner
2016-02-23tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner
2016-02-23tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner
2016-02-10tty: serial: fsl_lpuart: support suspend/resumeStefan Agner
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
2014-11-07serial: fsl_lpuart: Remove unneeded registration messageFabio Estevam
2014-11-07serial: fsl_lpuart: Remove unneeded check for 'res'Fabio Estevam
2014-11-06serial: fsl-lpuart: add lpuart32 power management supportJingchang Lu
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-07-17tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu
2014-07-10serial: fsl_lpuart: calculate DMA burstStefan Agner
2014-07-10serial: fsl_lpuart: move DMA RX timeout calculationStefan Agner
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2014-02-18serial: fsl_lpuart: add DMA supportYuan Yao
2013-07-26serial: fsl_lpuart: Return proper error on lpuart_serial_init error pathAxel Lin