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
Age
Commit message (
Expand
)
Author
Lines
2019-09-04
tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()
Andrey Smirnov
-2
/
+2
2019-09-04
tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()
Andrey Smirnov
-20
/
+22
2019-09-04
tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcs
Andrey Smirnov
-14
/
+14
2019-09-04
tty: serial: fsl_lpuart: Clear CSTOPB unconditionally
Andrey Smirnov
-2
/
+1
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary extra parenthesis
Andrey Smirnov
-10
/
+10
2019-09-04
tty: serial: fsl_lpuart: Drop no-op bit opearation
Andrey Smirnov
-4
/
+2
2019-09-04
tty: serial: fls_lpuart: Split shared TX IRQ handler into two
Andrey Smirnov
-26
/
+35
2019-09-04
tty: serial: fsl_lpuart: Fix issue in software flow control
Andrey Smirnov
-0
/
+2
2019-09-04
tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()
Andrey Smirnov
-3
/
+0
2019-09-04
tty: serial: fsl_lpuart: Fix bogus indentation
Andrey Smirnov
-3
/
+3
2019-09-04
tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlers
Andrey Smirnov
-13
/
+7
2019-09-04
tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_buffer
Andrey Smirnov
-6
/
+17
2019-09-04
tty: serial: fsl_lpuart: flush receive FIFO after overruns
Stefan Agner
-2
/
+13
2019-09-04
tty: serial: fsl_lpuart: fix framing error handling when using DMA
Stefan Agner
-0
/
+26
2019-09-04
serial: imx: get rid of imx_uart_rts_auto()
Sergey Organov
-13
/
+8
2019-09-04
serial: imx: set_mctrl(): correctly restore autoRTS state
Sergey Organov
-2
/
+14
2019-09-04
serial: imx: set_termios(): do not enable autoRTS if RTS is unset
Sergey Organov
-1
/
+6
2019-09-04
serial: 8250_pnp: Move to struct dev_pm_ops
Andy Shevchenko
-11
/
+9
2019-09-04
serial/8250: Add support for NI-Serial PXI/PXIe+485 devices
Je Yen Tam
-4
/
+288
2019-09-04
serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Erwan Le Ray
-5
/
+4
2019-09-04
serial: stm32: add pm_runtime support
Erwan Le Ray
-3
/
+38
2019-09-04
serial: stm32: select pinctrl state in each suspend/resume function
Erwan Le Ray
-0
/
+5
2019-09-04
8250_lpss: check null return when calling pci_ioremap_bar
Navid Emamdoost
-2
/
+8
2019-09-04
tty: serial: fsl_lpuart: correct the FIFO depth size
Fugang Duan
-10
/
+9
2019-09-04
tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sgl
Fugang Duan
-1
/
+0
2019-09-04
tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()
Fugang Duan
-1
/
+1
2019-09-04
tty: serial: fsl_lpuart: add earlycon for imx8qxp platform
Fugang Duan
-0
/
+1
2019-09-04
tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero setting
Fugang Duan
-2
/
+0
2019-09-04
serial: 8250_exar: Use struct_size() helper
Andy Shevchenko
-3
/
+1
2019-09-04
tty: nozomi: Use dev_get_drvdata
Chuhong Yuan
-2
/
+2
2019-09-04
serial: 8250: Use dev_get_drvdata where possible
Chuhong Yuan
-4
/
+2
2019-09-04
tty/isicom: remove redundant assignment to variable word_count
Colin Ian King
-1
/
+0
2019-09-04
tty: serial: Remove call to memset after pci_alloc_consistent
Fuqian Huang
-2
/
+0
2019-09-04
tty: hvcs: Fix odd use of strlcpy
Joe Perches
-2
/
+2
2019-09-04
serial: 8250_omap: Fix idling for unloaded serdev drivers
Tony Lindgren
-1
/
+10
2019-09-04
tty: n_gsm: add helpers to convert mux-num to/from tty-base
Martin Hundebøll
-4
/
+15
2019-08-19
lockdown: Lock down TIOCSSERIAL
David Howells
-0
/
+5
2019-08-16
tty/serial: remove the ioc3_serial driver
Christoph Hellwig
-2204
/
+0
2019-08-16
tty/serial: remove the ioc4_serial driver
Christoph Hellwig
-2965
/
+0
2019-08-16
tty/serial: remove the sn_console driver
Christoph Hellwig
-1047
/
+0
2019-08-15
serial: lpc32xx: allow compile testing
Arnd Bergmann
-31
/
+4
2019-08-15
serial: lpc32xx_hs: allow compile-testing
Arnd Bergmann
-3
/
+2
2019-07-30
kgdboc: disable the console lock when in kgdb
Douglas Anderson
-0
/
+4
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
-7
/
+1
2019-07-28
Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-754
/
+5
2019-07-27
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-3
/
+2
2019-07-25
tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loop
Peter Zijlstra
-3
/
+2
2019-07-25
vt: Grab console_lock around con_is_bound in show_bind
Daniel Vetter
-1
/
+5
2019-07-25
tty: serial: netx: Delete driver
Linus Walleij
-753
/
+0
2019-07-22
Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...
Jonathan Corbet
-1
/
+1
[prev]
[next]