index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: 8250: Add 64byte UART support for FSL platforms
Vijay Rai
2015-01-09
3
-3
/
+26
*
serial: add device tree binding documentation for Conexant USART
Baruch Siach
2015-01-09
1
-0
/
+27
*
serial: driver for Conexant Digicolor USART
Baruch Siach
2015-01-09
4
-0
/
+582
*
devicetree: bindings: add Conexant vendor prefix
Baruch Siach
2015-01-09
1
-0
/
+1
*
serial: imx: ignore framing errors when IGNPAR is set.
Eric Nelson
2015-01-09
1
-1
/
+1
*
serial: imx: preserve characters with parity or framing errors
Eric Nelson
2015-01-09
1
-1
/
+1
*
serial: altera-uart: fix NULL device in log message
Ley Foon Tan
2015-01-09
1
-0
/
+1
*
serial: altera-juart: fix NULL device in log message
Ley Foon Tan
2015-01-09
1
-0
/
+1
*
serial: samsung: add DMA support for RX
Robert Baldyga
2015-01-09
2
-3
/
+231
*
serial: samsung: add DMA support for TX
Robert Baldyga
2015-01-09
2
-16
/
+225
*
serial: samsung: add dma reqest/release functions
Robert Baldyga
2015-01-09
1
-0
/
+101
*
serial: s3c: add missing register definitions
Robert Baldyga
2015-01-09
1
-0
/
+28
*
serial: samsung: alloc dma stucture in ourport
Robert Baldyga
2015-01-09
1
-0
/
+12
*
serial: samsung: add struct s3c24xx_uart_dma
Robert Baldyga
2015-01-09
1
-0
/
+38
*
serial: imx: Support sw flow control in DMA mode
Jiada Wang
2015-01-09
1
-2
/
+28
*
serial: imx: Fix issue in software flow control
Jiada Wang
2015-01-09
1
-0
/
+2
*
serial: imx: Enable UCR4_OREN in startup interface
Jiada Wang
2015-01-09
1
-7
/
+8
*
serial: imx: start rx_dma once RXFIFO is not empty
Robin Gong
2015-01-09
1
-1
/
+14
*
serial: imx: initialized DMA w/o HW flow enabled
Anton Bondarenko
2015-01-09
1
-7
/
+8
*
serial: imx: disable TDMAEN in imx_flush_buffer()
Dirk Behme
2015-01-09
1
-0
/
+15
*
serial: imx: call imx_dma_tx() again in dma_tx_callback
Jiada Wang
2015-01-09
1
-0
/
+6
*
Revert "serial: imx: always wake up the processes in the TX callback"
Jiada Wang
2015-01-09
1
-1
/
+2
*
serial: imx: use dma_is_txing to synchronize dma_tx_callback and imx_dma_tx
Dirk Behme
2015-01-09
1
-7
/
+7
*
serial: imx: unmap scatter gather list in imx_flush_buffer
Dirk Behme
2015-01-09
1
-3
/
+10
*
serial: imx: unmap sg in case of dmaengine_prep_slave_sg() failure
Dirk Behme
2015-01-09
1
-0
/
+3
*
serial: imx: TX DMA: clean up sg initialization
Dirk Behme
2015-01-09
1
-4
/
+4
*
serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()
Dirk Behme
2015-01-09
1
-3
/
+0
*
serial: imx: use locking to stop concurrent access of UCR1
Jiada Wang
2015-01-09
1
-0
/
+12
*
serial: imx: add CREAD flag support
Jiada Wang
2015-01-09
1
-1
/
+9
*
tty/serial: at91: fix typo and indentation
Cyrille Pitchen
2015-01-09
1
-18
/
+22
*
tty/serial: at91: fix RTS line management when hardware handshake is enabled
Cyrille Pitchen
2015-01-09
1
-30
/
+61
*
tty/serial: at91: fix error handling in atmel_serial_probe()
Cyrille Pitchen
2015-01-09
1
-1
/
+3
*
tty/serial: at91: enable peripheral clock before accessing I/O registers
Cyrille Pitchen
2015-01-09
1
-0
/
+12
*
tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...
Cyrille Pitchen
2015-01-09
1
-3
/
+3
*
serial: sirf: rename marco to atlas7
Barry Song
2015-01-09
3
-24
/
+24
*
tty: Remove warning in tty_lock_slave()
Peter Hurley
2015-01-09
1
-5
/
+1
*
tty: serial: 8250: drop owner assignment from platform_drivers
Wolfram Sang
2015-01-09
1
-1
/
+0
*
serial: 8250: add support for ACPI-probed serial port for X-Gene platform
Feng Kan
2015-01-09
1
-0
/
+11
*
serial: 8250_dma: terminate transfer explicitly when timeout
Andy Shevchenko
2015-01-09
1
-1
/
+1
*
serial: mxs-auart: Use devm_request_irq()
Fabio Estevam
2015-01-09
1
-7
/
+3
*
serial: mxs-auart: Use devm_clk_get()
Fabio Estevam
2015-01-09
1
-9
/
+5
*
serial: mxs-auart: Use devm_kzalloc()
Fabio Estevam
2015-01-09
1
-9
/
+4
*
serial: mxs-auart: Remove unneeded goto label
Fabio Estevam
2015-01-09
1
-5
/
+2
*
serial: omap_8250: Fix RTS handling, part B
Peter Hurley
2015-01-09
1
-6
/
+9
*
serial: omap_8250: Fix RTS handling
Peter Hurley
2015-01-09
4
-4
/
+35
*
trivial fixes for omap-serial
Pavel Machek
2015-01-09
1
-4
/
+4
*
tty: serial: 8250: omap: add ttySx console if the user didn't
Sebastian Andrzej Siewior
2015-01-09
2
-0
/
+59
*
serial: mcf: fix no driver name in probe output
Greg Ungerer
2015-01-09
1
-0
/
+1
*
serial: mcf: fix compile warnings
Greg Ungerer
2015-01-09
1
-2
/
+0
*
serial: mcf: change email address to gerg@uclinux.org
Greg Ungerer
2015-01-09
1
-2
/
+2
[next]