index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_dma.c
Age
Commit message (
Expand
)
Author
Lines
2025-03-20
serial: 8250_dma: terminate correct DMA in tx_dma_flush()
John Keeping
-1
/
+1
2025-02-14
serial: 8250: Fix fifo underflow on flush
John Keeping
-0
/
+16
2024-07-31
tty: serial: 8250_dma: use sgl with 2 nents to take care of buffer wrap
Ferry Toth
-9
/
+10
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
-9
/
+14
2024-04-09
tty: 8250_dma: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
-4
/
+8
2023-09-18
serial: 8250_dma: Use port lock wrappers
Thomas Gleixner
-4
/
+4
2023-01-31
serial: 8250_dma: Fix DMA Rx rearm race
Ilpo Järvinen
-2
/
+10
2023-01-31
serial: 8250_dma: Fix DMA Rx completion race
Ilpo Järvinen
-2
/
+7
2022-11-09
serial: 8250_dma: Rearm DMA Rx if more data is pending
Ilpo Järvinen
-3
/
+16
2022-09-25
serial: 8250_dma: Convert to use uart_xmit_advance()
Andy Shevchenko
-3
/
+1
2022-08-30
serial: 8250: Clear dma tx_err unconditionally
Ilpo Järvinen
-2
/
+1
2022-06-27
serial: 8250: Fix __stop_tx() & DMA Tx restart races
Ilpo Järvinen
-3
/
+3
2022-04-26
serial: 8250: use THRE & __stop_tx also with DMA
Ilpo Järvinen
-2
/
+1
2022-04-26
serial: 8250: dma: Allow driver operations before starting DMA transfers
Miquel Raynal
-0
/
+4
2022-03-18
serial: 8250: fix XOFF/XON sending when DMA is used
Ilpo Järvinen
-1
/
+10
2019-06-18
serial: 8250: factor out serial8250_{set,clear}_THRI() helpers
Andy Shevchenko
-8
/
+3
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
-5
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
-0
/
+1
2016-11-16
serial: 8250_dma: power off device after TX is done
Andy Shevchenko
-2
/
+7
2016-08-31
serial: 8250_dma: adjust DMA address of the UART
Andy Shevchenko
-2
/
+6
2016-08-31
serial: 8250_dma: switch to new dmaengine_terminate_* API
Andy Shevchenko
-3
/
+3
2016-06-25
serial: 8250_dma: Export serial8250_rx_dma_flush()
Chuah, Kim Tatt
-0
/
+1
2016-04-30
serial: 8250: Extract IIR logic steering from rx dma
Peter Hurley
-20
/
+12
2016-04-30
serial: 8250: Validate dmaengine tx chan meets requirements
Peter Hurley
-0
/
+9
2016-04-30
serial: 8250: Validate dmaengine rx chan meets requirements
Peter Hurley
-6
/
+21
2015-11-04
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-6
/
+0
2015-10-17
Revert "serial: 8250_dma: don't bother DMA with small transfers"
Frederic Danis
-4
/
+0
2015-10-04
serial: 8250_dma: no need to sync RX buffer
Andy Shevchenko
-6
/
+0
2015-02-02
serial: 8250_dma: don't bother DMA with small transfers
Andy Shevchenko
-0
/
+4
2015-01-09
serial: 8250_dma: terminate transfer explicitly when timeout
Andy Shevchenko
-1
/
+1
2014-11-06
serial: 8250_dma: no need to set tx_err twice
Andy Shevchenko
-2
/
+0
2014-11-06
serial: 8250_dma: call serial8250_tx_dma unconditionally
Andy Shevchenko
-9
/
+6
2014-11-05
tty: serial: 8250: allow to use custom DMA implementation
Sebastian Andrzej Siewior
-2
/
+0
2014-11-05
tty: serial: 8250_dma: keep own book keeping about RX transfers
Sebastian Andrzej Siewior
-6
/
+4
2014-11-05
tty: serial: 8250_dma: handle error on TX submit
Sebastian Andrzej Siewior
-5
/
+25
2014-05-28
serial: 8250_dma: check the result of TX buffer mapping
Heikki Krogerus
-5
/
+12
2014-04-24
serial: 8250: Fix thread unsafe __dma_tx_complete function
Loic Poulain
-2
/
+7
2013-04-11
serial: 8250_dma: Provide default slave configuration parameters
Heikki Krogerus
-2
/
+8
2013-04-11
serial: 8250_dma: Use dmaengine helpers to get the slave channels
Heikki Krogerus
-2
/
+6
2013-04-11
serial: 8250_dma: Fix RX handling
Heikki Krogerus
-7
/
+16
2013-04-11
serial: 8250_dma: TX cleanup
Heikki Krogerus
-7
/
+4
2013-01-16
serial: 8250_dma: TX optimisation
Heikki Krogerus
-3
/
+3
2013-01-16
serial: 8250_dma: Switch to using tty_port
Heikki Krogerus
-4
/
+7
2013-01-15
serial: 8250: Add support for dmaengine
Heikki Krogerus
-0
/
+213