index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
Age
Commit message (
Expand
)
Author
2019-10-07
tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabled
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart32_configure()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()
Andrey Smirnov
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcs
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Clear CSTOPB unconditionally
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary extra parenthesis
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Drop no-op bit opearation
Andrey Smirnov
2019-09-04
tty: serial: fls_lpuart: Split shared TX IRQ handler into two
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Fix issue in software flow control
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Fix bogus indentation
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlers
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_buffer
Andrey Smirnov
2019-09-04
tty: serial: fsl_lpuart: flush receive FIFO after overruns
Stefan Agner
2019-09-04
tty: serial: fsl_lpuart: fix framing error handling when using DMA
Stefan Agner
2019-09-04
tty: serial: fsl_lpuart: correct the FIFO depth size
Fugang Duan
2019-09-04
tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sgl
Fugang Duan
2019-09-04
tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()
Fugang Duan
2019-09-04
tty: serial: fsl_lpuart: add earlycon for imx8qxp platform
Fugang Duan
2019-09-04
tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero setting
Fugang Duan
2019-07-04
tty: serial: fsl_lpuart: add imx8qxp support
Fugang Duan
2019-06-18
serial: fsl_lpuart: Remove unneeded OOM error message
Fabio Estevam
2019-06-10
serial: fsl_lpuart: Use dev_info() instead of printk()
Fabio Estevam
2019-01-30
serial: fsl_lpuart: DMA support for 32-bit variant
Atsushi Nemoto
2019-01-28
Merge 5.0-rc4 into tty-next
Greg Kroah-Hartman
2019-01-22
serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_empty
Atsushi Nemoto
2019-01-22
serial: fsl_lpuart: specify transmit FIFO size for 32-bit variant
Atsushi Nemoto
2019-01-22
serial: fsl_lpuart: fix maximum acceptable baud rate with over-sampling
Tomonori Sakita
2018-11-09
serial: fsl_lpuart: clear parity enable bit when disable parity
Andy Duan
2018-11-09
serial: fsl_lpuart: fix the typo: UARTCR1_PE -> UARTCTRL_PE
Andy Duan
2018-10-10
serial: fsl_lpuart: Remove the alias node dependence
Vabhav Sharma
2018-09-18
tty: serial: lpuart: avoid leaking struct tty_struct
Stefan Agner
2018-02-28
serial: fsl_lpuart: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
2017-11-28
serial: fsl_lpuart: Support common rs485 binding for RTS polarity
Lukas Wunner
2017-11-28
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-10-09
Merge 4.14-rc4 into tty-next
Greg Kroah-Hartman
2017-09-18
serial: fsl_lpuart: Use common rs485 device tree parsing function
Sascha Hauer
[next]