summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* 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