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