aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2024-04-10tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun
2023-08-26tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun
2023-08-26tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028ARobert Hodaszi
2023-08-26tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun
2023-08-26tty: serial: fsl_lpuart: Add i.MXRT1050 supportJesse Taube
2023-07-23tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun
2023-06-09tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun
2023-05-11tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang
2023-04-13tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun
2023-03-30tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin
2023-03-30tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun
2023-03-30serial: fsl_lpuart: Fix comment typoJason Wang
2023-03-22tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun
2023-03-11tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun
2023-03-10serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang
2023-03-10tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun
2023-03-10tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun
2023-03-10tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun
2023-01-14serial: fixup backport of "serial: Deassert Transmit Enable on probe in drive...Rasmus Villemoes
2022-12-02tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun
2022-12-02serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen
2022-11-03serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-10-26tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun
2022-09-28serial: fsl_lpuart: Reset prior to registrationLukas Wunner
2022-09-08tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun
2022-09-08serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang
2022-08-17tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun
2022-06-14tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun
2022-05-18fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic
2021-12-17Revert "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