summaryrefslogtreecommitdiffstats
path: root/drivers/tty/mxser.c
AgeCommit message (Expand)AuthorLines
2024-09-03mxser: convert comma to semicolonChen Ni-1/+1
2024-08-14mxser: remove doubled sets of close timesJiri Slaby (SUSE)-2/+0
2024-08-14mxser: remove stale commentJiri Slaby (SUSE)-3/+0
2024-06-28tty: mxser: Remove __counted_by from mxser_board.ports[]Nathan Chancellor-1/+1
2023-12-08tty: mxser: convert to u8 and size_tJiri Slaby (SUSE)-4/+4
2023-10-03mxser: Annotate struct mxser_board with __counted_byKees Cook-1/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-1/+1
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen-3/+3
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen-1/+1
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen-2/+3
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen-1/+1
2022-09-01tty: mxser: remove redundant assignment to hwidColin Ian King-1/+1
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen-2/+4
2022-05-19tty: remove BOTHER ifdefsIlpo Järvinen-3/+2
2022-02-28mxser: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby-15/+1
2022-01-26mxser: switch from xmit_buf to kfifoJiri Slaby-47/+27
2022-01-26mxser: use tty_port xmit_buf helpersJiri Slaby-15/+9
2022-01-26mxser: fix xmit_buf leak in activate when LSR == 0xffJiri Slaby-4/+11
2021-11-25mxser: use PCI_DEVICE_DATAJiri Slaby-26/+26
2021-11-25mxser: move ids from pci_ids.h hereJiri Slaby-1/+19
2021-11-25mxser: add MOXA prefix to some PCI device IDsJiri Slaby-16/+16
2021-11-25mxser: increase buf_overrun if tty_insert_flip_char() failsJiri Slaby-2/+5
2021-11-25mxser: remove tty parameter from mxser_receive_chars_new()Jiri Slaby-3/+2
2021-11-25mxser: don't throttle manuallyJiri Slaby-30/+6
2021-11-25mxser: clean up timeout handling in mxser_wait_until_sent()Jiri Slaby-3/+4
2021-11-25mxser: use msleep_interruptible() in mxser_wait_until_sent()Jiri Slaby-2/+4
2021-11-25mxser: extract TX empty check from mxser_wait_until_sent()Jiri Slaby-7/+13
2021-11-25mxser: use tty_port_close() in mxser_close()Jiri Slaby-21/+1
2021-11-25mxser: don't flush buffer from mxser_close() directlyJiri Slaby-1/+0
2021-11-25mxser: call stop_rx from mxser_shutdown_port()Jiri Slaby-15/+16
2021-11-25mxser: remove tty->driver_data NULL checkJiri Slaby-2/+0
2021-11-25mxser: remove pointless xmit_buf checksJiri Slaby-11/+2
2021-11-25mxser: clean up tx handling in mxser_transmit_chars()Jiri Slaby-5/+3
2021-11-25mxser: move MSR read to mxser_check_modem_status()Jiri Slaby-21/+25
2021-11-25mxser: keep only !tty test in ISRJiri Slaby-4/+1
2021-11-25mxser: rename mxser_close_port() to mxser_stop_rx()Jiri Slaby-10/+7
2021-11-25mxser: remove wait for sent from mxser_close_portJiri Slaby-12/+0
2021-10-05mxser: store FCR state in mxser_port::FCRJiri Slaby-14/+13
2021-10-05mxser: don't read from UART_FCRJiri Slaby-4/+1
2021-10-05mxser: move FIFO clearing to mxser_disable_and_clear_FIFO()Jiri Slaby-14/+12
2021-10-05mxser: simplify FCR computation in mxser_change_speed()Jiri Slaby-27/+20
2021-10-05mxser: make mxser_port::ldisc_stop_rx a boolJiri Slaby-4/+4
2021-10-05mxser: simplify condition in mxser_receive_chars_newJiri Slaby-5/+1
2021-10-05mxser: restore baud rate if its setting failsJiri Slaby-5/+11
2021-08-26mxser: use semi-colons instead of commasDan Carpenter-6/+6
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-4/+4