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