aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/fsl_lpuart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-6/+4
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty") into tty-nextGreg Kroah-Hartman1-4/+5
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner1-4/+5
2022-09-22tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdownSherry Sun1-0/+2
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-2/+3
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engine to completeSherry Sun1-0/+1
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang1-2/+2
2022-08-30serial: fsl_lpuart: Remove custom frame size calculationIlpo Järvinen1-7/+2
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-30serial: fsl_lpuart: Fix comment typoJason Wang1-1/+1
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun1-6/+6
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang1-2/+24
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-1/+1
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-2/+2
2022-06-10serial: fsl_lpuart: Call core's sanitization and remove custom oneIlpo Järvinen1-17/+0
2022-06-10serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-1/+1
2022-05-19serial: fsl_lpuart: Remove unnecessary clearing for CRTSCTSIlpo Järvinen1-5/+3
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman1-9/+9
2022-05-05fsl_lpuart: Don't enable interrupts too earlyIndan Zupancic1-9/+9
2022-04-22tty: serial: fsl_lpuart: remove the count initialization as it is not neededSherry Sun1-1/+1
2022-04-15tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id and ida_simple_getSherry Sun1-20/+4
2022-04-15serial: fsl_lpuart: remove redundant code in rs485_config functionsLino Sanfilippo1-32/+0
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2022-01-26tty: serial: fsl_lpuart: count tty buffer overrunsSherry Sun1-7/+13
2021-12-17tty: serial: fsl_lpuart: Add i.MXRT1050 supportJesse Taube1-0/+8
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-0/+1
2021-12-03tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()Sherry Sun1-2/+2
2021-11-25Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein1-0/+1
2021-08-26tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxpFugang Duan1-0/+48
2021-08-26tty: serial: fsl_lpuart: enable two stop bits for lpuart32Fugang Duan1-2/+6
2021-08-26tty: serial: fsl_lpuart: fix the wrong mapbase valueAndy Duan1-1/+1
2021-08-18tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callbackFugang Duan1-0/+4
2021-07-29tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrlSherry Sun1-1/+1
2021-05-13serial: fsl_lpuart: disable DMA for console and fix sysrqMichael Walle1-0/+6
2021-05-13serial: fsl_lpuart: add loopback supportMichael Walle1-2/+34
2021-05-13serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUARTMichael Walle1-27/+1
2021-05-13serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()Michael Walle1-11/+1
2021-05-13serial: fsl_lpuart: handle break and make sysrq workMichael Walle1-8/+24
2021-05-13serial: fsl_lpuart: split sysrq handlingMichael Walle1-6/+6
2021-05-13serial: fsl_lpuart: don't restore interrupt state in ISRMichael Walle1-14/+8
2021-05-13serial: fsl_lpuart: use UARTDATA_MASK macroMichael Walle1-2/+2
2021-05-13serial: fsl_lpuart: don't modify arbitrary data on lpuart32Michael Walle1-1/+1
2021-05-13tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zeroSherry Sun1-0/+3
2021-01-20serial: fsl_lpuart: Use of_device_get_match_data()Fabio Estevam1-3/+1
2020-10-28tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028AVladimir Oltean1-6/+7
2020-10-05serial: fsl_lpuart: add sysrq support when using dmaAngelo Dureghello1-0/+57
2020-09-30tty: serial: fsl_lpuart: fix lpuart32_poll_get_charPeng Fan1-1/+1
2020-09-30tty: serial: lpuart: fix lpuart32_write usagePeng Fan1-8/+6
2020-08-28serial: fsl_lpuart: Fix typo in "transfer"Fabio Estevam1-2/+2