summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2021-11-25Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein
2021-08-26tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan
2021-08-26tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan
2021-08-26tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan
2021-08-18tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan
2021-07-29tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun
2021-05-13serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle
2021-05-13serial: fsl_lpuart: add loopback supportMichael Walle
2021-05-13serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUARTMichael Walle
2021-05-13serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle
2021-05-13serial: fsl_lpuart: handle break and make sysrq workMichael Walle
2021-05-13serial: fsl_lpuart: split sysrq handlingMichael Walle
2021-05-13serial: fsl_lpuart: don't restore interrupt state in ISRMichael Walle
2021-05-13serial: fsl_lpuart: use UARTDATA_MASK macroMichael Walle
2021-05-13serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle
2021-05-13tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam
2020-10-28tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean
2020-10-05serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello
2020-09-30tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan
2020-09-30tty: serial: lpuart: fix lpuart32_write usagePeng Fan
2020-08-28serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam
2020-06-27tty: serial: fsl_lpuart: minimum baud rate supportVabhav Sharma
2020-05-15tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-04-23serial: fsl_lpuart: Change DMA failure messages to debug levelFabio Estevam
2020-04-16tty: serial: fsl_lpuart: make coverity happyMichael Walle
2020-03-26tty: serial: fsl_lpuart: fix return value checkingMichael Walle
2020-03-26tty: serial: fsl_lpuart: move dma_request_chan()Michael Walle
2020-03-12tty: serial: fsl_lpuart: add LS1028A earlycon supportMichael Walle
2020-03-12tty: serial: fsl_lpuart: add LS1028A supportMichael Walle
2020-03-12tty: serial: fsl_lpuart: fix DMA mappingMichael Walle
2020-03-12tty: serial: fsl_lpuart: fix DMA operation when using IOMMUMichael Walle
2020-03-06tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle
2020-03-06Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"Michael Walle
2020-01-06tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXPPeng Fan
2020-01-06tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32Peng Fan
2020-01-06tty: serial: fsl_lpuart: drop EARLYCON_DECLAREPeng Fan
2019-12-18tty/serial: Migrate fsl_lpuart to use has_sysrqDmitry Safonov
2019-11-05tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2019-11-04tty: serial: lpuart: Add RS485 support for 32-bit uart flavourPhilippe Schenker
2019-11-04tty: serial: lpuart: Use defines that correspond to correct registerPhilippe Schenker
2019-11-04tty: serial: lpuart: Remove unnecessary code from set_mctrlPhilippe Schenker
2019-10-07tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabledAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart32_configure()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()Andrey Smirnov