index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-17
serial: sh-sci: Don't overwrite clock selection in serial_console_write()
Geert Uytterhoeven
1
-3
/
+5
2015-12-17
serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()
Geert Uytterhoeven
1
-21
/
+3
2015-12-17
serial: sh-sci: Use existing local variable in sci_parse_dt()
Geert Uytterhoeven
1
-1
/
+1
2015-12-17
serial: sh-sci: Grammar s/Get ... for/Get ... from/
Geert Uytterhoeven
1
-1
/
+1
2015-12-17
serial: sh-sci: Drop useless check for zero sampling_rate
Geert Uytterhoeven
1
-7
/
+1
2015-12-17
serial: sh-sci: Drop the interface clock
Laurent Pinchart
1
-23
/
+41
2015-12-14
serial: imx: implement handshaking using gpios with the mctrl_gpio helper
Uwe Kleine-König
2
-20
/
+70
2015-12-14
serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_init
Uwe Kleine-König
1
-0
/
+2
2015-12-14
drivers: tty: 68328serial.c: Remove parentheses after return
Frederik Völkel
1
-1
/
+1
2015-12-14
drivers: tty: 68328serial.c: Fix "foo * bar" should be "foo *bar"
Frederik Völkel
1
-14
/
+14
2015-12-14
drivers: tty: 68328serial.c: Do not initialize statics to 0
Frederik Völkel
1
-1
/
+1
2015-12-14
drivers: tty: 68328serial.c: remove unnecessary spaces(checkpatch)
Frederik Völkel
1
-3
/
+3
2015-12-14
drivers: tty: 68328serial.c: Add missing spaces(checkpatch)
Frederik Völkel
1
-46
/
+46
2015-12-14
serial: 8250_mid: fix broken DMA dependency
Heikki Krogerus
1
-1
/
+1
2015-12-14
tty: Prevent ldisc drivers from re-using stale tty fields
Peter Hurley
1
-0
/
+7
2015-12-14
ARM: meson: serial: check for tx-irq enabled in irq code
Ben Dooks
1
-2
/
+4
2015-12-14
ARM: meson: serial: ensure tx irq on if more work to do
Ben Dooks
1
-0
/
+7
2015-12-14
ARM: meson: serial: disable rx/tx irqs during console write
Ben Dooks
1
-2
/
+5
2015-12-14
ARM: meson: serial: use meson_uart_tx_empty() to wait for empty
Ben Dooks
1
-1
/
+1
2015-12-14
ARM: meson: serial: only disable tx irq on stop
Ben Dooks
1
-2
/
+2
2015-12-14
ARM: meson: serial: ensure console port uart enabled
Ben Dooks
1
-0
/
+4
2015-12-14
ARM: meson: serial: tx_empty fails to check for transmitter busy
Ben Dooks
1
-1
/
+3
2015-12-14
ARM: meson: serial: don't reset port on uart startup
Ben Dooks
1
-2
/
+19
2015-12-14
ARM: meson: serial: release region on port release
Ben Dooks
1
-9
/
+20
2015-12-14
tty: amba-pl011: switch to using relaxed IO accessors
Russell King
1
-3
/
+3
2015-12-14
tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)
Russell King
1
-0
/
+23
2015-12-14
tty: amba-pl011: add support for 32-bit register access
Russell King
1
-2
/
+13
2015-12-14
tty: amba-pl011: remove ST micro registers from standard table
Russell King
1
-11
/
+0
2015-12-14
tty: amba-pl011: clean up LCR register offsets
Russell King
2
-29
/
+16
2015-12-14
tty: amba-pl011: add ST register offset table
Russell King
1
-1
/
+29
2015-12-14
tty: amba-pl011: add register offset table to vendor data
Russell King
1
-2
/
+6
2015-12-14
tty: amba-pl011: add register lookup table
Russell King
2
-26
/
+60
2015-12-14
n_tty: Reduce branching in canon_copy_from_read_buf()
Peter Hurley
1
-4
/
+3
2015-12-14
n_tty: Clarify copy_from_read_buf()
Peter Hurley
1
-4
/
+4
2015-12-14
n_tty: Uninline tty_copy_to_user()
Peter Hurley
1
-15
/
+18
2015-12-14
serial: 8250: move of_serial code to 8250 directory
Arnd Bergmann
5
-11
/
+10
2015-12-14
serial: of: CONFIG_SERIAL_8250 is always set
Arnd Bergmann
1
-18
/
+0
2015-12-14
serial: remove NWP serial support
Arnd Bergmann
4
-510
/
+1
2015-12-14
serial:bfin-uart:Remove 'struct timeval'
DengChao
1
-15
/
+12
2015-12-14
serial: SERIAL_MXS_AUART should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+2
2015-12-14
serial: SERIAL_IMX_AUART should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2015-12-14
serial: SERIAL_ATMEL should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2015-12-14
sc16is7xx: Fix TX buffer overrun caused by wrong tx fifo level read-out
Florian Achleitner
1
-0
/
+13
2015-12-14
tty: Simplify tty_set_ldisc() exit handling
Peter Hurley
1
-29
/
+13
2015-12-14
tty: Remove unused SERIAL_DO_RESTART define
Peter Hurley
3
-3
/
+0
2015-12-14
tty: Only allow slave pty as controlling tty
Peter Hurley
1
-1
/
+1
2015-12-14
tty: core: Prefer dev_dbg() over pr_debug()
Peter Hurley
1
-1
/
+1
2015-12-14
tty: Merge conditional + error message + WARN_ON()
Peter Hurley
1
-8
/
+2
2015-12-14
tty: Remove __func__ from tty_debug() macro
Peter Hurley
3
-9
/
+9
2015-12-14
tty: core: Prefer pr_* to printk(*)
Peter Hurley
2
-8
/
+4
[prev]
[next]