index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-20
serial: 8250_pericom: Use serial_dl_write() instead of open coded
Andy Shevchenko
1
-2
/
+2
2021-12-20
serial: 8250_pericom: Re-enable higher baud rates
Jay Dolan
1
-1
/
+1
2021-12-20
serial: 8250_pci: Split out Pericom driver
Andy Shevchenko
4
-400
/
+228
2021-12-20
tty: serial: samsung: Fix console registration from module
Sam Protsenko
1
-2
/
+4
2021-12-20
tty: serial: samsung: Enable console as module
Sam Protsenko
2
-5
/
+33
2021-12-20
tty: serial: samsung: Remove USI initialization
Sam Protsenko
1
-32
/
+4
2021-12-20
Merge 5.16-rc6 into tty-next
Greg Kroah-Hartman
2
-21
/
+22
2021-12-17
serial: 8250_pci: remove redundant assignment to tmp after the mask operation
Colin Ian King
1
-1
/
+1
2021-12-17
tty: serial: fsl_lpuart: Add i.MXRT1050 support
Jesse Taube
1
-0
/
+8
2021-12-17
serial: atmel: Use platform_get_irq() to get the interrupt
Rob Herring
1
-1
/
+1
2021-12-17
serial: sh-sci: Use devm_clk_get_optional()
Geert Uytterhoeven
1
-8
/
+7
2021-12-17
serial: sh-sci: Use dev_err_probe()
Geert Uytterhoeven
1
-7
/
+4
2021-12-17
serial: sh-sci: Drop support for "sci_ick" clock
Geert Uytterhoeven
1
-11
/
+0
2021-12-17
serial: lantiq: Use platform_get_irq() to get the interrupt
Rob Herring
1
-15
/
+13
2021-12-17
tty: serial: sh-sci: Add support for R-Car Gen4
Yoshihiro Shimoda
1
-0
/
+3
2021-12-15
serial: 8250_fintek: Fix garbled text for console
Ji-Ze Hong (Peter Hong)
1
-20
/
+0
2021-12-15
tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
Tetsuo Handa
1
-1
/
+22
2021-12-06
Merge 5.16-rc4 into tty-next
Greg Kroah-Hartman
11
-28
/
+81
2021-12-05
Merge tag 'tty-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
10
-28
/
+80
2021-12-03
tty: mips_ejtag_fdc: Make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-12
/
+10
2021-12-03
serial: 8250_bcm7271: UART errors after resuming from S2
Al Cooper
1
-0
/
+13
2021-12-03
serial: amba-pl011: do not request memory region twice
Lino Sanfilippo
1
-24
/
+3
2021-12-03
tty: serial: uartlite: allow 64 bit address
Lizhi Hou
1
-1
/
+1
2021-12-03
tty: serial: fsl_lpuart: add timeout for wait_event_interruptible in .shutdown()
Sherry Sun
1
-2
/
+2
2021-11-26
tty: add kernel-doc for tty_standard_install
Jiri Slaby
1
-0
/
+8
2021-11-26
tty: add kernel-doc for more tty_port functions
Jiri Slaby
1
-2
/
+52
2021-11-26
tty: add kernel-doc for more tty_driver functions
Jiri Slaby
1
-2
/
+14
2021-11-26
tty: reformat kernel-doc in n_tty.c
Jiri Slaby
1
-355
/
+316
2021-11-26
tty: fix kernel-doc in n_tty.c
Jiri Slaby
1
-26
/
+27
2021-11-26
tty: reformat kernel-doc in tty_buffer.c
Jiri Slaby
1
-127
/
+124
2021-11-26
tty: reformat kernel-doc in tty_ldisc.c
Jiri Slaby
1
-160
/
+132
2021-11-26
tty: reformat kernel-doc in tty_io.c
Jiri Slaby
1
-452
/
+419
2021-11-26
tty: reformat kernel-doc in tty_port.c
Jiri Slaby
1
-73
/
+88
2021-11-26
tty: serial: atmel: Call dma_async_issue_pending()
Tudor Ambarus
1
-0
/
+4
2021-11-26
tty: serial: atmel: Check return code of dmaengine_submit()
Tudor Ambarus
1
-0
/
+10
2021-11-25
serial: 8250_pci: rewrite pericom_do_set_divisor()
Jay Dolan
1
-13
/
+17
2021-11-25
serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
Jay Dolan
1
-1
/
+8
2021-11-25
serial: 8250: Fix RTS modem control while in rs485 mode
Lukas Wunner
2
-7
/
+5
2021-11-25
tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
Fugang Duan
1
-2
/
+5
2021-11-25
tty: serial: imx: clear the RTSD status before enable the RTSD irq
Fugang Duan
1
-2
/
+4
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
4
-11
/
+10
2021-11-25
tty: drop tty_schedule_flip()
Jiri Slaby
1
-22
/
+8
2021-11-25
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
5
-8
/
+8
2021-11-25
serial: 8250_dw: Add StarFive JH7100 quirk
Emil Renner Berthing
1
-0
/
+3
2021-11-25
mxser: use PCI_DEVICE_DATA
Jiri Slaby
1
-26
/
+26
2021-11-25
mxser: move ids from pci_ids.h here
Jiri Slaby
1
-1
/
+19
2021-11-25
mxser: add MOXA prefix to some PCI device IDs
Jiri Slaby
1
-16
/
+16
2021-11-25
mxser: increase buf_overrun if tty_insert_flip_char() fails
Jiri Slaby
1
-2
/
+5
2021-11-25
mxser: remove tty parameter from mxser_receive_chars_new()
Jiri Slaby
1
-3
/
+2
2021-11-25
mxser: don't throttle manually
Jiri Slaby
1
-30
/
+6
[next]