1. 69648d7 tty: remove BOTHER ifdefs by Ilpo Järvinen · 3 years, 1 month ago
  2. e7d6f84 mxser: make use of UART_LCR_WLEN() + tty_get_char_size() by Jiri Slaby · 3 years, 3 months ago
  3. 32330c8 mxser: switch from xmit_buf to kfifo by Jiri Slaby · 3 years, 4 months ago
  4. 92cc9d1 mxser: use tty_port xmit_buf helpers by Jiri Slaby · 3 years, 4 months ago
  5. cd3a490 mxser: fix xmit_buf leak in activate when LSR == 0xff by Jiri Slaby · 3 years, 4 months ago
  6. c668d56 mxser: use PCI_DEVICE_DATA by Jiri Slaby · 3 years, 7 months ago
  7. 4167bd2 mxser: move ids from pci_ids.h here by Jiri Slaby · 3 years, 7 months ago
  8. 16add04 mxser: add MOXA prefix to some PCI device IDs by Jiri Slaby · 3 years, 7 months ago
  9. eb68ac0 mxser: increase buf_overrun if tty_insert_flip_char() fails by Jiri Slaby · 3 years, 7 months ago
  10. 9dd6f30 mxser: remove tty parameter from mxser_receive_chars_new() by Jiri Slaby · 3 years, 7 months ago
  11. c6693e6 mxser: don't throttle manually by Jiri Slaby · 3 years, 7 months ago
  12. 49b798a mxser: clean up timeout handling in mxser_wait_until_sent() by Jiri Slaby · 3 years, 7 months ago
  13. fe74bc6 mxser: use msleep_interruptible() in mxser_wait_until_sent() by Jiri Slaby · 3 years, 7 months ago
  14. 239ef19 mxser: extract TX empty check from mxser_wait_until_sent() by Jiri Slaby · 3 years, 7 months ago
  15. c7ec012 mxser: use tty_port_close() in mxser_close() by Jiri Slaby · 3 years, 7 months ago
  16. 467b4c4 mxser: don't flush buffer from mxser_close() directly by Jiri Slaby · 3 years, 7 months ago
  17. 47b722d mxser: call stop_rx from mxser_shutdown_port() by Jiri Slaby · 3 years, 7 months ago
  18. 2fb19b9 mxser: remove tty->driver_data NULL check by Jiri Slaby · 3 years, 7 months ago
  19. 5c338fb mxser: remove pointless xmit_buf checks by Jiri Slaby · 3 years, 7 months ago
  20. 3b88dbf mxser: clean up tx handling in mxser_transmit_chars() by Jiri Slaby · 3 years, 7 months ago
  21. 30f6027 mxser: move MSR read to mxser_check_modem_status() by Jiri Slaby · 3 years, 7 months ago
  22. 274ab58 mxser: keep only !tty test in ISR by Jiri Slaby · 3 years, 7 months ago
  23. 568a2b9 mxser: rename mxser_close_port() to mxser_stop_rx() by Jiri Slaby · 3 years, 7 months ago
  24. e25ed43 mxser: remove wait for sent from mxser_close_port by Jiri Slaby · 3 years, 7 months ago
  25. d249e66 mxser: store FCR state in mxser_port::FCR by Jiri Slaby · 3 years, 8 months ago
  26. 215fa41 mxser: don't read from UART_FCR by Jiri Slaby · 3 years, 8 months ago
  27. ee7e5e6 mxser: move FIFO clearing to mxser_disable_and_clear_FIFO() by Jiri Slaby · 3 years, 8 months ago
  28. bf1434c mxser: simplify FCR computation in mxser_change_speed() by Jiri Slaby · 3 years, 8 months ago
  29. 1923628 mxser: make mxser_port::ldisc_stop_rx a bool by Jiri Slaby · 3 years, 8 months ago
  30. 7d5006d mxser: simplify condition in mxser_receive_chars_new by Jiri Slaby · 3 years, 8 months ago
  31. 3fdfa16 mxser: restore baud rate if its setting fails by Jiri Slaby · 3 years, 8 months ago
  32. 2285c49 mxser: use semi-colons instead of commas by Dan Carpenter · 3 years, 9 months ago
  33. 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 11 months ago
  34. 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 11 months ago
  35. 5d1ea1a mxser: introduce mxser_16550A_or_MUST helper by Jiri Slaby · 4 years ago
  36. 06cc52e mxser: rename flags to old_speed in mxser_set_serial_info by Jiri Slaby · 4 years ago
  37. 1b3086b mxser: use port variable in mxser_set_serial_info by Jiri Slaby · 4 years ago
  38. 202acda mxser: access info->MCR under info->slock by Jiri Slaby · 4 years ago
  39. 464fbf6 mxser: fix typos around enhanced mode by Jiri Slaby · 4 years ago
  40. aaa28e9 mxser: decrypt FCR values by Jiri Slaby · 4 years ago
  41. 265ceff mxser: remove xmit_cnt < 0 tests by Jiri Slaby · 4 years ago
  42. 740165f mxser: introduce and use start/stop_tx helpers by Jiri Slaby · 4 years ago
  43. be48666 mxser: extract and dedup CTS handling by Jiri Slaby · 4 years ago
  44. 8aff64e mxser: don't start TX from tty_operations::put_char by Jiri Slaby · 4 years ago
  45. 007bbdc mxser: cleanup mxser_dtr_rts by Jiri Slaby · 4 years ago
  46. 5990843 mxser: cleanup mxser_rs_break by Jiri Slaby · 4 years ago
  47. 987a4cf mxser: remove pointless ioaddr checks by Jiri Slaby · 4 years ago
  48. ad1c92f mxser: alloc only needed # of ports by Jiri Slaby · 4 years ago
  49. f8b6b32 mxser: alloc struct mxser_board dynamically by Jiri Slaby · 4 years ago
  50. 13d4aba mxser: make mxser_board::idx really an index by Jiri Slaby · 4 years ago
  51. 42ad25f mxser: rework and simplify mxser_open by Jiri Slaby · 4 years ago
  52. c3db20c mxser: cleanup mxser_process_txrx_fifo by Jiri Slaby · 4 years ago
  53. c24c31f mxser: remove mxser_cardinfo by Jiri Slaby · 4 years ago
  54. 1e37f73 mxser: remove info message from probe by Jiri Slaby · 4 years ago
  55. 7f0e79d mxser: move request irq to probe and switch to managed by Jiri Slaby · 4 years ago
  56. dcb04e2 mxser: pci, switch to managed resources by Jiri Slaby · 4 years ago
  57. d450f08 mxser: inline mxser_board_remove into mxser_remove by Jiri Slaby · 4 years ago
  58. 57faa7d mxser: move board init into mxser_initbrd by Jiri Slaby · 4 years ago
  59. b441eb0 mxser: clean up the rest of MUST helpers by Jiri Slaby · 4 years ago
  60. b286484 mxser: introduce mxser_must_select_bank and use it by Jiri Slaby · 4 years ago
  61. edb7d27 mxser: dedup mxser_must_set_enhance_mode by Jiri Slaby · 4 years ago
  62. 238d117 mxser: simplify mxser_ioctl_op_mode by Jiri Slaby · 4 years ago
  63. 9fae5f8 mxser: extract mxser_ioctl_op_mode by Jiri Slaby · 4 years ago
  64. 2c21832 mxser: cleanup mxser_change_speed by Jiri Slaby · 4 years ago
  65. d811b26 mxser: drop mxser_port::custom_divisor by Jiri Slaby · 4 years ago
  66. a6970c3 mxser: drop mxser_port::baud_base by Jiri Slaby · 4 years ago
  67. 01c3de9 mxser: remove unused mxser_port::stop_rx by Jiri Slaby · 4 years ago
  68. cc67399 mxser: drop unused mxser_port::normal_termios by Jiri Slaby · 4 years ago
  69. 389fc82 mxser: don't allocate MXSER_PORTS + 1 by Jiri Slaby · 4 years ago
  70. 95b3ea4 mxser: remove cnt from mxser_receive_chars by Jiri Slaby · 4 years ago
  71. 47f8276 mxser: remove MOXA_HighSpeedOn ioctl by Jiri Slaby · 4 years ago
  72. a7574ca mxser: remove MOXA_ASPP_OQUEUE ioctl by Jiri Slaby · 4 years ago
  73. c94deae mxser: remove MOXA_GETMSTATUS ioctl by Jiri Slaby · 4 years ago
  74. 476c351 mxser: remove MOXA_GETDATACOUNT ioctl by Jiri Slaby · 4 years ago
  75. a1ebc37 mxser: remove MOXA_CHKPORTENABLE ioctl by Jiri Slaby · 4 years ago
  76. 489435e mxser: remove MOXA_ASPP_LSTATUS ioctl by Jiri Slaby · 4 years ago
  77. 644c55d mxser: remove MOXA_ASPP_MON and friends by Jiri Slaby · 4 years ago
  78. ef3dff8 mxser: remove MOXA_SET_BAUD_METHOD ioctl by Jiri Slaby · 4 years ago
  79. 413d555 mxser: remove MOXA_GET_MAJOR deprecated ioctl by Jiri Slaby · 4 years ago
  80. a7f8f2c mxser: drop unused MOXA_DIAGNOSE macro by Jiri Slaby · 4 years ago
  81. 7064005 mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines by Jiri Slaby · 4 years ago
  82. 02e4314 mxser: make xmit ring buffer variables unsigned by Jiri Slaby · 4 years ago
  83. a93963e mxser: correct types for uart variables by Jiri Slaby · 4 years ago
  84. 6de6e5c mxser: remove else from LSR bits checks by Jiri Slaby · 4 years ago
  85. 0c41942 mxser: extract mxser_receive_chars_old by Jiri Slaby · 4 years ago
  86. e5ce1bc mxser: extract mxser_receive_chars_new by Jiri Slaby · 4 years ago
  87. 9cb5c9c mxser: simplify mxser_interrupt and drop mxser_board::vector_mask by Jiri Slaby · 4 years ago
  88. 9e40ea1 mxser: extract port ISR by Jiri Slaby · 4 years ago
  89. 1551780 mxser: cleanup LSR handling in mxser_receive_chars by Jiri Slaby · 4 years ago
  90. cef222c mxser: remove nonsense from ISR by Jiri Slaby · 4 years ago
  91. 928f946 mxser: move max_baud from port to board by Jiri Slaby · 4 years ago
  92. 58a2ddb mxser: drop constant board::uart_type by Jiri Slaby · 4 years ago
  93. e455836 mxser: introduce enum mxser_must_hwid by Jiri Slaby · 4 years ago
  94. 292955a mxser: rename mxser_board::chip_flag to must_hwid by Jiri Slaby · 4 years ago
  95. 3b66182 mxser: rename CheckIsMoxaMust to mxser_get_must_hwid by Jiri Slaby · 4 years ago
  96. dc33f64 mxser: cleanup Gpci_uart_info struct by Jiri Slaby · 4 years ago
  97. 4463cc5 mxser: integrate mxser.h into .c by Jiri Slaby · 4 years ago
  98. cede216 mxser: remove info printout from init by Jiri Slaby · 4 years ago
  99. 1525490 mxser: renumber mxser_cards by Jiri Slaby · 4 years ago
  100. 2913436 mxser: drop ISA support by Jiri Slaby · 4 years ago