summary refs log tree commit diff
path: root/drivers/tty/serial/fsl_lpuart.c
AgeCommit message (Expand)Author
2019-09-04tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Clear CSTOPB unconditionallyAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary extra parenthesisAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop no-op bit opearationAndrey Smirnov
2019-09-04tty: serial: fls_lpuart: Split shared TX IRQ handler into twoAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Fix issue in software flow controlAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()Andrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Fix bogus indentationAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlersAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_bufferAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner
2019-09-04tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner
2019-09-04tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan
2019-09-04tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan
2019-09-04tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()Fugang Duan
2019-09-04tty: serial: fsl_lpuart: add earlycon for imx8qxp platformFugang Duan
2019-09-04tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingFugang Duan
2019-07-04tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan
2019-06-18serial: fsl_lpuart: Remove unneeded OOM error messageFabio Estevam
2019-06-10serial: fsl_lpuart: Use dev_info() instead of printk()Fabio Estevam
2019-01-30serial: fsl_lpuart: DMA support for 32-bit variantAtsushi Nemoto
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman
2019-01-22serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_emptyAtsushi Nemoto
2019-01-22serial: fsl_lpuart: specify transmit FIFO size for 32-bit variantAtsushi Nemoto
2019-01-22serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita
2018-11-09serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan
2018-11-09serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PEAndy Duan
2018-10-10serial: fsl_lpuart: Remove the alias node dependenceVabhav Sharma
2018-09-18tty: serial: lpuart: avoid leaking struct tty_structStefan Agner
2018-02-28serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2017-11-28serial: fsl_lpuart: Support common rs485 binding for RTS polarityLukas Wunner
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-09Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman
2017-09-18serial: fsl_lpuart: Use common rs485 device tree parsing functionSascha Hauer
2017-09-18serial: fsl_lpuart: Remove unused 'bd' variableFabio Estevam
2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan
2017-08-28serial: fsl_lpuart: Avoid using irq_wake flagAndy Shevchenko
2017-07-30serial: fsl_lpuart: clear unsupported options in .rs485_config()Uwe Kleine-König
2017-07-23Merge 4.13-rc2 into tty-nextGreg Kroah-Hartman
2017-07-18tty/serial/fsl_lpuart: Add CONSOLE_POLL support for lpuart32.Marius Vlad
2017-07-17tty: serial: lpuart: Fix the logic for detecting the 32-bit type UARTFabio Estevam
2017-06-29tty: serial: lpuart: add a more accurate baud rate calculation methodDong Aisheng
2017-06-29tty: serial: lpuart: add earlycon support for imx7ulpDong Aisheng
2017-06-29tty: serial: lpuart: add imx7ulp supportDong Aisheng
2017-06-29tty: serial: lpuart: add little endian 32 bit register supportDong Aisheng
2017-06-29tty: serial: lpuart: refactor lpuart32_{read|write} prototypeDong Aisheng
2017-06-29tty: serial: lpuart: introduce lpuart_soc_data to represent SoC propertyDong Aisheng