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
2020-06-27
tty: serial: fsl_lpuart: minimum baud rate support
Vabhav Sharma
2020-05-15
tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-04-23
serial: fsl_lpuart: Change DMA failure messages to debug level
Fabio Estevam
2020-04-16
tty: serial: fsl_lpuart: make coverity happy
Michael Walle
2020-03-26
tty: serial: fsl_lpuart: fix return value checking
Michael Walle
2020-03-26
tty: serial: fsl_lpuart: move dma_request_chan()
Michael Walle
2020-03-12
tty: serial: fsl_lpuart: add LS1028A earlycon support
Michael Walle
2020-03-12
tty: serial: fsl_lpuart: add LS1028A support
Michael Walle
2020-03-12
tty: serial: fsl_lpuart: fix DMA mapping
Michael Walle
2020-03-12
tty: serial: fsl_lpuart: fix DMA operation when using IOMMU
Michael Walle
2020-03-06
tty: serial: fsl_lpuart: free IDs allocated by IDA
Michael Walle
2020-03-06
Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
Michael Walle
2020-01-06
tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP
Peng Fan
2020-01-06
tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32
Peng Fan
2020-01-06
tty: serial: fsl_lpuart: drop EARLYCON_DECLARE
Peng Fan
2019-12-18
tty/serial: Migrate fsl_lpuart to use has_sysrq
Dmitry Safonov
2019-11-05
tty: serial: fsl_lpuart: use the sg count from dma_map_sg
Peng Fan
2019-11-04
tty: serial: lpuart: Add RS485 support for 32-bit uart flavour
Philippe Schenker
2019-11-04
tty: serial: lpuart: Use defines that correspond to correct register
Philippe Schenker
2019-11-04
tty: serial: lpuart: Remove unnecessary code from set_mctrl
Philippe Schenker
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
[next]