index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
mxser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
tty: mxser: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-4
/
+4
2023-10-03
mxser: Annotate struct mxser_board with __counted_by
Kees Cook
1
-1
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-03-17
tty: Convert hw_stopped in tty_struct to bool
Ilpo Järvinen
1
-3
/
+3
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
1
-2
/
+2
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
1
-1
/
+1
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
1
-2
/
+3
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
1
-1
/
+1
2022-09-01
tty: mxser: remove redundant assignment to hwid
Colin Ian King
1
-1
/
+1
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-2
/
+4
2022-05-19
tty: remove BOTHER ifdefs
Ilpo Järvinen
1
-3
/
+2
2022-03-01
mxser: make use of UART_LCR_WLEN() + tty_get_char_size()
Jiri Slaby
1
-15
/
+1
2022-01-26
mxser: switch from xmit_buf to kfifo
Jiri Slaby
1
-47
/
+27
2022-01-26
mxser: use tty_port xmit_buf helpers
Jiri Slaby
1
-15
/
+9
2022-01-26
mxser: fix xmit_buf leak in activate when LSR == 0xff
Jiri Slaby
1
-4
/
+11
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
2021-11-25
mxser: clean up timeout handling in mxser_wait_until_sent()
Jiri Slaby
1
-3
/
+4
2021-11-25
mxser: use msleep_interruptible() in mxser_wait_until_sent()
Jiri Slaby
1
-2
/
+4
2021-11-25
mxser: extract TX empty check from mxser_wait_until_sent()
Jiri Slaby
1
-7
/
+13
2021-11-25
mxser: use tty_port_close() in mxser_close()
Jiri Slaby
1
-21
/
+1
2021-11-25
mxser: don't flush buffer from mxser_close() directly
Jiri Slaby
1
-1
/
+0
2021-11-25
mxser: call stop_rx from mxser_shutdown_port()
Jiri Slaby
1
-15
/
+16
2021-11-25
mxser: remove tty->driver_data NULL check
Jiri Slaby
1
-2
/
+0
2021-11-25
mxser: remove pointless xmit_buf checks
Jiri Slaby
1
-11
/
+2
2021-11-25
mxser: clean up tx handling in mxser_transmit_chars()
Jiri Slaby
1
-5
/
+3
2021-11-25
mxser: move MSR read to mxser_check_modem_status()
Jiri Slaby
1
-21
/
+25
2021-11-25
mxser: keep only !tty test in ISR
Jiri Slaby
1
-4
/
+1
2021-11-25
mxser: rename mxser_close_port() to mxser_stop_rx()
Jiri Slaby
1
-10
/
+7
2021-11-25
mxser: remove wait for sent from mxser_close_port
Jiri Slaby
1
-12
/
+0
2021-10-05
mxser: store FCR state in mxser_port::FCR
Jiri Slaby
1
-14
/
+13
2021-10-05
mxser: don't read from UART_FCR
Jiri Slaby
1
-4
/
+1
2021-10-05
mxser: move FIFO clearing to mxser_disable_and_clear_FIFO()
Jiri Slaby
1
-14
/
+12
2021-10-05
mxser: simplify FCR computation in mxser_change_speed()
Jiri Slaby
1
-27
/
+20
2021-10-05
mxser: make mxser_port::ldisc_stop_rx a bool
Jiri Slaby
1
-4
/
+4
2021-10-05
mxser: simplify condition in mxser_receive_chars_new
Jiri Slaby
1
-5
/
+1
2021-10-05
mxser: restore baud rate if its setting fails
Jiri Slaby
1
-5
/
+11
2021-08-26
mxser: use semi-colons instead of commas
Dan Carpenter
1
-6
/
+6
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-2
/
+2
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-4
/
+4
2021-06-18
mxser: introduce mxser_16550A_or_MUST helper
Jiri Slaby
1
-13
/
+13
2021-06-18
mxser: rename flags to old_speed in mxser_set_serial_info
Jiri Slaby
1
-3
/
+3
2021-06-18
mxser: use port variable in mxser_set_serial_info
Jiri Slaby
1
-5
/
+5
2021-06-18
mxser: access info->MCR under info->slock
Jiri Slaby
1
-2
/
+2
[next]