summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun2022-04-221-1/+1
* | tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id an...Sherry Sun2022-04-151-20/+4
* | serial: fsl_lpuart: remove redundant code in rs485_config functionsLino Sanfilippo2022-04-151-32/+0
|/
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* tty: serial: fsl_lpuart: count tty buffer overrunsSherry Sun2022-01-261-7/+13
* tty: serial: fsl_lpuart: Add i.MXRT1050 supportJesse Taube2021-12-171-0/+8
* Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-061-0/+1
|\
| * Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein2021-11-251-0/+1
* | tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()Sherry Sun2021-12-031-2/+2
|/
* tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan2021-08-261-0/+48
* tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan2021-08-261-2/+6
* tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan2021-08-261-1/+1
* tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan2021-08-181-0/+4
* tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun2021-07-291-1/+1
* serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle2021-05-131-0/+6
* serial: fsl_lpuart: add loopback supportMichael Walle2021-05-131-2/+34
* serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUARTMichael Walle2021-05-131-27/+1
* serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle2021-05-131-11/+1
* serial: fsl_lpuart: handle break and make sysrq workMichael Walle2021-05-131-8/+24
* serial: fsl_lpuart: split sysrq handlingMichael Walle2021-05-131-6/+6
* serial: fsl_lpuart: don't restore interrupt state in ISRMichael Walle2021-05-131-14/+8
* serial: fsl_lpuart: use UARTDATA_MASK macroMichael Walle2021-05-131-2/+2