| Commit message (Expand) | Author | Age | Files | Lines |
* | serial: 8250_dma: adjust DMA address of the UART | Andy Shevchenko | 2016-08-31 | 1 | -2/+6 |
* | serial: 8250_dma: switch to new dmaengine_terminate_* API | Andy Shevchenko | 2016-08-31 | 1 | -3/+3 |
* | serial: 8250_dma: Export serial8250_rx_dma_flush() | Chuah, Kim Tatt | 2016-06-25 | 1 | -0/+1 |
* | serial: 8250: Extract IIR logic steering from rx dma | Peter Hurley | 2016-04-30 | 1 | -20/+12 |
* | serial: 8250: Validate dmaengine tx chan meets requirements | Peter Hurley | 2016-04-30 | 1 | -0/+9 |
* | serial: 8250: Validate dmaengine rx chan meets requirements | Peter Hurley | 2016-04-30 | 1 | -6/+21 |
* | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-11-04 | 1 | -6/+0 |
|\ |
|
| * | serial: 8250_dma: no need to sync RX buffer | Andy Shevchenko | 2015-10-04 | 1 | -6/+0 |
* | | Revert "serial: 8250_dma: don't bother DMA with small transfers" | Frederic Danis | 2015-10-17 | 1 | -4/+0 |
|/ |
|
* | serial: 8250_dma: don't bother DMA with small transfers | Andy Shevchenko | 2015-02-02 | 1 | -0/+4 |
* | serial: 8250_dma: terminate transfer explicitly when timeout | Andy Shevchenko | 2015-01-09 | 1 | -1/+1 |
* | serial: 8250_dma: no need to set tx_err twice | Andy Shevchenko | 2014-11-06 | 1 | -2/+0 |
* | serial: 8250_dma: call serial8250_tx_dma unconditionally | Andy Shevchenko | 2014-11-06 | 1 | -9/+6 |
* | tty: serial: 8250: allow to use custom DMA implementation | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -2/+0 |
* | tty: serial: 8250_dma: keep own book keeping about RX transfers | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -6/+4 |
* | tty: serial: 8250_dma: handle error on TX submit | Sebastian Andrzej Siewior | 2014-11-05 | 1 | -5/+25 |
* | serial: 8250_dma: check the result of TX buffer mapping | Heikki Krogerus | 2014-05-28 | 1 | -5/+12 |
* | serial: 8250: Fix thread unsafe __dma_tx_complete function | Loic Poulain | 2014-04-24 | 1 | -2/+7 |
* | serial: 8250_dma: Provide default slave configuration parameters | Heikki Krogerus | 2013-04-11 | 1 | -2/+8 |
* | serial: 8250_dma: Use dmaengine helpers to get the slave channels | Heikki Krogerus | 2013-04-11 | 1 | -2/+6 |
* | serial: 8250_dma: Fix RX handling | Heikki Krogerus | 2013-04-11 | 1 | -7/+16 |
* | serial: 8250_dma: TX cleanup | Heikki Krogerus | 2013-04-11 | 1 | -7/+4 |
* | serial: 8250_dma: TX optimisation | Heikki Krogerus | 2013-01-16 | 1 | -3/+3 |
* | serial: 8250_dma: Switch to using tty_port | Heikki Krogerus | 2013-01-16 | 1 | -4/+7 |
* | serial: 8250: Add support for dmaengine | Heikki Krogerus | 2013-01-15 | 1 | -0/+213 |