index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
mxser.c
Age
Commit message (
Expand
)
Author
2021-08-26
mxser: use semi-colons instead of commas
Dan Carpenter
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
2021-06-18
mxser: introduce mxser_16550A_or_MUST helper
Jiri Slaby
2021-06-18
mxser: rename flags to old_speed in mxser_set_serial_info
Jiri Slaby
2021-06-18
mxser: use port variable in mxser_set_serial_info
Jiri Slaby
2021-06-18
mxser: access info->MCR under info->slock
Jiri Slaby
2021-06-18
mxser: fix typos around enhanced mode
Jiri Slaby
2021-06-18
mxser: decrypt FCR values
Jiri Slaby
2021-06-18
mxser: remove xmit_cnt < 0 tests
Jiri Slaby
2021-06-18
mxser: introduce and use start/stop_tx helpers
Jiri Slaby
2021-06-18
mxser: extract and dedup CTS handling
Jiri Slaby
2021-06-18
mxser: don't start TX from tty_operations::put_char
Jiri Slaby
2021-06-18
mxser: cleanup mxser_dtr_rts
Jiri Slaby
2021-06-18
mxser: cleanup mxser_rs_break
Jiri Slaby
2021-06-18
mxser: remove pointless ioaddr checks
Jiri Slaby
2021-06-18
mxser: alloc only needed # of ports
Jiri Slaby
2021-06-18
mxser: alloc struct mxser_board dynamically
Jiri Slaby
2021-06-18
mxser: make mxser_board::idx really an index
Jiri Slaby
2021-06-18
mxser: rework and simplify mxser_open
Jiri Slaby
2021-06-18
mxser: cleanup mxser_process_txrx_fifo
Jiri Slaby
2021-06-18
mxser: remove mxser_cardinfo
Jiri Slaby
2021-06-18
mxser: remove info message from probe
Jiri Slaby
2021-06-18
mxser: move request irq to probe and switch to managed
Jiri Slaby
2021-06-18
mxser: pci, switch to managed resources
Jiri Slaby
2021-06-18
mxser: inline mxser_board_remove into mxser_remove
Jiri Slaby
2021-06-18
mxser: move board init into mxser_initbrd
Jiri Slaby
2021-06-18
mxser: clean up the rest of MUST helpers
Jiri Slaby
2021-06-18
mxser: introduce mxser_must_select_bank and use it
Jiri Slaby
2021-06-18
mxser: dedup mxser_must_set_enhance_mode
Jiri Slaby
2021-06-18
mxser: simplify mxser_ioctl_op_mode
Jiri Slaby
2021-06-18
mxser: extract mxser_ioctl_op_mode
Jiri Slaby
2021-06-18
mxser: cleanup mxser_change_speed
Jiri Slaby
2021-06-18
mxser: drop mxser_port::custom_divisor
Jiri Slaby
2021-06-18
mxser: drop mxser_port::baud_base
Jiri Slaby
2021-06-18
mxser: remove unused mxser_port::stop_rx
Jiri Slaby
2021-06-18
mxser: drop unused mxser_port::normal_termios
Jiri Slaby
2021-06-18
mxser: don't allocate MXSER_PORTS + 1
Jiri Slaby
2021-06-18
mxser: remove cnt from mxser_receive_chars
Jiri Slaby
2021-06-18
mxser: remove MOXA_HighSpeedOn ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_ASPP_OQUEUE ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_GETMSTATUS ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_GETDATACOUNT ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_CHKPORTENABLE ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_ASPP_LSTATUS ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_ASPP_MON and friends
Jiri Slaby
2021-06-18
mxser: remove MOXA_SET_BAUD_METHOD ioctl
Jiri Slaby
2021-06-18
mxser: remove MOXA_GET_MAJOR deprecated ioctl
Jiri Slaby
2021-06-18
mxser: drop unused MOXA_DIAGNOSE macro
Jiri Slaby
2021-06-18
mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines
Jiri Slaby
[next]