summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17tty: serial: fsl_lpuart: use dev_err_probe for clocksAlexander Stein1-4/+2
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-22/+17
2024-03-05tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun1-2/+5
2023-11-23serial: fsl_lpuart: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-18serial: fsl_lpuart: Use port lock wrappersThomas Gleixner1-44/+44
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman1-2/+2
2023-08-01tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun1-2/+2
2023-07-25serial: fsl_lpuart: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-25tty: serial: fsl_lpuart: add IDLE interrupt support for rx_dma on imx7ulp/imx...Sherry Sun1-2/+42
2023-07-25tty: serial: fsl_lpuart: move the lpuart32_int() belowSherry Sun1-20/+19
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-03Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+53
2023-06-19tty: serial: fsl_lpuart: add earlycon for imx8ulp platformSherry Sun1-0/+1
2023-06-13tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028ARobert Hodaszi1-1/+1
2023-06-05Merge 6.4-rc5 into tty-nextGreg Kroah-Hartman1-21/+23
2023-05-30tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun1-21/+23
2023-05-30tty: serial: fsl_lpuart: Check the return value of dmaengine_tx_statusSherry Sun1-1/+7
2023-05-13tty: serial: fsl_lpuart: optimize the timer based EOP logicShenwei Wang1-4/+46
2023-04-20tty: serial: fsl_lpuart: use UARTMODIR register bits for lpuart32 platformSherry Sun1-4/+4
2023-04-20tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang1-1/+1
2023-03-29tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_activeSherry Sun1-1/+1
2023-03-29tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun1-1/+7
2023-03-09tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin1-8/+3
2023-03-09tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun1-3/+9
2023-02-08serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang1-2/+2
2023-01-31tty: serial: fsl_lpuart: add imx8ulp supportSherry Sun1-1/+15
2023-01-31tty: serial: fsl_lpuart: set RTS watermark for lpuartSherry Sun1-0/+8
2023-01-31tty: serial: fsl_lpuart: Enable Receiver Idle Empty function for LPUARTSherry Sun1-0/+2
2023-01-31tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun1-6/+0
2023-01-31tty: serial: fsl_lpuart: set receive watermark for imx8qxp platformSherry Sun1-1/+5
2023-01-31tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun1-2/+12
2023-01-31tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...Sherry Sun1-1/+12
2023-01-19tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude1-1/+1
2023-01-19tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun1-2/+2
2023-01-19tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun1-2/+22
2023-01-19tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun1-0/+4
2023-01-19tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun1-0/+5
2023-01-19tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun1-5/+8
2022-11-23tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun1-4/+4
2022-11-22tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun1-10/+10
2022-11-22tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun1-0/+60
2022-11-22tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun1-81/+200
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman1-27/+49
2022-11-03tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun1-27/+49
2022-11-03serial: fsl_lpuart: Use uart_xmit_advance()Ilpo Järvinen1-5/+2
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)1-25/+5
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-6/+4
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-4/+5
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner1-4/+5
2022-09-22tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun1-0/+2