summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2021-02-01tty: serial: fsl_lpuart: set rxiden in non dma casetoradex_5.4-2.1.x-imxMax Krummenacher
2021-02-01tty: serial: fsl_lpuart: fix uart baud divider overflowMax Krummenacher
2020-11-19Merge commit '685021f75fc48afaf6de76280a601316cde827c2' into toradex_5.4-2.1....Igor Opaniuk
2020-11-13Merge commit '70d1232fdbe28e4c765c4cfc3cc5c7580959d5e0' into toradex_5.4-2.1....Igor Opaniuk
2020-11-10Merge tag 'v5.4.76' into 5.4-2.1.x-imxAndrey Zhizhikin
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-29Merge tag 'v5.4.73' into 5.4-2.1.x-imxAndrey Zhizhikin
2020-10-29tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan
2020-10-29tty: serial: lpuart: fix lpuart32_write usagePeng Fan
2020-08-13tty: serial: lpuart: Make sure RTSCTS is disabled when RS485 is usedPhilippe Schenker
2020-08-13tty: serial: lpuart: Disable transmitter on setting modem registerPhilippe Schenker
2020-08-13tty: serial: lpuart: Add RS485 support for 32-bit uart flavourPhilippe Schenker
2020-08-13tty: serial: lpuart: Make sure watermark stuff doesn't touch rs485Philippe Schenker
2020-07-07Merge tag 'v5.4.47' into 5.4-2.1.x-imxMax Krummenacher
2020-03-12tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle
2020-02-28MLK-23407 tty: serial: lpuart: disable flow control when wait transmit engine...Fugang Duan
2019-12-17LF-484 tty: serial: lpuart: support UPIO_MEM32 for lpuart32Peng Fan
2019-12-13tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2019-11-25tty: serial: lpuart: add LS1028A supportVabhav Sharma
2019-11-25serial: fsl_lpuart: enable two stop bitsFugang Duan
2019-11-25tty: serial: lpuart: enable wakeup source for lpuartFugang Duan
2019-11-25MLK-17133-02 tty: serial: lpuart: add runtime pm supportFugang Duan
2019-11-25MLK-21445 serial: fsl_lpuart: do HW reset for communication portFugang Duan
2019-11-25MLK-16218 tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2019-11-25MLK-15094 tty: serial: fsl_lpuart: check dma_tx_in_progress in callbackFugang Duan
2019-11-25tty: serial: fsl_lpuart: enable loopback modeFugang Duan
2019-11-25tty: serial: fsl_lpuart: enable dma mode for imx8qxpFugang Duan
2019-11-25MLK-18137: fsl_lpuart: Fix loopback modeAndy Duan
2019-11-25tty: serial: fsl_lpuart: add magic SysRq supportFugang Duan
2019-11-25tty: serial: fsl_lpuart: add modem device resetFugang Duan
2019-11-25tty: serial: lpuart: add power domain supportFugang Duan
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