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