index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-04
serial: core: Remove tty port activate() and shutdown() methods
Peter Hurley
1
-7
/
+0
2015-08-04
serial: core: Use proper spinlock flavor in uart_close()
Peter Hurley
1
-10
/
+8
2015-08-04
tty/serial: at91: fix I/O accesses on RHR and THR for AVR32
Cyrille Pitchen
1
-10
/
+27
2015-08-04
serial: Allow compile test of GPIO consumers if !GPIOLIB
Geert Uytterhoeven
1
-1
/
+2
2015-08-04
serial: 8250: Auto CTS control by HW if AFE enabled
Qipeng Zha
2
-0
/
+9
2015-08-04
serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMT
Uwe Kleine-König
1
-2
/
+3
2015-08-04
serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signals
Niklas Cassel
2
-30
/
+11
2015-08-04
serial: etraxfs-uart: remove empty functions
Niklas Cassel
1
-10
/
+0
2015-08-03
Serial: imx: add dev_pm_ops to support suspend to ram/disk
Shenwei Wang
1
-32
/
+94
2015-08-03
serial: 8250_uniphier: call clk_disable_unprepare() on failure path
Masahiro Yamada
1
-0
/
+1
2015-08-03
serial: 8250_pci: add RS485 for F81504/508/512
Peter Hung
1
-0
/
+61
2015-08-03
Avoid usb reset crashes by making tty_io cdevs truly dynamic
Richard Watts
1
-8
/
+16
2015-07-27
Revert "tty: serial: imx.c: Reset UART before activating interrupts"
Fabio Estevam
1
-23
/
+9
2015-07-27
Merge 4.2-rc4 into tty-next
Greg Kroah-Hartman
9
-23
/
+52
2015-07-23
pty: Add debug message for ptmx open
Peter Hurley
1
-0
/
+8
2015-07-23
tty: core: Improve ldisc debug messages
Peter Hurley
1
-5
/
+6
2015-07-23
tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENT
Peter Hurley
1
-3
/
+8
2015-07-23
tty: Use tty_debug() for tty_ldisc_debug()
Peter Hurley
1
-3
/
+1
2015-07-23
tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()
Peter Hurley
1
-29
/
+18
2015-07-23
tty: core: Add tty_debug() for printk(KERN_DEBUG) messages
Peter Hurley
1
-24
/
+17
2015-07-23
tty: core: Improve debug message content
Peter Hurley
1
-13
/
+16
2015-07-23
drivers/tty: make serial/sunhv.c driver explicitly non-modular
Paul Gortmaker
1
-10
/
+3
2015-07-23
drivers/tty: make serial/suncore.c driver explicitly non-modular
Paul Gortmaker
1
-8
/
+3
2015-07-23
drivers/tty: make serial/lantic.c driver explicitly non-modular
Paul Gortmaker
1
-7
/
+1
2015-07-23
drivers/tty: make serial/sn_console.c driver explicitly non-modular
Paul Gortmaker
1
-23
/
+9
2015-07-23
serial: samsung: Remove redundant DEBUG_LL check
Javier Martinez Canillas
1
-1
/
+0
2015-07-23
tty: buffers: Move hidden buffer index advance into outer loop
Peter Hurley
1
-1
/
+1
2015-07-23
tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_release
Peter Hurley
1
-6
/
+4
2015-07-23
tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()
Peter Hurley
1
-0
/
+1
2015-07-23
serial: core: Fix crashes while echoing when closing
Peter Hurley
1
-1
/
+2
2015-07-23
serial/uuc_uart: Support higher bitrates than 115200 Bit/s
Alexander Stein
1
-1
/
+1
2015-07-23
tty: serial: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-23
tty: serial: Drop owner assignment from platform_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-23
tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabled
Cyrille Pitchen
1
-15
/
+51
2015-07-23
tty/serial: at91: add support to FIFOs
Cyrille Pitchen
1
-6
/
+94
2015-07-23
tty/serial: at91: remove bunch of macros to access UART registers
Cyrille Pitchen
1
-154
/
+159
2015-07-23
tty: add missing rcu_read_lock for task_pgrp
Patrick Donnelly
2
-8
/
+24
2015-07-23
serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startup
Joerg Roedel
1
-0
/
+15
2015-07-23
serial: 8250: Defer interrupt enable until fifos enabled
Peter Hurley
1
-4
/
+3
2015-07-23
tty/early: make serial8250_early_{in,out} static again
Vineet Gupta
1
-2
/
+2
2015-07-23
serial: 8250: Split base port operations from universal driver
Peter Hurley
4
-2872
/
+2920
2015-07-23
Revert "serial: imx: initialized DMA w/o HW flow enabled"
David Jander
1
-8
/
+7
2015-07-23
tty: serial: imx.c: Reset UART before activating interrupts
David Jander
1
-9
/
+23
2015-07-23
serial: imx: reduce irq-latency after rx overflow
Manfred Schlaegl
1
-1
/
+0
2015-07-23
serial: imx: count tty buffer overruns
Manfred Schlaegl
1
-3
/
+9
2015-07-23
serial: imx: Disable irqs before requesting them
Fabio Estevam
1
-1
/
+14
2015-07-23
serial/uartlite: Let it build on any arch with IOMEM
Ricardo Ribalda Delgado
1
-1
/
+1
2015-07-23
serial: stm32-usart: Fix SysRq support
Maxime Coquelin
1
-1
/
+1
2015-07-23
sc16is7xx: fix FIFO address of secondary UART
Bo Svangård
1
-7
/
+23
2015-07-23
sc16is7xx: fix Kconfig dependencies
Jakub Kicinski
1
-1
/
+1
[next]