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
Age
Commit message (
Expand
)
Author
Lines
2015-12-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
-5
/
+7
2015-12-24
tty/serial: Skip 'NULL' char after console break when sysrq enabled
Vijay Kumar
-2
/
+4
2015-12-24
tty: serial: constify sunhv_ops structs
Aya Mahfouz
-3
/
+3
2015-12-12
serial: earlycon: Add missing spinlock initialization
Geert Uytterhoeven
-0
/
+2
2015-12-12
serial: sh-sci: Fix length of scatterlist
Yoshihiro Shimoda
-1
/
+1
2015-12-12
serial: 8250_uniphier: fix dl_read and dl_write functions
Masahiro Yamada
-2
/
+6
2015-11-20
serial: export fsl8250_handle_irq
Arnd Bergmann
-0
/
+1
2015-11-20
serial: 8250_mid: Add missing dependency
Heikki Krogerus
-0
/
+1
2015-11-20
serial: etraxfs-uart: Fix crash
Guenter Roeck
-1
/
+1
2015-11-20
serial: fsl_lpuart: Fix earlycon support
Peter Hurley
-1
/
+1
2015-11-20
bcm63xx_uart: Use the device name when registering an interrupt
Simon Arlott
-1
/
+1
2015-11-05
Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-4
/
+1
2015-11-05
Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+0
2015-11-04
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-1434
/
+2342
2015-11-04
Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-7
/
+2
2015-11-04
Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...
Mark Brown
-4
/
+1
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
-4
/
+1
2015-10-22
parisc: serial/mux: Convert to uart_console_device instead of open-coded
Axel Lin
-7
/
+2
2015-10-17
serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()
Timur Tabi
-2
/
+2
2015-10-17
Revert "serial: 8250_dma: don't bother DMA with small transfers"
Frederic Danis
-4
/
+0
2015-10-17
serial: 8250_mid: add support for DMA engine handling from UART MMIO
Heikki Krogerus
-2
/
+71
2015-10-17
dmaengine: hsu: make the UART driver in control of selecting this driver
Heikki Krogerus
-0
/
+2
2015-10-17
serial: fix mctrl helper functions
Arnd Bergmann
-2
/
+2
2015-10-17
serial: 8250_pci: Intel MID UART support to its own driver
Heikki Krogerus
-222
/
+273
2015-10-17
serial: fsl_lpuart: add earlycon support
Stefan Agner
-0
/
+40
2015-10-17
tty: disable unbind for old 74xx based serial/mpsc console port
Paul Gortmaker
-1
/
+2
2015-10-17
serial: at91, fix rs485 properties
Jiri Slaby
-3
/
+2
2015-10-17
tty: Remove tty_port::close_wait
Peter Hurley
-3
/
+0
2015-10-17
tty: Remove ASYNC_CLOSING checks in open()/hangup() methods
Peter Hurley
-32
/
+1
2015-10-17
serial: tegra: Add helper function for handling RX buffer
Jon Hunter
-42
/
+24
2015-10-17
serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()
Jon Hunter
-10
/
+7
2015-10-17
serial: tegra: Remove unnecessary return statements
Jon Hunter
-11
/
+0
2015-10-17
serial: tegra: Handle another RX race condition
Jon Hunter
-8
/
+2
2015-10-17
serial: 8250_omap: Remove RTS clear
Peter Hurley
-1
/
+0
2015-10-17
serial: Enable Freescale 16550 workaround on arm
Scott Wood
-2
/
+7
2015-10-17
tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded...
Andreas Werner
-8
/
+15
2015-10-17
serial: atmel: fix compiler warning on address cast
Andre Przywara
-1
/
+1
2015-10-12
Merge 4.3-rc5 into tty-next
Greg Kroah-Hartman
-7
/
+23
2015-10-04
serial: 8250: add uart_config entry for PORT_RT2880
Mans Rullgard
-0
/
+8
2015-10-04
tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation
Ivan T. Ivanov
-3
/
+17
2015-10-04
tty: serial: msm: Add RX DMA support
Ivan T. Ivanov
-3
/
+233
2015-10-04
tty: serial: msm: Add TX DMA support
Ivan T. Ivanov
-24
/
+291
2015-10-04
tty: serial: msm: Add msm prefix to all driver functions
Ivan T. Ivanov
-21
/
+21
2015-10-04
tty: serial: msm: replaces (1 << x) with BIT(x) macro
Pramod Gurav
-22
/
+22
2015-10-04
tty: serial: msm: Add mask value for UART_DM registers
Pramod Gurav
-6
/
+22
2015-10-04
sc16is7xx: null ptr check
Sean Nyekjaer
-0
/
+6
2015-10-04
serial: omap: remove warnings about unused functions
Ezequiel Garcia
-0
/
+2
2015-10-04
mpsc: use dma_set_mask insted of dma_supported
Christoph Hellwig
-1
/
+1
2015-10-04
serial: 8250_dma: no need to sync RX buffer
Andy Shevchenko
-6
/
+0
2015-10-04
serial: 8250: Refactor serial console restore-from-suspend
Peter Hurley
-14
/
+22
[next]