summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2023-08-30tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun
2023-07-27tty: 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-17tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang
2023-04-20tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun
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
2022-10-26tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun
2022-09-15tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun
2022-09-15serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang
2022-06-14tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun
2021-09-15tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan
2021-07-20tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun
2020-11-10tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean
2020-11-10tty: serial: fsl_lpuart: add LS1028A supportMichael Walle
2020-10-29tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan
2020-10-29tty: serial: lpuart: fix lpuart32_write usagePeng Fan
2020-03-12tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle
2019-12-13tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
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
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Clear CSTOPB unconditionallyAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary extra parenthesisAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop no-op bit opearationAndrey Smirnov
2019-09-04tty: serial: fls_lpuart: Split shared TX IRQ handler into twoAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Fix issue in software flow controlAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Fix bogus indentationAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlersAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_bufferAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner
2019-09-04tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner
2019-09-04tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan
2019-09-04tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan
2019-09-04tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()Fugang Duan
2019-09-04tty: serial: fsl_lpuart: add earlycon for imx8qxp platformFugang Duan
2019-09-04tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingFugang Duan
2019-07-04tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan