| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: mxser: remove redundant assignment to hwid | Colin Ian King | 2022-09-01 | 1 | -1/+1 |
* | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 2022-08-30 | 1 | -2/+4 |
* | tty: remove BOTHER ifdefs | Ilpo Järvinen | 2022-05-19 | 1 | -3/+2 |
* | mxser: make use of UART_LCR_WLEN() + tty_get_char_size() | Jiri Slaby | 2022-02-28 | 1 | -15/+1 |
* | mxser: switch from xmit_buf to kfifo | Jiri Slaby | 2022-01-26 | 1 | -47/+27 |
* | mxser: use tty_port xmit_buf helpers | Jiri Slaby | 2022-01-26 | 1 | -15/+9 |
* | mxser: fix xmit_buf leak in activate when LSR == 0xff | Jiri Slaby | 2022-01-26 | 1 | -4/+11 |
* | mxser: use PCI_DEVICE_DATA | Jiri Slaby | 2021-11-25 | 1 | -26/+26 |
* | mxser: move ids from pci_ids.h here | Jiri Slaby | 2021-11-25 | 1 | -1/+19 |
* | mxser: add MOXA prefix to some PCI device IDs | Jiri Slaby | 2021-11-25 | 1 | -16/+16 |
* | mxser: increase buf_overrun if tty_insert_flip_char() fails | Jiri Slaby | 2021-11-25 | 1 | -2/+5 |
* | mxser: remove tty parameter from mxser_receive_chars_new() | Jiri Slaby | 2021-11-25 | 1 | -3/+2 |
* | mxser: don't throttle manually | Jiri Slaby | 2021-11-25 | 1 | -30/+6 |
* | mxser: clean up timeout handling in mxser_wait_until_sent() | Jiri Slaby | 2021-11-25 | 1 | -3/+4 |
* | mxser: use msleep_interruptible() in mxser_wait_until_sent() | Jiri Slaby | 2021-11-25 | 1 | -2/+4 |
* | mxser: extract TX empty check from mxser_wait_until_sent() | Jiri Slaby | 2021-11-25 | 1 | -7/+13 |
* | mxser: use tty_port_close() in mxser_close() | Jiri Slaby | 2021-11-25 | 1 | -21/+1 |
* | mxser: don't flush buffer from mxser_close() directly | Jiri Slaby | 2021-11-25 | 1 | -1/+0 |
* | mxser: call stop_rx from mxser_shutdown_port() | Jiri Slaby | 2021-11-25 | 1 | -15/+16 |
* | mxser: remove tty->driver_data NULL check | Jiri Slaby | 2021-11-25 | 1 | -2/+0 |
* | mxser: remove pointless xmit_buf checks | Jiri Slaby | 2021-11-25 | 1 | -11/+2 |
* | mxser: clean up tx handling in mxser_transmit_chars() | Jiri Slaby | 2021-11-25 | 1 | -5/+3 |
* | mxser: move MSR read to mxser_check_modem_status() | Jiri Slaby | 2021-11-25 | 1 | -21/+25 |
* | mxser: keep only !tty test in ISR | Jiri Slaby | 2021-11-25 | 1 | -4/+1 |
* | mxser: rename mxser_close_port() to mxser_stop_rx() | Jiri Slaby | 2021-11-25 | 1 | -10/+7 |
* | mxser: remove wait for sent from mxser_close_port | Jiri Slaby | 2021-11-25 | 1 | -12/+0 |
* | mxser: store FCR state in mxser_port::FCR | Jiri Slaby | 2021-10-05 | 1 | -14/+13 |
* | mxser: don't read from UART_FCR | Jiri Slaby | 2021-10-05 | 1 | -4/+1 |
* | mxser: move FIFO clearing to mxser_disable_and_clear_FIFO() | Jiri Slaby | 2021-10-05 | 1 | -14/+12 |
* | mxser: simplify FCR computation in mxser_change_speed() | Jiri Slaby | 2021-10-05 | 1 | -27/+20 |
* | mxser: make mxser_port::ldisc_stop_rx a bool | Jiri Slaby | 2021-10-05 | 1 | -4/+4 |
* | mxser: simplify condition in mxser_receive_chars_new | Jiri Slaby | 2021-10-05 | 1 | -5/+1 |
* | mxser: restore baud rate if its setting fails | Jiri Slaby | 2021-10-05 | 1 | -5/+11 |
* | mxser: use semi-colons instead of commas | Dan Carpenter | 2021-08-26 | 1 | -6/+6 |
* | tty: drop put_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -2/+2 |
* | tty: stop using alloc_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -4/+4 |
* | mxser: introduce mxser_16550A_or_MUST helper | Jiri Slaby | 2021-06-18 | 1 | -13/+13 |
* | mxser: rename flags to old_speed in mxser_set_serial_info | Jiri Slaby | 2021-06-18 | 1 | -3/+3 |
* | mxser: use port variable in mxser_set_serial_info | Jiri Slaby | 2021-06-18 | 1 | -5/+5 |
* | mxser: access info->MCR under info->slock | Jiri Slaby | 2021-06-18 | 1 | -2/+2 |
* | mxser: fix typos around enhanced mode | Jiri Slaby | 2021-06-18 | 1 | -9/+9 |
* | mxser: decrypt FCR values | Jiri Slaby | 2021-06-18 | 1 | -2/+6 |
* | mxser: remove xmit_cnt < 0 tests | Jiri Slaby | 2021-06-18 | 1 | -4/+4 |
* | mxser: introduce and use start/stop_tx helpers | Jiri Slaby | 2021-06-18 | 1 | -43/+37 |
* | mxser: extract and dedup CTS handling | Jiri Slaby | 2021-06-18 | 1 | -54/+33 |
* | mxser: don't start TX from tty_operations::put_char | Jiri Slaby | 2021-06-18 | 1 | -11/+1 |
* | mxser: cleanup mxser_dtr_rts | Jiri Slaby | 2021-06-18 | 1 | -4/+5 |
* | mxser: cleanup mxser_rs_break | Jiri Slaby | 2021-06-18 | 1 | -4/+6 |
* | mxser: remove pointless ioaddr checks | Jiri Slaby | 2021-06-18 | 1 | -10/+1 |
* | mxser: alloc only needed # of ports | Jiri Slaby | 2021-06-18 | 1 | -2/+3 |