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
2021-06-18
mxser: remove MOXA_GETMSTATUS ioctl
Jiri Slaby
-61
/
+1
2021-06-18
mxser: remove MOXA_GETDATACOUNT ioctl
Jiri Slaby
-19
/
+0
2021-06-18
mxser: remove MOXA_CHKPORTENABLE ioctl
Jiri Slaby
-9
/
+1
2021-06-18
mxser: remove MOXA_ASPP_LSTATUS ioctl
Jiri Slaby
-25
/
+0
2021-06-18
mxser: remove MOXA_ASPP_MON and friends
Jiri Slaby
-184
/
+0
2021-06-18
mxser: remove MOXA_SET_BAUD_METHOD ioctl
Jiri Slaby
-12
/
+1
2021-06-18
mxser: remove MOXA_GET_MAJOR deprecated ioctl
Jiri Slaby
-7
/
+0
2021-06-18
mxser: drop unused MOXA_DIAGNOSE macro
Jiri Slaby
-1
/
+0
2021-06-18
mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines
Jiri Slaby
-5
/
+2
2021-06-18
mxser: make xmit ring buffer variables unsigned
Jiri Slaby
-3
/
+3
2021-06-18
mxser: correct types for uart variables
Jiri Slaby
-5
/
+5
2021-06-18
mxser: remove else from LSR bits checks
Jiri Slaby
-2
/
+1
2021-06-18
mxser: extract mxser_receive_chars_old
Jiri Slaby
-17
/
+23
2021-06-18
mxser: extract mxser_receive_chars_new
Jiri Slaby
-26
/
+34
2021-06-18
mxser: simplify mxser_interrupt and drop mxser_board::vector_mask
Jiri Slaby
-8
/
+5
2021-06-18
mxser: extract port ISR
Jiri Slaby
-55
/
+64
2021-06-18
mxser: cleanup LSR handling in mxser_receive_chars
Jiri Slaby
-19
/
+21
2021-06-18
mxser: remove nonsense from ISR
Jiri Slaby
-12
/
+1
2021-06-18
mxser: move max_baud from port to board
Jiri Slaby
-16
/
+10
2021-06-18
mxser: drop constant board::uart_type
Jiri Slaby
-3
/
+1
2021-06-18
mxser: introduce enum mxser_must_hwid
Jiri Slaby
-10
/
+11
2021-06-18
mxser: rename mxser_board::chip_flag to must_hwid
Jiri Slaby
-35
/
+35
2021-06-18
mxser: rename CheckIsMoxaMust to mxser_get_must_hwid
Jiri Slaby
-2
/
+2
2021-06-18
mxser: cleanup Gpci_uart_info struct
Jiri Slaby
-24
/
+18
2021-06-18
mxser: integrate mxser.h into .c
Jiri Slaby
-152
/
+129
2021-06-18
mxser: remove info printout from init
Jiri Slaby
-4
/
+0
2021-06-18
mxser: renumber mxser_cards
Jiri Slaby
-43
/
+37
2021-06-18
mxser: drop ISA support
Jiri Slaby
-342
/
+8
2021-06-16
serial_cs: Add Option International GSM-Ready 56K/ISDN modem
Ondrej Zary
-0
/
+1
2021-06-16
serial_cs: remove wrong GLOBETROTTER.cis entry
Ondrej Zary
-1
/
+0
2021-06-16
serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range
Maciej W. Rozycki
-4
/
+3
2021-06-16
serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
Maciej W. Rozycki
-3
/
+16
2021-06-16
serial: 8250: Document SMSC Super I/O UART peculiarities
Maciej W. Rozycki
-2
/
+29
2021-06-16
serial: 8250: Correct the clock for OxSemi PCIe devices
Maciej W. Rozycki
-64
/
+64
2021-06-16
serial: 8250: Dissociate 4MHz Titan ports from Oxford ports
Maciej W. Rozycki
-6
/
+38
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
-111
/
+7
2021-06-15
mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count
Jiri Slaby
-6
/
+6
2021-06-15
tty: make tty_get_{char,frame}_size available
Jiri Slaby
-27
/
+48
2021-06-15
ipwireless: remove unused ipw_tty::closing
Jiri Slaby
-2
/
+0
2021-06-15
serial: stm32: defer probe for dma devices
Erwan Le Ray
-86
/
+77
2021-06-15
serial: tegra-tcu: Reorder channel initialization
Mikko Perttunen
-11
/
+15
2021-06-15
serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
Yoshihiro Shimoda
-0
/
+8
2021-06-14
Merge tag 'v5.13-rc6' into tty-next
Greg Kroah-Hartman
-1
/
+5
2021-06-09
tty: tty_ldisc: fix doc warnings in tty_ldisc.c
Baokun Li
-2
/
+1
2021-06-09
serial: 8250_exar: Extract exar_get_platform() helper
Andy Shevchenko
-8
/
+12
2021-06-09
serial: 8250_exar: Avoid NULL pointer dereference at ->exit()
Andy Shevchenko
-1
/
+5
2021-06-09
serial: sh-sci: Remove unused STEPFN() macro
Geert Uytterhoeven
-3
/
+0
2021-06-04
tty: vcc: use DEVICE_ATTR_*() macro
Zhen Lei
-8
/
+8
2021-06-04
serial: sh-sci: Add support for RZ/G2L SoC
Biju Das
-1
/
+12
2021-06-04
serial: tty: uartlite: fix console setup
Daniel Mack
-21
/
+6
[next]