index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
mxser: remove MOXA_HighSpeedOn ioctl
Jiri Slaby
1
-3
/
+0
2021-06-18
mxser: remove MOXA_ASPP_OQUEUE ioctl
Jiri Slaby
1
-13
/
+0
2021-06-18
mxser: remove MOXA_GETMSTATUS ioctl
Jiri Slaby
1
-61
/
+1
2021-06-18
mxser: remove MOXA_GETDATACOUNT ioctl
Jiri Slaby
1
-19
/
+0
2021-06-18
mxser: remove MOXA_CHKPORTENABLE ioctl
Jiri Slaby
1
-9
/
+1
2021-06-18
mxser: remove MOXA_ASPP_LSTATUS ioctl
Jiri Slaby
1
-25
/
+0
2021-06-18
mxser: remove MOXA_ASPP_MON and friends
Jiri Slaby
1
-184
/
+0
2021-06-18
mxser: remove MOXA_SET_BAUD_METHOD ioctl
Jiri Slaby
1
-12
/
+1
2021-06-18
mxser: remove MOXA_GET_MAJOR deprecated ioctl
Jiri Slaby
1
-7
/
+0
2021-06-18
mxser: drop unused MOXA_DIAGNOSE macro
Jiri Slaby
1
-1
/
+0
2021-06-18
mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines
Jiri Slaby
1
-5
/
+2
2021-06-18
mxser: make xmit ring buffer variables unsigned
Jiri Slaby
1
-3
/
+3
2021-06-18
mxser: correct types for uart variables
Jiri Slaby
1
-5
/
+5
2021-06-18
mxser: remove else from LSR bits checks
Jiri Slaby
1
-2
/
+1
2021-06-18
mxser: extract mxser_receive_chars_old
Jiri Slaby
1
-17
/
+23
2021-06-18
mxser: extract mxser_receive_chars_new
Jiri Slaby
1
-26
/
+34
2021-06-18
mxser: simplify mxser_interrupt and drop mxser_board::vector_mask
Jiri Slaby
1
-8
/
+5
2021-06-18
mxser: extract port ISR
Jiri Slaby
1
-55
/
+64
2021-06-18
mxser: cleanup LSR handling in mxser_receive_chars
Jiri Slaby
1
-19
/
+21
2021-06-18
mxser: remove nonsense from ISR
Jiri Slaby
1
-12
/
+1
2021-06-18
mxser: move max_baud from port to board
Jiri Slaby
1
-16
/
+10
2021-06-18
mxser: drop constant board::uart_type
Jiri Slaby
1
-3
/
+1
2021-06-18
mxser: introduce enum mxser_must_hwid
Jiri Slaby
1
-10
/
+11
2021-06-18
mxser: rename mxser_board::chip_flag to must_hwid
Jiri Slaby
1
-35
/
+35
2021-06-18
mxser: rename CheckIsMoxaMust to mxser_get_must_hwid
Jiri Slaby
1
-2
/
+2
2021-06-18
mxser: cleanup Gpci_uart_info struct
Jiri Slaby
1
-24
/
+18
2021-06-18
mxser: integrate mxser.h into .c
Jiri Slaby
2
-152
/
+129
2021-06-18
mxser: remove info printout from init
Jiri Slaby
1
-4
/
+0
2021-06-18
mxser: renumber mxser_cards
Jiri Slaby
1
-43
/
+37
2021-06-18
mxser: drop ISA support
Jiri Slaby
3
-440
/
+17
2021-06-16
serial_cs: Add Option International GSM-Ready 56K/ISDN modem
Ondrej Zary
1
-0
/
+1
2021-06-16
serial_cs: remove wrong GLOBETROTTER.cis entry
Ondrej Zary
1
-1
/
+0
2021-06-16
MIPS: Malta: Enable magic multipliers for Super I/O UARTs
Maciej W. Rozycki
1
-1
/
+2
2021-06-16
serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range
Maciej W. Rozycki
1
-4
/
+3
2021-06-16
serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
Maciej W. Rozycki
1
-3
/
+16
2021-06-16
serial: 8250: Document SMSC Super I/O UART peculiarities
Maciej W. Rozycki
1
-2
/
+29
2021-06-16
dt-bindings: serial: Move omap-serial.txt to YAML schema
Vignesh Raghavendra
2
-40
/
+118
2021-06-16
serial: 8250: Correct the clock for OxSemi PCIe devices
Maciej W. Rozycki
1
-64
/
+64
2021-06-16
serial: 8250: Dissociate 4MHz Titan ports from Oxford ports
Maciej W. Rozycki
1
-6
/
+38
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
13
-206
/
+16
2021-06-15
cypress_m8: switch data_bits to real character bits
Jiri Slaby
1
-6
/
+6
2021-06-15
mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count
Jiri Slaby
1
-6
/
+6
2021-06-15
tty: make tty_get_{char,frame}_size available
Jiri Slaby
3
-27
/
+51
2021-06-15
ipwireless: remove unused ipw_tty::closing
Jiri Slaby
1
-2
/
+0
2021-06-15
serial: stm32: defer probe for dma devices
Erwan Le Ray
1
-86
/
+77
2021-06-15
serial: tegra-tcu: Reorder channel initialization
Mikko Perttunen
1
-11
/
+15
2021-06-15
serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
Yoshihiro Shimoda
1
-0
/
+8
2021-06-13
Linux 5.13-rc6
v5.13-rc6
Linus Torvalds
1
-1
/
+1
2021-06-12
mm: relocate 'write_protect_seq' in struct mm_struct
Feng Tang
1
-7
/
+20
2021-06-12
riscv: Fix BUILTIN_DTB for sifive and microchip soc
Alexandre Ghiti
2
-0
/
+2
[next]