summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
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-08-24MLK-17738 tty: serial: lpuart: restore console setting after power lostFugang Duan
2018-08-24MLK-17491-4 serial: fsl_lpuart: fix earlycon compatible stringDong Aisheng
2018-08-24MLK-17491-3 serial: fsl_lpuart: lpuart32_serial_setbrg cleanup and handle errorDong Aisheng
2018-08-24MLK-17491-2 serial: fsl_lpuart: improve the baud setting algorithmDong Aisheng
2018-08-24MLK-17491-1 serial: fsl_lpuart: fix the invalid commentsDong Aisheng
2018-08-24MLK-17133-03 tty: serial: lpuart: directly terminate rx dma chans in .shutdown()Fugang Duan
2018-08-24MLK-17133-02 tty: serial: lpuart: add runtime pm supportFugang Duan
2018-08-24MLK-17133-01 tty: serial: lpuart: only enable wakeup interrupt when wakeup en...Fugang Duan
2018-08-24MLK-17005: linux-imx: serial: fsl_lpuart: Clear LOOP mode when requestedAbel Vesa
2018-08-24MLK-16896 tty: serial: lpuart: flush transmit/receive fifo/bufferFugang Duan
2018-08-24MLK-16789 tty: serial: lpuart: keep ipg clock enable during .uart_resume_port()Fugang Duan
2018-08-24MLK-16712 tty: serial: lpuart: keep per clock disabled during suspendFugang Duan
2018-08-24MLK-16357 tty: serial: lpuart: avoid report NULL interruptFugang Duan
2018-08-24MLK-16218 tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2018-08-24MLK-16199 tty: serial: lpuart: don't clear idle flag in eeop modeFugang Duan
2018-08-24MLK-16086 tty: serial: lpuart: add port.lock to protect registers accessing i...Fugang Duan
2018-08-24MLK-16067 tty: serial: lpuart: enable wakeup source in .suspend_noirq()Fugang Duan
2018-08-24MLK-15094 tty: serial: fsl_lpuart: check dma_tx_in_progress in callbackFugang Duan
2018-08-24MLK-15031-08 tty: serial: fsl_lpuart: optimize the port.lock cover rangeFugang Duan
2018-08-24MLK-15031-07 tty: serial: fsl_lpuart: add port.icount for DMA rx pathFugang Duan
2018-08-24MLK-15031-06 tty: serial: fsl_lpuart: re-calcaulate the minimum DMA transfer ...Fugang Duan
2018-08-24MLK-15031-05 tty: serial: fsl_lpuart: enable dma eeop supportFugang Duan
2018-08-24MLK-15031-04 tty: serial: fsl_lpuart: wait baud rate stableFugang Duan
2018-08-24MLK-15031-03 tty: serial: fsl_lpuart: fix the typo in clock get failed pathFugang Duan
2018-08-24MLK-15031-02 tty: serial: fsl_lpuart: free the rx dma buffer when port is closedFugang Duan
2018-08-24MLK-15031-01 tty: serial: fsl_lpuart: drop the error frameFugang Duan
2018-08-24MLK-14980 tty: serial: fsl_lpuart: remove unnecessary .async_tx_ack()Fugang Duan
2018-08-24MLK-14616 tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingAndy Duan
2018-08-24MLK-14543 tty: serial: fsl_lpuart: add lpuart32 dma supportAndy Duan
2018-08-24MLK-14547 tty: serial: fsl_lpuart: con->write should call .uart_console_write()Andy Duan
2018-08-24MLK-14546 tty: serial: fsl_lpuart: add per_clk supportAndy Duan
2018-08-24MLK-14440 tty: serial: fsl_lpuart: add compatible for 7ulpOctavian Purdila
2018-08-24MLK-13710 tty: serial: fsl_lpuart: add magic SysRq supportAndy Duan
2018-08-24MLK-13911-12 tty: serial: fsl: add earlycon supportAnson Huang
2018-05-25serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseAaron Brice
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