index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
mxser: drop mxser_port::baud_base
Jiri Slaby
1
-14
/
+11
2021-06-18
mxser: remove unused mxser_port::stop_rx
Jiri Slaby
1
-2
/
+0
2021-06-18
mxser: drop unused mxser_port::normal_termios
Jiri Slaby
1
-3
/
+0
2021-06-18
mxser: don't allocate MXSER_PORTS + 1
Jiri Slaby
1
-20
/
+3
2021-06-18
mxser: remove cnt from mxser_receive_chars
Jiri Slaby
1
-9
/
+7
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
2
-342
/
+8
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
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
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
2
-27
/
+48
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
[next]