summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
Commit message (Expand)AuthorAgeFilesLines
* fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic2022-05-051-9/+9
* 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
* serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle2021-05-131-1/+1
* tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun2021-05-131-0/+3
* serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam2021-01-201-3/+1
* tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean2020-10-281-6/+7
* serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello2020-10-051-0/+57
* tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan2020-09-301-1/+1
* tty: serial: lpuart: fix lpuart32_write usagePeng Fan2020-09-301-8/+6
* serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam2020-08-281-2/+2
* tty: serial: fsl_lpuart: minimum baud rate supportVabhav Sharma2020-06-271-0/+3
* tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2020-05-151-4/+2
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+4
* serial: fsl_lpuart: Change DMA failure messages to debug levelFabio Estevam2020-04-231-6/+6
* tty: serial: fsl_lpuart: make coverity happyMichael Walle2020-04-161-3/+1
* tty: serial: fsl_lpuart: fix return value checkingMichael Walle2020-03-261-1/+1
* tty: serial: fsl_lpuart: move dma_request_chan()Michael Walle2020-03-261-13/+23
* tty: serial: fsl_lpuart: add LS1028A earlycon supportMichael Walle2020-03-121-8/+43
* tty: serial: fsl_lpuart: add LS1028A supportMichael Walle2020-03-121-2/+25
* tty: serial: fsl_lpuart: fix DMA mappingMichael Walle2020-03-121-20/+28
* tty: serial: fsl_lpuart: fix DMA operation when using IOMMUMichael Walle2020-03-121-31/+57
* tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle2020-03-061-15/+24
* Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"Michael Walle2020-03-061-0/+2
* tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXPPeng Fan2020-01-061-1/+0
* tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32Peng Fan2020-01-061-1/+3
* tty: serial: fsl_lpuart: drop EARLYCON_DECLAREPeng Fan2020-01-061-2/+0
* tty/serial: Migrate fsl_lpuart to use has_sysrqDmitry Safonov2019-12-181-8/+1
* tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan2019-11-051-2/+2
* tty: serial: lpuart: Add RS485 support for 32-bit uart flavourPhilippe Schenker2019-11-041-2/+63
* tty: serial: lpuart: Use defines that correspond to correct registerPhilippe Schenker2019-11-041-2/+2
* tty: serial: lpuart: Remove unnecessary code from set_mctrlPhilippe Schenker2019-11-041-11/+0
* tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov2019-10-071-1/+1