index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
fsl_lpuart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
tty: serial: fsl_lpuart: do software reset for imx7ulp and imx8qxp
Fugang Duan
1
-0
/
+48
2021-08-26
tty: serial: fsl_lpuart: enable two stop bits for lpuart32
Fugang Duan
1
-2
/
+6
2021-08-26
tty: serial: fsl_lpuart: fix the wrong mapbase value
Andy Duan
1
-1
/
+1
2021-08-18
tty: serial: fsl_lpuart: check dma_tx_in_progress in tx dma callback
Fugang Duan
1
-0
/
+4
2021-07-29
tty: serial: fsl_lpuart: fix the wrong return value in lpuart32_get_mctrl
Sherry Sun
1
-1
/
+1
2021-05-13
serial: fsl_lpuart: disable DMA for console and fix sysrq
Michael Walle
1
-0
/
+6
2021-05-13
serial: fsl_lpuart: add loopback support
Michael Walle
1
-2
/
+34
2021-05-13
serial: fsl_lpuart: remove manual RTSCTS control from 8-bit LPUART
Michael Walle
1
-27
/
+1
2021-05-13
serial: fsl_lpuart: remove RTSCTS handling from get_mctrl()
Michael Walle
1
-11
/
+1
2021-05-13
serial: fsl_lpuart: handle break and make sysrq work
Michael Walle
1
-8
/
+24
2021-05-13
serial: fsl_lpuart: split sysrq handling
Michael Walle
1
-6
/
+6
2021-05-13
serial: fsl_lpuart: don't restore interrupt state in ISR
Michael Walle
1
-14
/
+8
2021-05-13
serial: fsl_lpuart: use UARTDATA_MASK macro
Michael Walle
1
-2
/
+2
2021-05-13
serial: fsl_lpuart: don't modify arbitrary data on lpuart32
Michael Walle
1
-1
/
+1
2021-05-13
tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero
Sherry Sun
1
-0
/
+3
2021-01-20
serial: fsl_lpuart: Use of_device_get_match_data()
Fabio Estevam
1
-3
/
+1
2020-10-28
tty: serial: fsl_lpuart: LS1021A has a FIFO size of 16 words, like LS1028A
Vladimir Oltean
1
-6
/
+7
2020-10-05
serial: fsl_lpuart: add sysrq support when using dma
Angelo Dureghello
1
-0
/
+57
2020-09-30
tty: serial: fsl_lpuart: fix lpuart32_poll_get_char
Peng Fan
1
-1
/
+1
2020-09-30
tty: serial: lpuart: fix lpuart32_write usage
Peng Fan
1
-8
/
+6
2020-08-28
serial: fsl_lpuart: Fix typo in "transfer"
Fabio Estevam
1
-2
/
+2
2020-06-27
tty: serial: fsl_lpuart: minimum baud rate support
Vabhav Sharma
1
-0
/
+3
2020-05-15
tty: serial: fsl_lpuart: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
1
-4
/
+2
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
1
-1
/
+4
2020-04-23
serial: fsl_lpuart: Change DMA failure messages to debug level
Fabio Estevam
1
-6
/
+6
2020-04-16
tty: serial: fsl_lpuart: make coverity happy
Michael Walle
1
-3
/
+1
2020-03-26
tty: serial: fsl_lpuart: fix return value checking
Michael Walle
1
-1
/
+1
2020-03-26
tty: serial: fsl_lpuart: move dma_request_chan()
Michael Walle
1
-13
/
+23
2020-03-12
tty: serial: fsl_lpuart: add LS1028A earlycon support
Michael Walle
1
-8
/
+43
2020-03-12
tty: serial: fsl_lpuart: add LS1028A support
Michael Walle
1
-2
/
+25
2020-03-12
tty: serial: fsl_lpuart: fix DMA mapping
Michael Walle
1
-20
/
+28
2020-03-12
tty: serial: fsl_lpuart: fix DMA operation when using IOMMU
Michael Walle
1
-31
/
+57
2020-03-06
tty: serial: fsl_lpuart: free IDs allocated by IDA
Michael Walle
1
-15
/
+24
2020-03-06
Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"
Michael Walle
1
-0
/
+2
2020-01-06
tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP
Peng Fan
1
-1
/
+0
2020-01-06
tty: serial: fsl_lpuart: support UPIO_MEM32 for lpuart32
Peng Fan
1
-1
/
+3
2020-01-06
tty: serial: fsl_lpuart: drop EARLYCON_DECLARE
Peng Fan
1
-2
/
+0
2019-12-18
tty/serial: Migrate fsl_lpuart to use has_sysrq
Dmitry Safonov
1
-8
/
+1
2019-11-05
tty: serial: fsl_lpuart: use the sg count from dma_map_sg
Peng Fan
1
-2
/
+2
2019-11-04
tty: serial: lpuart: Add RS485 support for 32-bit uart flavour
Philippe Schenker
1
-2
/
+63
2019-11-04
tty: serial: lpuart: Use defines that correspond to correct register
Philippe Schenker
1
-2
/
+2
2019-11-04
tty: serial: lpuart: Remove unnecessary code from set_mctrl
Philippe Schenker
1
-11
/
+0
2019-10-07
tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()
Andrey Smirnov
1
-1
/
+1
2019-09-04
tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabled
Andrey Smirnov
1
-2
/
+2
2019-09-04
tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()
Andrey Smirnov
1
-1
/
+1
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()
Andrey Smirnov
1
-22
/
+28
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart32_configure()
Andrey Smirnov
1
-27
/
+21
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()
Andrey Smirnov
1
-23
/
+17
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()
Andrey Smirnov
1
-30
/
+23
2019-09-04
tty: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
[next]