summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-2/+3
|\|
| * tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun2022-08-301-0/+1
| * serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang2022-08-301-2/+2
* | serial: fsl_lpuart: Remove custom frame size calculationIlpo Järvinen2022-08-301-7/+2
* | serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* | serial: fsl_lpuart: Fix comment typoJason Wang2022-08-301-1/+1
|/
* tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun2022-07-281-6/+6
* serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang2022-07-281-2/+24
* serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-1/+1
* serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-2/+2
* serial: fsl_lpuart: Call core's sanitization and remove custom oneIlpo Järvinen2022-06-101-17/+0
* serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen2022-06-101-0/+6
* serial: Add uart_rs485_config()Ilpo Järvinen2022-06-101-1/+1
* serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen2022-05-191-5/+3
* Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-161-9/+9
|\
| * fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic2022-05-051-9/+9