开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_dma.c
Age
Commit message (
Expand
)
Author
2024-07-31
tty: serial: 8250_dma: use sgl with 2 nents to take care of buffer wrap
Ferry Toth
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
tty: 8250_dma: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
2023-09-18
serial: 8250_dma: Use port lock wrappers
Thomas Gleixner
2023-01-31
serial: 8250_dma: Fix DMA Rx rearm race
Ilpo Järvinen
2023-01-31
serial: 8250_dma: Fix DMA Rx completion race
Ilpo Järvinen
2022-11-09
serial: 8250_dma: Rearm DMA Rx if more data is pending
Ilpo Järvinen
2022-09-25
serial: 8250_dma: Convert to use uart_xmit_advance()
Andy Shevchenko
2022-08-30
serial: 8250: Clear dma tx_err unconditionally
Ilpo Järvinen
2022-06-27
serial: 8250: Fix __stop_tx() & DMA Tx restart races
Ilpo Järvinen
2022-04-26
serial: 8250: use THRE & __stop_tx also with DMA
Ilpo Järvinen
2022-04-26
serial: 8250: dma: Allow driver operations before starting DMA transfers
Miquel Raynal
2022-03-18
serial: 8250: fix XOFF/XON sending when DMA is used
Ilpo Järvinen
2019-06-18
serial: 8250: factor out serial8250_{set,clear}_THRI() helpers
Andy Shevchenko
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
2016-11-16
serial: 8250_dma: power off device after TX is done
Andy Shevchenko
2016-08-31
serial: 8250_dma: adjust DMA address of the UART
Andy Shevchenko
2016-08-31
serial: 8250_dma: switch to new dmaengine_terminate_* API
Andy Shevchenko
2016-06-25
serial: 8250_dma: Export serial8250_rx_dma_flush()
Chuah, Kim Tatt
2016-04-30
serial: 8250: Extract IIR logic steering from rx dma
Peter Hurley
2016-04-30
serial: 8250: Validate dmaengine tx chan meets requirements
Peter Hurley
2016-04-30
serial: 8250: Validate dmaengine rx chan meets requirements
Peter Hurley
2015-11-04
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-10-17
Revert "serial: 8250_dma: don't bother DMA with small transfers"
Frederic Danis
2015-10-04
serial: 8250_dma: no need to sync RX buffer
Andy Shevchenko
2015-02-02
serial: 8250_dma: don't bother DMA with small transfers
Andy Shevchenko
2015-01-09
serial: 8250_dma: terminate transfer explicitly when timeout
Andy Shevchenko
2014-11-06
serial: 8250_dma: no need to set tx_err twice
Andy Shevchenko
2014-11-06
serial: 8250_dma: call serial8250_tx_dma unconditionally
Andy Shevchenko
2014-11-05
tty: serial: 8250: allow to use custom DMA implementation
Sebastian Andrzej Siewior
2014-11-05
tty: serial: 8250_dma: keep own book keeping about RX transfers
Sebastian Andrzej Siewior
2014-11-05
tty: serial: 8250_dma: handle error on TX submit
Sebastian Andrzej Siewior
2014-05-28
serial: 8250_dma: check the result of TX buffer mapping
Heikki Krogerus
2014-04-24
serial: 8250: Fix thread unsafe __dma_tx_complete function
Loic Poulain
2013-04-11
serial: 8250_dma: Provide default slave configuration parameters
Heikki Krogerus
2013-04-11
serial: 8250_dma: Use dmaengine helpers to get the slave channels
Heikki Krogerus
2013-04-11
serial: 8250_dma: Fix RX handling
Heikki Krogerus
2013-04-11
serial: 8250_dma: TX cleanup
Heikki Krogerus
2013-01-16
serial: 8250_dma: TX optimisation
Heikki Krogerus
2013-01-16
serial: 8250_dma: Switch to using tty_port
Heikki Krogerus
2013-01-15
serial: 8250: Add support for dmaengine
Heikki Krogerus