summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2023-05-30tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break instead of UARTCTRL...Sherry Sun
2023-04-20tty: serial: fsl_lpuart: use UARTMODIR register bits for lpuart32 platformSherry Sun
2023-04-20tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang
2023-03-29tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_activeSherry Sun
2023-03-29tty: serial: fsl_lpuart: avoid checking for transfer complete when UARTCTRL_S...Sherry Sun
2023-03-09tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin
2023-03-09tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun
2023-02-08serial: fsl_lpuart: fix RS485 RTS polariy inverse issueShenwei Wang
2023-01-31tty: serial: fsl_lpuart: add imx8ulp supportSherry Sun
2023-01-31tty: serial: fsl_lpuart: set RTS watermark for lpuartSherry Sun
2023-01-31tty: serial: fsl_lpuart: Enable Receiver Idle Empty function for LPUARTSherry Sun
2023-01-31tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx dma caseSherry Sun
2023-01-31tty: serial: fsl_lpuart: set receive watermark for imx8qxp platformSherry Sun
2023-01-31tty: serial: fsl_lpuart: make rx_watermark configurable for different platformsSherry Sun
2023-01-31tty: serial: fsl_lpuart: don't enable receiver/transmitter before rx/tx dma r...Sherry Sun
2023-01-19tty: serial: fsl_lpuart: increase maximum uart_nr to eightNate Drude
2023-01-19tty: serial: fsl_lpuart: disable the break condition when shutdown the uart portSherry Sun
2023-01-19tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun
2023-01-19tty: serial: fsl_lpuart: clear LPUART Status Register in lpuart32_shutdown()Sherry Sun
2023-01-19tty: serial: fsl_lpuart: disable Rx/Tx DMA in lpuart32_shutdown()Sherry Sun
2023-01-19tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma caseSherry Sun
2022-11-23tty: serial: fsl_lpuart: switch to new dmaengine_terminate_* APISherry Sun
2022-11-22tty: serial: fsl_lpuart: Use pm_ptr() to avoid need to make pm __maybe_unusedSherry Sun
2022-11-22tty: serial: fsl_lpuart: Add runtime pm supportSherry Sun
2022-11-22tty: serial: fsl_lpuart: enable wakeup source for lpuartSherry Sun
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman
2022-11-03tty: serial: fsl_lpuart: don't break the on-going transfer when global resetSherry Sun
2022-11-03serial: fsl_lpuart: Use uart_xmit_advance()Ilpo Järvinen
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner
2022-09-22tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang
2022-08-30serial: fsl_lpuart: Remove custom frame size calculationIlpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30serial: fsl_lpuart: Fix comment typoJason Wang
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: fsl_lpuart: Call core's sanitization and remove custom oneIlpo Järvinen
2022-06-10serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman
2022-05-05fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic
2022-04-22tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun